diff --git a/.classpath b/.classpath index 671c824..ef2cd8a 100644 --- a/.classpath +++ b/.classpath @@ -6,7 +6,7 @@ - + diff --git a/.mymetadata b/.mymetadata index 946c14c..a20dc15 100644 --- a/.mymetadata +++ b/.mymetadata @@ -3,7 +3,7 @@ type="WEB" name="WebRestService" id="myeclipse.1435385958919" - context-root="/transfermaven" + context-root="/transfer" j2ee-spec="6.0" archive="WebRestService.war"> diff --git a/.mymetadata.bak b/.mymetadata.bak new file mode 100644 index 0000000..946c14c --- /dev/null +++ b/.mymetadata.bak @@ -0,0 +1,13 @@ + + + + + + + diff --git a/.settings/com.genuitec.eclipse.core.prefs b/.settings/com.genuitec.eclipse.core.prefs index 355c797..77bb678 100644 --- a/.settings/com.genuitec.eclipse.core.prefs +++ b/.settings/com.genuitec.eclipse.core.prefs @@ -1,4 +1,4 @@ -#Tue Jul 07 09:14:25 CST 2015 +#Thu Jul 16 18:04:25 CST 2015 eclipse.preferences.version=1 validator.Checked=src/main/webapp/js validator.Revalidate=true diff --git a/.settings/com.genuitec.eclipse.j2eedt.core.prefs b/.settings/com.genuitec.eclipse.j2eedt.core.prefs index 3b43f51..2c865a0 100644 --- a/.settings/com.genuitec.eclipse.j2eedt.core.prefs +++ b/.settings/com.genuitec.eclipse.j2eedt.core.prefs @@ -1,3 +1,4 @@ -#Sat Jun 27 14:19:17 CST 2015 +#Wed Jul 22 20:55:07 CST 2015 +defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;nested\=http\://struts.apache.org/tags-nested;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;http\://struts.apache.org/tags-nested\=nested;html\=http\://struts.apache.org/tags-html;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml eclipse.preferences.version=1 useAssemblyMapping=true diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 8a9dde4..8abe960 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,13 +1,13 @@ -#Wed Jul 08 18:50:26 CST 2015 +#Wed Jul 22 20:55:10 CST 2015 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.7 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 29de9ac..293352a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -6,7 +6,7 @@ - + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index f801044..b4c1925 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -3,5 +3,5 @@ - + diff --git a/J_airway_1.mat b/J_airway_1.mat index 48ed6e4..b12119c 100644 Binary files a/J_airway_1.mat and b/J_airway_1.mat differ diff --git a/README.md b/README.md index 01b5ee4..bc35124 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ After installation of Maven 3: > mvn install -complete downloadZip +update again http://localhost:8787/transfer/rest/remotefile/ \ No newline at end of file diff --git a/java/com/lungcare/dicomfile/App.java b/java/com/lungcare/dicomfile/App.java deleted file mode 100644 index 95f5e7f..0000000 --- a/java/com/lungcare/dicomfile/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.lungcare.dicomfile; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} diff --git a/java/com/lungcare/dicomfile/client/ClientTest.java b/java/com/lungcare/dicomfile/client/ClientTest.java deleted file mode 100644 index c0b0b89..0000000 --- a/java/com/lungcare/dicomfile/client/ClientTest.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.lungcare.dicomfile.client; - -public class ClientTest { - -} diff --git a/java/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.java b/java/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.java deleted file mode 100644 index 3090839..0000000 --- a/java/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.lungcare.dicomfile.dao; - -public interface ILocalFileTransferDAO { - public void uploadFile(); - - public void downloadFile(); -} diff --git a/java/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.java b/java/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.java deleted file mode 100644 index 18f70ff..0000000 --- a/java/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.lungcare.dicomfile.dao.impl; - -import org.apache.log4j.Logger; - -import com.lungcare.dicomfile.dao.ILocalFileTransferDAO; - -public class LocalFileTransferDAOImp implements ILocalFileTransferDAO { - private static Logger logger = Logger - .getLogger(LocalFileTransferDAOImp.class); - - public void uploadFile() { - // TODO Auto-generated method stub - logger.info("uploadFile"); - System.out.println("LocalFileTransferDAOImp uploadFile........."); - } - - public void downloadFile() { - // TODO Auto-generated method stub - logger.info("downloadFile"); - } -} diff --git a/java/com/lungcare/dicomfile/entity/Customer.java b/java/com/lungcare/dicomfile/entity/Customer.java deleted file mode 100644 index 4158154..0000000 --- a/java/com/lungcare/dicomfile/entity/Customer.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.lungcare.dicomfile.entity; - -import javax.xml.bind.annotation.XmlRootElement; - -@XmlRootElement -public class Customer { - private int id; - - public int getId() { - return id; - } - - public void setId(int id) { - this.id = id; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } - - public String getAddress() { - return address; - } - - public void setAddress(String address) { - this.address = address; - } - - private String name; - private String address; -} diff --git a/java/com/lungcare/dicomfile/restful/CustomersResource.java b/java/com/lungcare/dicomfile/restful/CustomersResource.java deleted file mode 100644 index 1b2c4f7..0000000 --- a/java/com/lungcare/dicomfile/restful/CustomersResource.java +++ /dev/null @@ -1,91 +0,0 @@ -package com.lungcare.dicomfile.restful; - -import java.util.ArrayList; -import java.util.List; -import java.util.TreeMap; - -import javax.ws.rs.Consumes; -import javax.ws.rs.GET; -import javax.ws.rs.POST; -import javax.ws.rs.Path; -import javax.ws.rs.PathParam; -import javax.ws.rs.Produces; -import javax.ws.rs.core.MediaType; - -import com.lungcare.dicomfile.entity.Customer; -import com.lungcare.dicomfile.service.ILocalFileService; -import com.lungcare.dicomfile.service.impl.LocalFileServiceImp; - -@Path("customers") -public class CustomersResource { - - public CustomersResource() { - Customer customer = new Customer(); - customer.setName("Harold Abernathy"); - customer.setAddress("Sheffield, UK"); - AddCustomers(customer); - - Customer customer1 = new Customer(); - customer1.setName("Harold Abernathy1"); - customer1.setAddress("Sheffield, UK1"); - AddCustomers(customer1); - - localFileService = new LocalFileServiceImp(); - } - - private TreeMap customerMap = new TreeMap(); - - private static final String FILE_UPLOAD_PATH = "/Users/arun_kumar/Pictures"; - private static final String CANDIDATE_NAME = "candidateName"; - private static final String SUCCESS_RESPONSE = "Successful"; - private static final String FAILED_RESPONSE = "Failed"; - - private ILocalFileService localFileService; - - @GET - @Path("{id}") - @Produces(MediaType.APPLICATION_JSON) - @Consumes(MediaType.APPLICATION_JSON) - public Customer getCustomers(@PathParam("id") int cId) { - System.out.println("getCustomers by id : " + cId); - - return customerMap.get(cId); - // throw new UnsupportedOperationException("Not yet implemented."); - } - - @POST - @Path("add") - @Produces("text/html") - @Consumes("application/xml") - public String AddCustomers(Customer customer) { - int id = customerMap.size(); - customer.setId(id); - customerMap.put(id, customer); - - return "Customer " + customer.getName() + " added with Id " + id; - // throw new UnsupportedOperationException("Not yet implemented."); - } - - @GET - @Path("getall") - @Produces(MediaType.APPLICATION_JSON) - @Consumes(MediaType.APPLICATION_JSON) - public List GetCustomers() { - List list = new ArrayList(); - list.addAll(customerMap.values()); - return list; - // throw new UnsupportedOperationException("Not yet implemented."); - } - - @GET - @Path("test") - @Produces(MediaType.APPLICATION_JSON) - @Consumes(MediaType.APPLICATION_JSON) - public String test() { - localFileService.upload(); - localFileService.download(); - return "success lx "; - // throw new UnsupportedOperationException("Not yet implemented."); - } - -} \ No newline at end of file diff --git a/java/com/lungcare/dicomfile/service/ILocalFileService.java b/java/com/lungcare/dicomfile/service/ILocalFileService.java deleted file mode 100644 index 5297b1f..0000000 --- a/java/com/lungcare/dicomfile/service/ILocalFileService.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.lungcare.dicomfile.service; - -public interface ILocalFileService { - public void upload(); - - public void download(); -} diff --git a/java/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.java b/java/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.java deleted file mode 100644 index 821f2a0..0000000 --- a/java/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.lungcare.dicomfile.service.impl; - -import com.lungcare.dicomfile.dao.ILocalFileTransferDAO; -import com.lungcare.dicomfile.dao.impl.LocalFileTransferDAOImp; -import com.lungcare.dicomfile.service.ILocalFileService; - -public class LocalFileServiceImp implements ILocalFileService { - ILocalFileTransferDAO localFileTransferDAO = new LocalFileTransferDAOImp(); - - public void upload() { - // TODO Auto-generated method stub - localFileTransferDAO.uploadFile(); - } - - public void download() { - // TODO Auto-generated method stub - localFileTransferDAO.downloadFile(); - } -} diff --git a/pom.xml b/pom.xml index e9bca09..ac027ed 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,11 @@ 4.0.0 com.lungcare.dicomfile - transfermaven + transfer 0.0.1-SNAPSHOT war - transfermaven + transfer http://maven.apache.org @@ -34,6 +34,9 @@ commons-io 1.3.2 + + + com.lungcare.matlab javabuilder-matlab @@ -46,6 +49,43 @@ 0.0.1.RELEASE + + + com.lungcare.util + dcm4che-core-3.3.8-SNAPSHOT + 0.0.1.RELEASE + + + com.lungcare.util + dcm4che-tool-dcm2jpg-3.3.8-SNAPSHOT + 0.0.1.RELEASE + + + com.lungcare.util + slf4j-api-1.6.4 + 0.0.1.RELEASE + + + com.lungcare.util + slf4j-log4j12-1.6.4 + 0.0.1.RELEASE + + + com.lungcare.util + dcm4che-image-3.3.8-SNAPSHOT + 0.0.1.RELEASE + + + com.lungcare.util + dcm4che-imageio-3.3.8-SNAPSHOT + 0.0.1.RELEASE + + + + + + + com.sun.jersey @@ -164,8 +204,13 @@ org.slf4j slf4j-nop - 1.5.2 + 1.6.4 + + org.slf4j + slf4j-api + 1.6.4 + org.hibernate hibernate-core @@ -248,8 +293,8 @@ - - transfermaven + + transfer @@ -296,7 +341,7 @@ package - + diff --git a/src/main/java/com/lungcare/dicomfile/algorithm/MorphologicalSegment.java b/src/main/java/com/lungcare/dicomfile/algorithm/MorphologicalSegment.java index 3a17991..ff07a92 100644 --- a/src/main/java/com/lungcare/dicomfile/algorithm/MorphologicalSegment.java +++ b/src/main/java/com/lungcare/dicomfile/algorithm/MorphologicalSegment.java @@ -44,9 +44,9 @@ public void MorphyDicom(String dicomPathString, String bmpSavePath) { folder1.mkdir(); File folder2 = new File(bmpSaveSagittalString); folder2.mkdir(); - moSegment.demo(dicomPathString,bmpSavrAxialString,0,1); - moSegment.demo(dicomPathString,bmpSaveCoronalString,1,1); - moSegment.demo(dicomPathString,bmpSaveSagittalString,1,0); + moSegment.demo_zlf_boundingbox(dicomPathString,bmpSavrAxialString, 100 ,2 ,0,1); + //moSegment.demo_zlf(dicomPathString,bmpSaveCoronalString,1,1); + //moSegment.demo_zlf(dicomPathString,bmpSaveSagittalString,1,0); //moSegment.demo(dicomPath, bmpSavePath); } catch (MWException e) { e.printStackTrace(); diff --git a/src/main/java/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.java b/src/main/java/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.java index 0baab5f..9a4172b 100644 --- a/src/main/java/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.java +++ b/src/main/java/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.java @@ -21,12 +21,12 @@ public interface IRemoteFileTransferDAO { public List getCompleteReceiveEntity(); public boolean updateReceiveEntity(ReceiveEntity receiveEntity,int receivedNum); - + public void deleteCompleteData(String id); + public List getAllBmpPath(String path); - public void test(); - public void addSendEntity(String id); public List getAllSendEntity(); + public void test(); } diff --git a/src/main/java/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.java b/src/main/java/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.java index fad4f75..dcc51e7 100644 --- a/src/main/java/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.java +++ b/src/main/java/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.java @@ -1,20 +1,29 @@ package com.lungcare.dicomfile.dao.impl; +import java.awt.image.BufferedImage; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; +import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.Map; +import javax.imageio.ImageIO; +import javax.imageio.ImageReader; +import javax.imageio.stream.ImageInputStream; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.core.MediaType; import org.apache.log4j.Logger; +import org.dcm4che3.data.Attributes; +import org.dcm4che3.data.Tag; +import org.dcm4che3.imageio.plugins.dcm.DicomImageReadParam; +import org.dcm4che3.io.DicomInputStream; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.SessionFactory; @@ -39,14 +48,13 @@ public class RemoteFileTransferDAOImp implements IRemoteFileTransferDAO { private static Logger logger = Logger.getLogger(RemoteFileTransferDAOImp.class); - private static final String SAVEFOLDER_PATH = new File("").getAbsolutePath() +"/src/main/webapp/testFile/"; - //private static final String SAVEFOLDER_PATH = "G:\\wjlProgramFiles\\local-test-data\\testFile\\"; - private static final String BMPFOLDER_PATH = new File("").getAbsolutePath() +"/src/main/webapp/allBmps/"; - //private static final String BMPFOLDER_PATH = "G:\\wjlProgramFiles\\local-test-data\\allBmps\\"; + private static String SAVEFOLDER_PATH = new File("").getAbsolutePath() +"/src/main/webapp/testFile/"; + private static String BMPFOLDER_PATH = new File("").getAbsolutePath() +"/src/main/webapp/allBmps/"; //private static final String SEND_IP = "192.168.1.13"; //private static final int SEND_PORT = 8787; //private static final int PAGESIZE = 4; private SessionFactory sessionFactory; + @Autowired private IAlgorithmDAO algorithmDAOImp; public void setSessionFactory(SessionFactory sessionFactory) { @@ -54,7 +62,6 @@ public void setSessionFactory(SessionFactory sessionFactory) { } public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request,String cid) { - // TODO Auto-generated method stub logger.info("uploadFile"); final ReceiveEntity receiveEntity = new ReceiveEntity(); @@ -62,17 +69,26 @@ public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request,S String remoteHostString = ""; if (request.getHeader("x-forwarded-for") == null) { - remoteHostString = request.getRemoteAddr(); + remoteHostString = request.getRemoteAddr();//获取上传者的IP地址 } else { remoteHostString = request.getHeader("x-forwarded-for"); } System.out.println("ip : " + remoteHostString); receiveEntity.setIp(remoteHostString);//设置ip - + + SAVEFOLDER_PATH = new File(request.getServletContext().getRealPath("/WEB-INF")).getParent()+"/testFile/"; + BMPFOLDER_PATH = new File(request.getServletContext().getRealPath("/WEB-INF")).getParent()+"/allBmps/"; + int port = request.getRemotePort(); receiveEntity.setPort(port);//设置port + receiveEntity.setCompleteTime(0); + receiveEntity.setComplete(false);//设置complete + receiveEntity.setJpgAxial(false);//设置jpgAxial + receiveEntity.setBmpAxial(false);//设置bmpAxial + receiveEntity.setBmpCoronal(false);//设置bmpCoronal + receiveEntity.setBmpSagittal(false);//设置bmpSagittal // receiveEntity.setTotalFiles(formParams.getFields().values().size());//设置totalfiles @@ -90,10 +106,13 @@ public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request,S } } receiveEntity.setTotalFiles(totalNum);//设置totalfiles - receiveEntity.setDate(new Date());//设置时间 receiveEntity.setSavedFolder(SAVEFOLDER_PATH + cid + "\\");//设置接受路径 addReceiveEntity(receiveEntity); + File saveFolder = new File(SAVEFOLDER_PATH); + if(!saveFolder.exists()){ + saveFolder.mkdirs(); + } // Usually each value in fieldsByName will be a list of length 1. // Assuming each field in the form is a file, just loop through them. @@ -102,10 +121,10 @@ public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request,S for (List fields : fieldsByName.values()) { for (FormDataBodyPart field : fields) { InputStream is = field.getEntityAs(InputStream.class); - String fileName = field.getName(); + //String fileName = field.getName(); FormDataContentDisposition fdcd = field .getFormDataContentDisposition(); - if (!saveFile(is, fdcd, fileName, cid)) { + if (!saveFile(is, fdcd, index, cid)) { failedNum+=1; updateFailedReceiveEntity(receiveEntity, failedNum);//更新failed } @@ -115,88 +134,110 @@ public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request,S ++index; } } + + //添加病人信息 + String firstDCMPath = SAVEFOLDER_PATH+cid+"\\1"; + try { + updateReceiveEntity(receiveEntity, firstDCMPath); + } catch (IOException e) { + e.printStackTrace(); + } + + //将dcm文件转化成jpeg + final String getPath = SAVEFOLDER_PATH + cid; + final String savePath = BMPFOLDER_PATH + cid + "\\dcm\\axial"; + new Thread( + new Runnable() { + public void run() { + dcmToJPEG(getPath, savePath); + updateReceiveEntityJPGAxial(receiveEntity); + System.out.println("dcm to jpg over!"); + } + } + ).start(); + // try { // Thread.sleep(5000); // } catch (InterruptedException e) { // e.printStackTrace(); // } //sendToOther(cid, SEND_IP, SEND_PORT); + + //分割dcm文件变成三位图 final String ctPathString = SAVEFOLDER_PATH + cid + "\\"; final String bmpSavePath = BMPFOLDER_PATH +cid + "\\"; new Thread( new Runnable() { public void run() { + Date startDate = new Date(); System.out.println("segStart........................................................................"); algorithmDAOImp.dicomSegmentation(ctPathString, bmpSavePath); updateCompleteReceiveEntity(receiveEntity); + Date overDate = new Date(); + int completeTime = (int) (overDate.getTime()-startDate.getTime()); + updateReceiveEntityCompleteTime(receiveEntity, completeTime); System.out.println("segOver.........................................................................."); + System.out.println(SAVEFOLDER_PATH); } } ).start(); - - - System.out.println("zipstart..."); - ZipUtils.createZip(SAVEFOLDER_PATH+cid, SAVEFOLDER_PATH+cid+".zip"); - System.out.println("zipover"); + String patientName = receiveEntity.getPatientName(); + System.out.println(patientName); + //压缩接收文件和处理后图片 + ZipUtils.createZip(SAVEFOLDER_PATH+cid, SAVEFOLDER_PATH+patientName+"_"+cid+".zip"); + ZipUtils.createZip(BMPFOLDER_PATH+cid, BMPFOLDER_PATH+patientName+"_"+cid+".zip"); } public byte[] downloadFile(HttpServletRequest req){ - // TODO Auto-generated method stub logger.info("downloadFile"); return null; } public ReceiveEntity getReceiveEntity(String id) { - // TODO Auto-generated method stub Session session = this.sessionFactory.getCurrentSession(); if (session != null) { - System.out - .println("this.sessionFactory.getCurrentSession().isOpen()"); Transaction transaction = session.beginTransaction(); - Query query = session - .createQuery("from ReceiveEntity t where t.id=?"); + Query query = session.createQuery("from ReceiveEntity t where t.id=?"); query.setString(0, id); @SuppressWarnings("unchecked") List list = query.list(); transaction.commit(); for (Iterator iterator = list.iterator(); iterator.hasNext();) { ReceiveEntity receiveEntity = (ReceiveEntity) iterator.next(); - System.out.println(receiveEntity.getIp() + " " - + receiveEntity.getTotalFiles()); + System.out.println(receiveEntity.getIp() + " " + receiveEntity.getTotalFiles()); } if (list != null && list.size() > 0) { return list.get(0); } } else { - System.out - .println("this.sessionFactory.getCurrentSession().is null"); + System.out.println("this.sessionFactory.getCurrentSession().is null"); return null; } - return null; } private boolean saveFile(InputStream fis, FormDataContentDisposition fdcd, - String name, String folder) { - + int index, String folder) { Date date1 = new Date(); OutputStream outpuStream = null; - String fileName = fdcd.getFileName(); - int index = fileName.indexOf("/"); - if (index != -1) { - fileName = fileName.substring(index + 1, fileName.length()); - } - System.out.println("File Name: " + fileName); - System.out.println(folder); - //String SAVEFOLDER_PATH =new File("").getAbsolutePath() +"/src/main/webapp/testFile/"; +// String fileName = fdcd.getFileName(); +// int index = fileName.indexOf("/"); +// if (index != -1) { +// fileName = fileName.substring(index + 1, fileName.length()); +// } +// System.out.println("File Name: " + fileName); +// System.out.println(folder); File file = new File(SAVEFOLDER_PATH + folder + "\\"); if (!file.exists() && !file.isDirectory()) { file.mkdir(); } + DecimalFormat dFormat = new DecimalFormat("000"); + String fileName = dFormat.format(index); + fileName = String.valueOf(index); + System.out.println("changeover:"+fileName); String filePath = SAVEFOLDER_PATH + folder + "\\" + fileName; - try { int read = 0; byte[] bytes = new byte[1024]; @@ -224,6 +265,8 @@ private boolean saveFile(InputStream fis, FormDataContentDisposition fdcd, return true; } + + public boolean addReceiveEntity(ReceiveEntity receiveEntity) { Session session = this.sessionFactory.getCurrentSession(); if (session != null) { @@ -237,9 +280,7 @@ public boolean addReceiveEntity(ReceiveEntity receiveEntity) { } else { System.out .println("this.sessionFactory.getCurrentSession().is null"); - } - return false; } @@ -263,9 +304,35 @@ public boolean updateReceiveEntity(ReceiveEntity receiveEntity, System.out .println("this.sessionFactory.getCurrentSession().is null"); } - return false; - + } + + public boolean updateReceiveEntity(ReceiveEntity receiveEntity,String firstDCMString) throws IOException{ + Session session = this.sessionFactory.getCurrentSession(); + if (session != null) { + File file = new File(firstDCMString); + + DicomInputStream dis = new DicomInputStream(file); + + Attributes meta = dis.readDataset(-1, -1); + String accessionNumber = meta.getString(Tag.AccessionNumber); + String patientName = meta.getString(Tag.PatientName); + receiveEntity.setPatientName(patientName); + String studyDate = meta.getString(Tag.StudyDate); + Transaction transaction = session.beginTransaction(); + Query query = session.createQuery("update ReceiveEntity t set t.accessionNumber =?, " + + "t.patientName=?, t.studyDate=? where t.id=?"); + query.setParameter(0, accessionNumber); + query.setParameter(1, patientName); + query.setParameter(2, studyDate); + String id = receiveEntity.getId(); + query.setParameter(3, id); + query.executeUpdate(); + transaction.commit(); + return true; + } else { + } + return false; } public boolean updateCompleteReceiveEntity(ReceiveEntity receiveEntity) { @@ -276,7 +343,7 @@ public boolean updateCompleteReceiveEntity(ReceiveEntity receiveEntity) { Transaction transaction = session.beginTransaction(); Query query = session .createQuery("update ReceiveEntity t set t.complete =? where t.id=?"); - query.setParameter(0, 1); + query.setParameter(0, true); String id = receiveEntity.getId(); query.setParameter(1, id); query.executeUpdate(); @@ -289,16 +356,46 @@ public boolean updateCompleteReceiveEntity(ReceiveEntity receiveEntity) { return false; } + + public boolean updateReceiveEntityJPGAxial(ReceiveEntity receiveEntity){ + Session session = this.sessionFactory.getCurrentSession(); + if (session != null) { + Transaction transaction = session.beginTransaction(); + Query query = session + .createQuery("update ReceiveEntity t set t.jpgAxial =? where t.id=?"); + query.setParameter(0, true); + String id = receiveEntity.getId(); + query.setParameter(1, id); + query.executeUpdate(); + transaction.commit(); + return true; + } else { + System.out.println("this.sessionFactory.getCurrentSession().is null"); + } + return false; + } + public boolean updateReceiveEntityCompleteTime(ReceiveEntity receiveEntity,int time) { + Session session = this.sessionFactory.getCurrentSession(); + if(session!=null){ + Transaction transaction = session.beginTransaction(); + Query query = session.createQuery("update ReceiveEntity t set t.completeTime=? where t.id=?"); + query.setParameter(0, time); + String id = receiveEntity.getId(); + query.setParameter(1, id); + query.executeUpdate(); + transaction.commit(); + return true; + }else{ + System.out.println("this.sessionFactory.getCurrentSession().is null"); + } + return false; + } + public boolean updateFailedReceiveEntity(ReceiveEntity receiveEntity, int failedNum) { - // TODO Auto-generated method stub - // ReceiveEntity receive = getReceiveEntity(receiveEntity.getIp()); - // receive.setReceived(receivedNum); Session session = this.sessionFactory.getCurrentSession(); if (session != null) { - System.out - .println("this.sessionFactory.getCurrentSession().isOpen()"); Transaction transaction = session.beginTransaction(); Query query = session .createQuery("update ReceiveEntity t set t.failed = ? where t.id=?"); @@ -309,20 +406,14 @@ public boolean updateFailedReceiveEntity(ReceiveEntity receiveEntity, transaction.commit(); return true; } else { - System.out - .println("this.sessionFactory.getCurrentSession().is null"); - + System.out.println("this.sessionFactory.getCurrentSession().is null"); } - return false; - } public List getAllReceiveEntity() { Session session = this.sessionFactory.getCurrentSession(); if (session != null) { - System.out - .println("this.sessionFactory.getCurrentSession().isOpen()"); Transaction transaction = session.beginTransaction(); Query query = session .createQuery("select reEntity from ReceiveEntity reEntity order by date desc"); @@ -340,8 +431,7 @@ public List getAllReceiveEntity() { return list; } } else { - System.out - .println("this.sessionFactory.getCurrentSession().is null"); + System.out.println("this.sessionFactory.getCurrentSession().is null"); return null; } @@ -351,11 +441,9 @@ public List getAllReceiveEntity() { public List getCompleteReceiveEntity() { Session session = this.sessionFactory.getCurrentSession(); if (session != null) { - System.out - .println("this.sessionFactory.getCurrentSession().isOpen()"); Transaction transaction = session.beginTransaction(); Query query = session - .createQuery("select reEntity from ReceiveEntity reEntity where reEntity.complete=1 order by date desc"); + .createQuery("select reEntity from ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc"); @SuppressWarnings("unchecked") List list = query.list(); transaction.commit(); @@ -370,8 +458,7 @@ public List getCompleteReceiveEntity() { return list; } } else { - System.out - .println("this.sessionFactory.getCurrentSession().is null"); + System.out.println("this.sessionFactory.getCurrentSession().is null"); return null; } @@ -390,6 +477,22 @@ public void setSendEntity(String id,String ip,int port,int totalFiles,int sendNu sendEntity.setSend(sendNum);// sendEntity.setSpeed(0);// sendEntity.setTotalFiles(totalFiles);// + String firstDcmPath = SAVEFOLDER_PATH+"id\\"+"1"; + File file = new File(firstDcmPath); + + DicomInputStream dis; + try { + dis = new DicomInputStream(file); + Attributes meta = dis.readDataset(-1, -1); + String accessionNumber = meta.getString(Tag.AccessionNumber); + String patientName = meta.getString(Tag.PatientName); + String studyDate = meta.getString(Tag.StudyDate); + sendEntity.setAccessionNumber(accessionNumber);// + sendEntity.setPatientName(patientName);// + sendEntity.setStudyDate(studyDate);// + } catch (IOException e) { + e.printStackTrace(); + } Session session = this.sessionFactory.getCurrentSession(); if (session != null) { Transaction transaction = session.beginTransaction(); @@ -433,10 +536,6 @@ public void sendToOther(String id,String ip,int port){ } } - public void addSendEntity(String id) { - // TODO Auto-generated method stub - - } public List getAllSendEntity(){ Session session = this.sessionFactory.getCurrentSession(); @@ -464,9 +563,7 @@ public List getAllSendEntity(){ } - @Override public List getAllBmpPath(String path) { - // TODO Auto-generated method stub path = path.replace(",","/"); File folder = new File(BMPFOLDER_PATH+path); String[] bmpStrings = folder.list(); @@ -474,12 +571,114 @@ public List getAllBmpPath(String path) { for(int i=0;i iter = ImageIO + . getImageReadersByFormatName("DICOM"); + ImageReader reader = (ImageReader) iter.next(); + DicomImageReadParam param = null; + try { + param = (DicomImageReadParam) reader.getDefaultReadParam(); + } catch (Exception e) { + e.printStackTrace(); + } + ImageInputStream iis = ImageIO.createImageInputStream(tempFile); + reader.setInput(iis, false); + myJpegImage = reader.read(0, param); + iis.close(); + if (myJpegImage == null) { + System. out.println("\nError: couldn't read dicom image!"); + return; + } + + int tempInt = Integer.parseInt(filesName[i]); + DecimalFormat df = new DecimalFormat("000"); + String dstName = savePath+"\\"+df.format(tempInt)+".jpg";//例如把名字0改为001 + +// File myJpegFile = new File(savePath+"\\"+df.format(tempInt)+".jpg"); + + +// OutputStream output = new BufferedOutputStream(new FileOutputStream(myJpegFile)); +// JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(output); +// encoder.encode(myJpegImage); +// output.close(); + + String formatName = dstName.substring(dstName.lastIndexOf(".") + 1); + //FileOutputStream out = new FileOutputStream(dstName); + //JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out); + //encoder.encode(dstImage); + ImageIO.write(myJpegImage, formatName , new File(dstName)); + } catch (IOException e) { + System. out.println("\nError: couldn't read dicom image!" + + e.getMessage()); + return; + } + + } + + } + + public void deleteCompleteData(String id){ + Session session = this.sessionFactory.getCurrentSession(); + if (session != null) { + Transaction transaction = session.beginTransaction(); + Query query = session.createQuery("delete ReceiveEntity as r where r.id=?"); + query.setParameter(0, id); + query.executeUpdate(); + transaction.commit(); + } else { + System.out.println("this.sessionFactory.getCurrentSession().is null"); + } + + ReceiveEntity receiveEntity = getReceiveEntity(id); + String patientName = receiveEntity.getPatientName(); + + File file1 = new File(BMPFOLDER_PATH+id); + if(file1.exists()){ + deleteFile(file1); + } + File file2 = new File(patientName+"_"+BMPFOLDER_PATH+id+".zip"); + if(file2.exists()){ + deleteFile(file2); + } + File file3 = new File(patientName+"_"+SAVEFOLDER_PATH+id+".zip"); + if(file3.exists()){ + deleteFile(file3); + } + File file4 = new File(SAVEFOLDER_PATH+id); + if(file4.exists()){ + deleteFile(file4); + } + System.out.println("delete over!!!!"); + + } + + public void deleteFile(File file){ + if(file.isFile()){ + file.delete(); + }else{ + String[] childFilePaths = file.list(); + for(int i=0;i downloadZip() throws JSONException{ -// //String pathString = RemoteFileTransferResource.class.getClass().getResource("/").getPath().replace("target/classes/", "src/main/webapp/testFile/"); -// String pathString=new File("").getAbsolutePath(); -// //String pathString ="G:/wjlProgramFiles/local-git-repository/src/main/webapp/testFile/"; -// pathString += "/src/main/webapp/testFile/"; -// //ZipUtils.createZip(pathString+cid, pathString+cid+".zip"); -// List zipList = getAllZip(pathString); -// return zipList; -// } -// -// public List getAllZip(String path) { -// File file = new File(path); -// String test[]; -// List zipList = new ArrayList(); -// test = file.list(); -// for (int i = 0; i < test.length; i++) { -// File testFile = new File(path+test[i]); -// if(!testFile.isDirectory()){ -// zipList.add(test[i]); -// } -// } -// return zipList; -// } - -// @GET -// @Path("/download") -// @Produces(MediaType.APPLICATION_OCTET_STREAM) -// public byte[] download(@Context HttpServletRequest req)throws Exception { -// return remoteFileService.downloadFile(req); -// } @GET @Path("add") @@ -118,6 +81,14 @@ public List GetCompleteReceiveEntity(){ return remoteFileService.getCompleteReceiveEntity(); } + @POST + @Path("deleteCompleteData/{id}") + @Consumes(MediaType.MULTIPART_FORM_DATA) + @Produces("text/plain") + public void deleteCompleteData(@PathParam("id") String cid) { + remoteFileService.deleteCompleteData(cid); + } + @GET @Path("/getAllSendEntity") @Produces(MediaType.APPLICATION_JSON) diff --git a/src/main/java/com/lungcare/dicomfile/service/IRemoteFileService.java b/src/main/java/com/lungcare/dicomfile/service/IRemoteFileService.java index 2a5bc43..9b68531 100644 --- a/src/main/java/com/lungcare/dicomfile/service/IRemoteFileService.java +++ b/src/main/java/com/lungcare/dicomfile/service/IRemoteFileService.java @@ -12,7 +12,6 @@ public interface IRemoteFileService { public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request, String cid); - public byte[] downloadFile(HttpServletRequest req); public ReceiveEntity getReceiveEntity(String id); @@ -24,4 +23,6 @@ public interface IRemoteFileService { public List getAllSendEntity(); public List getAllBmpPath(String path); + + public void deleteCompleteData(String id); } diff --git a/src/main/java/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.java b/src/main/java/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.java index 54cf62b..274512b 100644 --- a/src/main/java/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.java +++ b/src/main/java/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.java @@ -22,10 +22,6 @@ public void uploadFile(FormDataMultiPart formParams,HttpServletRequest request, remoteFileTransferDAO.uploadFile(formParams, request, cid); } - public byte[] downloadFile(HttpServletRequest req) { - return remoteFileTransferDAO.downloadFile(req); - } - public ReceiveEntity getReceiveEntity(String id) { return remoteFileTransferDAO.getReceiveEntity(id); } @@ -46,11 +42,13 @@ public List getAllSendEntity(){ return remoteFileTransferDAO.getAllSendEntity(); } - @Override public List getAllBmpPath(String path) { - // TODO Auto-generated method stub return remoteFileTransferDAO.getAllBmpPath(path); } + + public void deleteCompleteData(String id) { + remoteFileTransferDAO.deleteCompleteData(id); + } } diff --git a/src/main/java/com/lungcare/dicomfile/util/SegUtil.java b/src/main/java/com/lungcare/dicomfile/util/SegUtil.java index 3426c3d..4f05464 100644 --- a/src/main/java/com/lungcare/dicomfile/util/SegUtil.java +++ b/src/main/java/com/lungcare/dicomfile/util/SegUtil.java @@ -1,15 +1,13 @@ package com.lungcare.dicomfile.util; -import java.io.File; -import matlabmorphy.Morphy; public class SegUtil { public void segmantion(String dicomPathString,String bmpSavrAxialString,String bmpSaveCoronalString,String bmpSaveSagittalString){ try { - Morphy morphy = new Morphy(); +/* Morphy morphy = new Morphy(); dicomPathString = "D:\\1049664802\\FileRecv\\CT\\"; bmpSavrAxialString = "D:\\1049664802\\FileRecv\\seg\\1\\"; bmpSaveCoronalString = "D:\\1049664802\\FileRecv\\seg\\2\\"; @@ -23,7 +21,7 @@ public void segmantion(String dicomPathString,String bmpSavrAxialString,String b morphy.demo(dicomPathString,bmpSavrAxialString,0,1); morphy.demo(dicomPathString,bmpSaveCoronalString,1,1); morphy.demo(dicomPathString,bmpSaveSagittalString,1,0); - System.out.println("over"); + System.out.println("over");*/ } catch (Exception e) { e.printStackTrace(); } diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/App.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/App.class index d73d838..4291b24 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/App.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/App.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/algorithm/MorphologicalSegment.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/algorithm/MorphologicalSegment.class index 330f500..ea62ca6 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/algorithm/MorphologicalSegment.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/algorithm/MorphologicalSegment.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/ClientTest.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/ClientTest.class index e00c960..3547d7e 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/ClientTest.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/ClientTest.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/MathPlotTest.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/MathPlotTest.class index 94cd949..8b5c468 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/MathPlotTest.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/client/MathPlotTest.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IAlgorithmDAO.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IAlgorithmDAO.class index 1af58f3..a02c662 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IAlgorithmDAO.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IAlgorithmDAO.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.class index 62082c0..23fdc13 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/ILocalFileTransferDAO.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.class index 5b21a1d..5ada49e 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/IRemoteFileTransferDAO.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/AlgorithmDAOImp.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/AlgorithmDAOImp.class index 3e77a7b..b003452 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/AlgorithmDAOImp.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/AlgorithmDAOImp.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.class index a30e6a7..d59a412 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/LocalFileTransferDAOImp.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$1.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$1.class index 66947a8..eb76974 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$1.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$1.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$2.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$2.class new file mode 100644 index 0000000..fc2138d Binary files /dev/null and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp$2.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.class index 10a589f..b9d6da6 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/dao/impl/RemoteFileTransferDAOImp.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/BmpPathEntity.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/BmpPathEntity.class index 3a862cf..efce407 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/BmpPathEntity.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/BmpPathEntity.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/Customer.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/Customer.class index a896e43..a86ecdd 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/Customer.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/Customer.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/ReceiveEntity.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/ReceiveEntity.class index 49ccdbf..bb7f4d3 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/ReceiveEntity.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/ReceiveEntity.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/SendEntity.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/SendEntity.class index e887283..4218a69 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/SendEntity.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/entity/SendEntity.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/CustomersResource.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/CustomersResource.class index 552078b..78ef519 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/CustomersResource.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/CustomersResource.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/RemoteFileTransferResource.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/RemoteFileTransferResource.class index d9bfff6..e89a892 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/RemoteFileTransferResource.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/restful/RemoteFileTransferResource.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IAlgorithmService.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IAlgorithmService.class index 38d13d3..b66be7e 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IAlgorithmService.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IAlgorithmService.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/ILocalFileService.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/ILocalFileService.class index 4a305d3..7dc1363 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/ILocalFileService.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/ILocalFileService.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IRemoteFileService.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IRemoteFileService.class index a8a43e5..459b720 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IRemoteFileService.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/IRemoteFileService.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/AlgorithmServiceImp.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/AlgorithmServiceImp.class index cbdf1b8..7509610 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/AlgorithmServiceImp.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/AlgorithmServiceImp.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.class index c6d1f95..d565224 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/LocalFileServiceImp.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.class index 6982126..6e1ed67 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/service/impl/RemoteFileServiceImp.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileUtil.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileUtil.class index 03a9c61..6235537 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileUtil.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileUtil.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileWrapper.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileWrapper.class index 4e9bcf1..0b188c0 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileWrapper.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/FileWrapper.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/SegUtil.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/SegUtil.class index 950d9af..10c94cb 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/SegUtil.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/SegUtil.class differ diff --git a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/ZipUtils.class b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/ZipUtils.class index c515ce9..e5a6263 100644 Binary files a/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/ZipUtils.class and b/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/util/ZipUtils.class differ diff --git a/src/main/webapp/WEB-INF/logs/ssh.log b/src/main/webapp/WEB-INF/logs/ssh.log index 0c586da..d006abc 100644 --- a/src/main/webapp/WEB-INF/logs/ssh.log +++ b/src/main/webapp/WEB-INF/logs/ssh.log @@ -1,2964 +1,15580 @@ -2015-06-28 13:23:36,596 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 13:23:36,630 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:23:36 CST 2015]; root of context hierarchy -2015-06-28 13:23:36,694 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 13:23:36,911 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 13:23:36,913 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 13:23:36,994 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 13:23:37,238 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 13:23:37,245 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 13:23:37,260 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@472b644e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:23:37,395 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 13:23:37,756 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 13:23:38,553 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3541fcda] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 13:23:38,556 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1959 ms -2015-06-28 13:31:23,223 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 13:31:23,267 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:31:23 CST 2015]; root of context hierarchy -2015-06-28 13:31:23,326 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 13:31:23,471 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 13:31:23,475 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 13:31:23,585 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 13:31:23,751 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 13:31:23,765 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 13:31:23,788 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@789caeb2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:31:23,919 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 13:31:24,306 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 13:31:25,017 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@25b5dab5] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 13:31:25,020 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1796 ms -2015-06-28 13:33:30,222 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:34:48,974 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 13:31:23 CST 2015]; root of context hierarchy -2015-06-28 13:34:48,974 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@789caeb2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:34:48,990 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-28 13:34:54,653 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 13:34:54,685 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:34:54 CST 2015]; root of context hierarchy -2015-06-28 13:34:54,732 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 13:34:54,826 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 13:34:54,826 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 13:34:54,932 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 13:34:55,127 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 13:34:55,134 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 13:34:55,151 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6fb117f0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:34:55,233 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 13:34:55,577 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 13:34:56,223 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bf3f158] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 13:34:56,225 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1572 ms -2015-06-28 13:35:09,303 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 13:34:54 CST 2015]; root of context hierarchy -2015-06-28 13:35:09,304 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6fb117f0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:35:09,308 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-28 13:35:15,479 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 13:35:15,509 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:35:15 CST 2015]; root of context hierarchy -2015-06-28 13:35:15,565 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 13:35:15,662 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 13:35:15,662 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 13:35:15,751 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 13:35:15,913 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 13:35:15,919 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 13:35:15,936 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7a5876a5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:35:16,028 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 13:35:16,388 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 13:35:17,102 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@32406f2f] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 13:35:17,106 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1627 ms -2015-06-28 13:42:48,447 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 13:42:48,485 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:42:48 CST 2015]; root of context hierarchy -2015-06-28 13:42:48,559 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 13:42:48,729 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 13:42:48,731 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 13:42:48,805 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 13:42:49,043 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 13:42:49,049 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 13:42:49,068 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@63871f70: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 13:42:49,242 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 13:42:49,677 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 13:42:50,242 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@6a6215db] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 13:42:50,242 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1794 ms -2015-06-28 13:44:00,928 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:44:10,619 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:44:30,378 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:45:02,379 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:46:00,273 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:46:16,046 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:48:23,622 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:49:39,623 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:49:52,325 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:52:10,898 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:53:49,476 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:56:06,572 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:56:29,191 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:57:01,037 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 13:59:20,800 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:01:36,928 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:03:42,530 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:05:27,710 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:08:23,554 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:09:59,958 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:10:51,298 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:11:26,422 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:26:41,545 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 14:40:38,224 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-28 15:12:54,470 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 15:12:54,514 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:12:54 CST 2015]; root of context hierarchy -2015-06-28 15:12:54,605 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 15:12:54,966 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 15:12:54,972 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 15:12:55,121 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 15:12:55,453 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 15:12:55,461 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 15:12:55,484 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@59737b19: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 15:12:55,983 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 15:12:56,441 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 15:12:57,581 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1effd40a] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 15:12:57,584 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3114 ms -2015-06-28 15:12:57,663 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 13:42:48 CST 2015]; root of context hierarchy -2015-06-28 15:12:57,681 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@63871f70: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 15:12:57,842 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-28 15:13:15,805 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 15:13:15,877 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:13:15 CST 2015]; root of context hierarchy -2015-06-28 15:13:15,953 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 15:13:16,207 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 15:13:16,207 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 15:13:16,675 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 15:13:18,930 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 15:13:18,978 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 15:13:18,992 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d4db2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 15:13:20,229 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 15:13:22,409 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 15:13:24,137 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@6c836257] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 15:13:24,140 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 8335 ms -2015-06-28 15:20:49,891 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 15:20:49,938 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:20:49 CST 2015]; root of context hierarchy -2015-06-28 15:20:50,006 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 15:20:50,165 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 15:20:50,168 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 15:20:50,301 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 15:20:50,559 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 15:20:50,574 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 15:20:50,594 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1619c695: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 15:20:50,969 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 15:20:51,439 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 15:20:52,373 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@77f85f8c] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 15:20:52,376 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2485 ms -2015-06-28 15:20:56,711 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 15:12:54 CST 2015]; root of context hierarchy -2015-06-28 15:20:56,715 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@59737b19: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 15:20:56,728 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-28 15:21:03,710 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-28 15:21:03,743 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:21:03 CST 2015]; root of context hierarchy -2015-06-28 15:21:03,860 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-28 15:21:04,004 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-28 15:21:04,004 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-28 15:21:04,107 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-28 15:21:04,329 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-28 15:21:04,336 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-28 15:21:04,351 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fee71ac: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-28 15:21:04,959 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-28 15:21:05,371 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-28 15:21:06,159 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3c643130] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-28 15:21:06,162 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2452 ms -2015-06-28 15:23:07,359 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 13:10:49,956 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-29 13:10:49,994 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 13:10:49 CST 2015]; root of context hierarchy -2015-06-29 13:10:50,039 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-29 13:10:50,370 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-29 13:10:50,373 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-29 13:10:50,733 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-29 13:10:51,010 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-29 13:10:51,015 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-29 13:10:51,029 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38ba04: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-29 13:10:51,232 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-29 13:10:51,529 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-29 13:10:56,775 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@25b3d5] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-29 13:10:56,777 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 6808 ms -2015-06-29 15:39:07,236 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-29 15:39:07,280 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 15:39:07 CST 2015]; root of context hierarchy -2015-06-29 15:39:07,352 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-29 15:39:07,546 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-29 15:39:07,549 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-29 15:39:07,618 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-29 15:39:07,766 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-29 15:39:07,776 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-29 15:39:07,788 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ea06a1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-29 15:39:08,016 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-29 15:39:08,307 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-29 15:39:09,510 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d73856] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-29 15:39:09,512 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2276 ms -2015-06-29 15:57:31,724 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-29 15:57:31,761 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 15:57:31 CST 2015]; root of context hierarchy -2015-06-29 15:57:31,802 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-29 15:57:31,944 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-29 15:57:31,946 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-29 15:57:32,046 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-29 15:57:32,195 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-29 15:57:32,201 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-29 15:57:32,212 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@21801b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-29 15:57:32,393 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-29 15:57:32,656 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-29 15:57:33,304 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@633079] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-29 15:57:33,306 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1581 ms -2015-06-29 16:39:58,280 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 16:40:49,396 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 16:52:29,357 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 16:53:26,412 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 16:56:07,209 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 17:15:42,982 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 17:17:04,044 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-29 17:17:04,085 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 17:17:04 CST 2015]; root of context hierarchy -2015-06-29 17:17:04,143 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-29 17:17:04,353 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-29 17:17:04,355 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-29 17:17:04,464 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-29 17:17:04,622 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-29 17:17:04,629 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-29 17:17:04,647 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f8e761: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-29 17:17:04,866 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-29 17:17:05,156 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-29 17:17:05,991 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d73856] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-29 17:17:05,994 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1950 ms -2015-06-29 17:18:11,962 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 22:22:21,713 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-29 22:22:21,751 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 22:22:21 CST 2015]; root of context hierarchy -2015-06-29 22:22:21,810 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-29 22:22:22,032 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-29 22:22:22,035 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-29 22:22:22,130 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-29 22:22:22,282 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-29 22:22:22,290 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-29 22:22:22,300 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1097438: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-29 22:22:22,504 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-29 22:22:22,749 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-29 22:22:23,384 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1669fc6] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-29 22:22:23,386 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1665 ms -2015-06-29 22:58:21,753 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 22:59:27,073 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 23:01:35,216 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-29 23:01:35,241 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 23:01:35 CST 2015]; root of context hierarchy -2015-06-29 23:01:35,294 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-29 23:01:35,403 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-29 23:01:35,406 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-29 23:01:35,470 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-29 23:01:35,588 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-29 23:01:35,593 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-29 23:01:35,704 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5d6633: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-29 23:01:35,786 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-29 23:01:36,033 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-29 23:01:36,609 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14b6df0] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-29 23:01:36,612 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1394 ms -2015-06-29 23:06:24,945 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 23:07:40,688 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 23:08:56,979 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-29 23:09:42,449 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-30 09:14:08,732 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 09:14:08,774 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 09:14:08 CST 2015]; root of context hierarchy -2015-06-30 09:14:08,816 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 09:14:08,939 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 09:14:08,942 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 09:14:09,033 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 09:14:09,251 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 09:14:09,256 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 09:14:09,268 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e7799: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 09:14:09,342 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 09:14:09,596 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 09:14:10,226 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e1542f] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 09:14:10,228 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1480 ms -2015-06-30 10:04:36,684 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-30 10:09:23,431 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 10:09:23,484 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 10:09:23 CST 2015]; root of context hierarchy -2015-06-30 10:09:23,567 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 10:09:23,678 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 10:09:23,679 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 10:09:23,771 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 10:09:23,913 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 10:09:23,918 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 10:09:24,028 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1300853: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 10:09:24,123 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 10:09:24,398 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 10:09:25,075 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a52c90] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 10:09:25,077 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1645 ms -2015-06-30 10:10:11,328 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-30 10:53:49,107 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-30 10:54:54,554 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-06-30 11:02:49,294 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 10:09:23 CST 2015]; root of context hierarchy -2015-06-30 11:02:49,295 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1300853: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 11:02:49,518 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 11:02:58,053 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 11:02:58,085 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 11:02:58 CST 2015]; root of context hierarchy -2015-06-30 11:02:58,123 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 11:02:58,208 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 11:02:58,208 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 11:02:58,286 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 11:02:58,427 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 11:02:58,434 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 11:02:58,445 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19117b7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 11:02:58,543 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 11:02:58,887 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 11:03:00,001 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f78ad9] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 11:03:00,003 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1950 ms -2015-06-30 14:25:50,601 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 14:25:50,627 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:25:50 CST 2015]; root of context hierarchy -2015-06-30 14:25:50,687 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 14:25:50,924 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 14:25:50,925 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 14:25:51,006 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 14:25:51,194 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 14:25:51,204 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 14:25:51,226 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d8e0dc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 14:25:51,337 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 14:25:51,687 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 14:25:52,354 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1588db6] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 14:25:52,357 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1755 ms -2015-06-30 14:40:22,226 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 14:40:23,008 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 14:25:50 CST 2015]; root of context hierarchy -2015-06-30 14:40:23,009 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d8e0dc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 14:40:23,013 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 14:40:28,908 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 14:40:28,930 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:40:28 CST 2015]; root of context hierarchy -2015-06-30 14:40:28,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 14:40:29,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 14:40:29,070 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 14:40:29,225 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 14:40:29,472 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 14:40:29,476 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 14:40:29,490 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bde4ac: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 14:40:29,719 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 14:40:30,280 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 14:40:31,092 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@133e7a1] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 14:40:31,095 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2186 ms -2015-06-30 14:47:23,054 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 14:49:12,932 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 14:49:12,965 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:49:12 CST 2015]; root of context hierarchy -2015-06-30 14:49:13,011 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 14:49:13,329 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 14:49:13,332 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 14:49:13,417 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 14:49:13,542 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 14:49:13,547 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 14:49:13,665 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e98f4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 14:49:13,761 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 14:49:14,006 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 14:49:14,877 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11f3c4e] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 14:49:14,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1947 ms -2015-06-30 14:49:52,523 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 14:53:28,873 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 14:49:12 CST 2015]; root of context hierarchy -2015-06-30 14:53:28,874 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e98f4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 14:53:28,877 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 14:53:34,935 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 14:53:34,957 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:53:34 CST 2015]; root of context hierarchy -2015-06-30 14:53:34,995 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 14:53:35,283 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 14:53:35,283 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 14:53:35,437 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 14:53:35,676 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 14:53:35,683 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 14:53:35,696 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6f4689: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 14:53:35,767 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 14:53:36,155 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 14:53:37,157 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@22053a] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 14:53:37,160 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2225 ms -2015-06-30 14:53:47,728 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 14:56:09,253 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 15:12:00,204 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 17:34:48,700 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 14:53:34 CST 2015]; root of context hierarchy -2015-06-30 17:34:49,059 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6f4689: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 17:34:51,822 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 17:35:12,020 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 17:35:12,068 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 17:35:12 CST 2015]; root of context hierarchy -2015-06-30 17:35:12,123 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 17:35:12,212 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 17:35:12,212 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 17:35:12,348 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 17:35:12,505 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 17:35:12,509 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 17:35:12,519 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2d176: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 17:35:12,604 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 17:35:12,890 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 17:35:14,913 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ea2b4b] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 17:35:14,916 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2895 ms -2015-06-30 17:49:02,227 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-06-30 17:52:06,790 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 17:35:12 CST 2015]; root of context hierarchy -2015-06-30 17:52:06,791 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2d176: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 17:52:06,794 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 17:52:12,814 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 17:52:12,835 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 17:52:12 CST 2015]; root of context hierarchy -2015-06-30 17:52:12,874 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 17:52:12,940 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 17:52:12,940 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 17:52:13,020 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 17:52:13,157 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 17:52:13,161 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 17:52:13,174 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9c79: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 17:52:13,237 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 17:52:13,508 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 17:52:14,514 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@50710f] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 17:52:14,516 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1701 ms -2015-06-30 18:03:03,616 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 17:52:12 CST 2015]; root of context hierarchy -2015-06-30 18:03:03,617 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9c79: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 18:03:03,622 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 18:03:10,840 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 18:03:10,904 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 18:03:10 CST 2015]; root of context hierarchy -2015-06-30 18:03:10,964 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 18:03:11,030 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 18:03:11,030 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 18:03:11,164 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 18:03:11,306 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 18:03:11,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 18:03:11,327 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2a7504: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 18:03:11,414 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 18:03:11,728 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 18:03:13,999 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2a7504: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 19:23:25,895 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 19:23:25,923 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 19:23:25 CST 2015]; root of context hierarchy -2015-06-30 19:23:26,033 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 19:23:26,555 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 19:23:26,589 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 19:23:26,946 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 19:23:27,184 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 19:23:27,189 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 19:23:27,208 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a5b39c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 19:23:28,066 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 19:23:28,659 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 19:23:30,681 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@feaf9c] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 19:23:30,683 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 4788 ms -2015-06-30 19:28:56,111 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 19:23:25 CST 2015]; root of context hierarchy -2015-06-30 19:28:56,114 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a5b39c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 19:28:56,130 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-06-30 19:29:04,953 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 19:29:04,982 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 19:29:04 CST 2015]; root of context hierarchy -2015-06-30 19:29:05,029 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 19:29:05,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 19:29:05,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 19:29:05,357 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 19:29:05,486 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 19:29:05,492 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 19:29:05,507 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e244b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 19:29:05,585 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 19:29:05,835 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 19:29:06,722 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3b8d23] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 19:29:06,724 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1770 ms -2015-06-30 19:32:01,821 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-06-30 19:32:01,853 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 19:32:01 CST 2015]; root of context hierarchy -2015-06-30 19:32:01,897 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-06-30 19:32:02,031 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-06-30 19:32:02,034 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-06-30 19:32:02,126 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-06-30 19:32:02,252 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-06-30 19:32:02,257 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-06-30 19:32:02,367 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@170146: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-06-30 19:32:02,447 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-06-30 19:32:02,731 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-06-30 19:32:03,416 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@185aa63] of Hibernate SessionFactory for HibernateTransactionManager -2015-06-30 19:32:03,418 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1597 ms -2015-06-30 19:43:53,302 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 09:15:49,929 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 09:15:49,970 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 09:15:49 CST 2015]; root of context hierarchy -2015-07-01 09:15:50,029 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 09:15:50,348 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 09:15:50,350 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 09:15:50,438 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 09:15:50,854 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 09:15:50,859 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 09:15:50,880 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f1e723: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 09:15:51,096 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 09:15:51,328 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 09:15:52,024 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f992df] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 09:15:52,026 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2085 ms -2015-07-01 09:18:05,048 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 09:15:49 CST 2015]; root of context hierarchy -2015-07-01 09:18:05,054 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f1e723: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 09:18:05,059 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 09:18:11,794 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 09:18:11,855 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 09:18:11 CST 2015]; root of context hierarchy -2015-07-01 09:18:11,923 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 09:18:11,999 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 09:18:11,999 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 09:18:12,087 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 09:18:12,246 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 09:18:12,250 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 09:18:12,263 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6d5af1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 09:18:12,348 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 09:18:13,197 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 09:18:13,816 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@bc78ed] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 09:18:13,818 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2023 ms -2015-07-01 09:19:15,807 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 09:18:11 CST 2015]; root of context hierarchy -2015-07-01 09:19:15,808 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6d5af1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 09:19:15,810 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 09:19:20,674 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 09:19:20,695 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 09:19:20 CST 2015]; root of context hierarchy -2015-07-01 09:19:20,733 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 09:19:20,828 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 09:19:20,828 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 09:19:20,911 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 09:19:21,025 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 09:19:21,030 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 09:19:21,040 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fe35d2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 09:19:21,119 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 09:19:21,359 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 09:19:22,021 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b3a89a] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 09:19:22,023 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1349 ms -2015-07-01 10:09:36,618 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 09:19:20 CST 2015]; root of context hierarchy -2015-07-01 10:09:36,619 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fe35d2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 10:09:36,624 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 10:09:41,735 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 10:09:41,760 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 10:09:41 CST 2015]; root of context hierarchy -2015-07-01 10:09:41,801 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 10:09:41,863 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 10:09:41,863 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 10:09:41,949 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 10:09:42,064 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 10:09:42,068 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 10:09:42,077 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d8a759: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 10:09:42,158 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 10:09:42,392 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 10:09:43,024 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d6d2a6] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 10:09:43,026 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1290 ms -2015-07-01 10:09:56,861 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 10:09:41 CST 2015]; root of context hierarchy -2015-07-01 10:09:56,862 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d8a759: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 10:09:56,864 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 10:10:01,895 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 10:10:01,941 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 10:10:01 CST 2015]; root of context hierarchy -2015-07-01 10:10:02,145 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 10:10:02,209 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 10:10:02,209 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 10:10:02,297 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 10:10:02,415 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 10:10:02,419 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 10:10:02,430 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5a1699: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 10:10:02,502 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 10:10:02,769 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 10:10:04,533 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5a1699: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 10:10:04,534 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) - at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) - at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) - at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) - at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) - at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) - at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) - at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) - at org.mortbay.jetty.plugin.JettyRunMojo.restartWebApp(JettyRunMojo.java:435) - at org.mortbay.jetty.plugin.JettyRunMojo$1.filesChanged(JettyRunMojo.java:394) - at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:691) - at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:551) - at org.eclipse.jetty.util.Scanner.scan(Scanner.java:403) - at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:353) - at java.util.TimerThread.mainLoop(Timer.java:512) - at java.util.TimerThread.run(Timer.java:462) -Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) - ... 30 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) - ... 32 more -Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) - ... 43 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) - ... 45 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) - ... 58 more -Caused by: java.lang.OutOfMemoryError: PermGen space - at java.lang.ClassLoader.defineClass1(Native Method) - at java.lang.ClassLoader.defineClass(ClassLoader.java:621) - at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) - at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) - at java.net.URLClassLoader.access$000(URLClassLoader.java:56) - at java.net.URLClassLoader$1.run(URLClassLoader.java:195) - at java.security.AccessController.doPrivileged(Native Method) - at java.net.URLClassLoader.findClass(URLClassLoader.java:188) - at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421) - at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) - at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) - at java.lang.ClassLoader.defineClass1(Native Method) - at java.lang.ClassLoader.defineClass(ClassLoader.java:621) - at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) - at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) - at java.net.URLClassLoader.access$000(URLClassLoader.java:56) - at java.net.URLClassLoader$1.run(URLClassLoader.java:195) - at java.security.AccessController.doPrivileged(Native Method) - at java.net.URLClassLoader.findClass(URLClassLoader.java:188) - at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421) - at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) - at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) - at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84) - at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:267) - at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341) - at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) - at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) - at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) - at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) -2015-07-01 10:45:01,482 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 10:45:01,511 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 10:45:01 CST 2015]; root of context hierarchy -2015-07-01 10:45:01,557 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 10:45:01,672 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 10:45:01,675 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 10:45:01,761 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 10:45:01,904 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 10:45:01,908 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 10:45:02,033 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137a8ec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 10:45:02,113 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 10:45:02,366 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 10:45:02,968 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bd56d0] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 10:45:02,971 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1488 ms -2015-07-01 11:50:07,403 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-07-01 11:50:25,524 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile -2015-07-01 11:53:45,785 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 10:45:01 CST 2015]; root of context hierarchy -2015-07-01 11:53:45,786 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137a8ec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 11:53:45,791 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 11:53:50,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 11:53:50,907 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 11:53:50 CST 2015]; root of context hierarchy -2015-07-01 11:53:50,951 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 11:53:51,050 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 11:53:51,050 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 11:53:51,158 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 11:53:51,268 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 11:53:51,288 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 11:53:51,297 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18e2443: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 11:53:51,558 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 11:53:51,793 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 11:53:52,395 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11adf07] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 11:53:52,400 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1520 ms -2015-07-01 11:53:55,791 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 11:53:50 CST 2015]; root of context hierarchy -2015-07-01 11:53:55,792 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18e2443: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 11:53:55,802 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 11:54:00,279 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 11:54:00,300 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 11:54:00 CST 2015]; root of context hierarchy -2015-07-01 11:54:00,334 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 11:54:00,564 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 11:54:00,564 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 11:54:00,644 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 11:54:00,745 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 11:54:00,749 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 11:54:00,759 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b3f01d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 11:54:00,822 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 11:54:01,053 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 11:54:01,658 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a26054] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 11:54:01,660 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1381 ms -2015-07-01 12:29:31,492 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:29:31,517 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:29:31 CST 2015]; root of context hierarchy -2015-07-01 12:29:31,564 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:29:31,672 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:29:31,676 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:29:31,768 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:29:31,903 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:29:31,911 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:29:32,024 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c4bc6d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:29:32,104 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:29:32,371 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:29:33,010 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e8065e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:29:33,012 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1520 ms -2015-07-01 12:32:06,161 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:29:31 CST 2015]; root of context hierarchy -2015-07-01 12:32:06,161 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c4bc6d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:32:06,165 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:32:12,296 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:32:12,318 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:32:12 CST 2015]; root of context hierarchy -2015-07-01 12:32:12,355 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:32:12,573 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:32:12,573 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:32:12,652 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:32:12,856 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:32:12,862 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:32:12,912 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@75b3b6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:32:13,089 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:32:13,551 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:32:14,255 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@ed6dee] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:32:14,257 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1960 ms -2015-07-01 12:34:27,583 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:32:12 CST 2015]; root of context hierarchy -2015-07-01 12:34:27,584 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@75b3b6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:34:27,587 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:34:34,040 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:34:34,061 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:34:34 CST 2015]; root of context hierarchy -2015-07-01 12:34:34,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:34:34,182 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:34:34,182 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:34:34,285 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:34:34,408 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:34:34,412 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:34:34,423 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c2f254: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:34:34,505 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:34:34,755 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:34:35,407 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@35fcce] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:34:35,410 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1370 ms -2015-07-01 12:37:09,286 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:34:34 CST 2015]; root of context hierarchy -2015-07-01 12:37:09,287 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c2f254: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:37:09,290 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:37:14,952 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:37:14,975 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:37:14 CST 2015]; root of context hierarchy -2015-07-01 12:37:15,025 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:37:15,084 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:37:15,084 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:37:15,201 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:37:15,313 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:37:15,320 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:37:15,328 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16015c5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:37:15,383 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:37:15,630 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:37:16,305 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@185ed94] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:37:16,307 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1355 ms -2015-07-01 12:40:08,730 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:40:08,757 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:40:08 CST 2015]; root of context hierarchy -2015-07-01 12:40:08,805 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:40:08,941 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:40:08,943 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:40:09,032 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:40:09,258 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:40:09,262 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:40:09,275 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4c535d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:40:09,430 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:40:09,705 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:40:10,281 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@17f3202] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:40:10,283 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1552 ms -2015-07-01 12:44:13,720 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:37:14 CST 2015]; root of context hierarchy -2015-07-01 12:44:13,721 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16015c5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:44:13,751 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:44:14,427 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:40:08 CST 2015]; root of context hierarchy -2015-07-01 12:44:14,428 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4c535d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:44:14,433 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:44:23,627 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:44:23,717 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:44:23 CST 2015]; root of context hierarchy -2015-07-01 12:44:23,819 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:44:23,986 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:44:23,987 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:44:24,277 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:44:24,451 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:44:24,456 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:44:24,467 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b4580: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:44:24,566 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:44:24,867 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:44:25,261 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:44:25,301 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:44:25 CST 2015]; root of context hierarchy -2015-07-01 12:44:25,367 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:44:25,491 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:44:25,491 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:44:25,670 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:44:25,961 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13d09cd] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:44:25,963 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2336 ms -2015-07-01 12:44:26,008 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:44:26,112 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:44:26,121 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e879e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:44:26,277 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:44:27,509 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:44:28,729 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f28508] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:44:28,731 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3470 ms -2015-07-01 12:46:39,956 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:44:23 CST 2015]; root of context hierarchy -2015-07-01 12:46:39,957 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b4580: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:46:39,961 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:46:41,346 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:44:25 CST 2015]; root of context hierarchy -2015-07-01 12:46:41,346 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e879e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:46:41,349 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:46:50,219 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:46:50,242 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:46:50 CST 2015]; root of context hierarchy -2015-07-01 12:46:50,280 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:46:50,345 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:46:50,345 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:46:50,406 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:46:50,515 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:46:50,519 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:46:50,528 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fa391e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:46:50,591 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:46:50,817 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:46:51,407 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@182c0e6] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:46:51,409 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1190 ms -2015-07-01 12:50:31,598 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:50:31,624 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:50:31 CST 2015]; root of context hierarchy -2015-07-01 12:50:31,672 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:50:31,803 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:50:31,807 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:50:31,896 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:50:32,024 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:50:32,029 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:50:32,141 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fd07df: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:50:32,228 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:50:32,482 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:50:33,061 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e8d9a5] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:50:33,063 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1464 ms -2015-07-01 12:58:49,405 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:58:49,430 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:58:49 CST 2015]; root of context hierarchy -2015-07-01 12:58:49,479 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:58:49,611 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:58:49,614 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:58:49,711 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:58:49,842 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:58:49,852 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:58:49,975 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ebdb3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:58:50,082 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:58:50,337 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:58:50,922 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1466679] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:58:50,924 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1518 ms -2015-07-01 12:58:59,578 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:50:31 CST 2015]; root of context hierarchy -2015-07-01 12:58:59,579 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fd07df: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:58:59,583 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 12:59:04,788 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 12:59:04,809 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:59:04 CST 2015]; root of context hierarchy -2015-07-01 12:59:04,858 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 12:59:04,930 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 12:59:04,930 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 12:59:05,035 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 12:59:05,313 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 12:59:05,317 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 12:59:05,326 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1935089: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 12:59:05,392 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 12:59:05,652 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 12:59:06,282 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1cd5d1f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 12:59:06,284 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1496 ms -2015-07-01 13:08:18,188 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:58:49 CST 2015]; root of context hierarchy -2015-07-01 13:08:18,188 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ebdb3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:08:18,193 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 13:08:25,021 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:08:25,055 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:08:25 CST 2015]; root of context hierarchy -2015-07-01 13:08:25,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:08:25,215 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:08:25,218 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:08:25,311 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:08:25,440 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:59:04 CST 2015]; root of context hierarchy -2015-07-01 13:08:25,440 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1935089: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:08:25,462 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 13:08:25,637 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:08:25,641 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:08:25,655 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7f04d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:08:25,812 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:08:26,256 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:08:27,570 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fde7bf] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:08:27,572 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2551 ms -2015-07-01 13:08:34,322 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:08:34,344 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:08:34 CST 2015]; root of context hierarchy -2015-07-01 13:08:34,438 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:08:34,557 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:08:34,557 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:08:34,685 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:08:34,843 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:08:34,856 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:08:34,870 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15ce015: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:08:34,946 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:08:35,214 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:08:36,073 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@31514f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:08:36,075 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1753 ms -2015-07-01 13:11:01,757 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:11:01,784 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:11:01 CST 2015]; root of context hierarchy -2015-07-01 13:11:01,836 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:11:02,012 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:11:02,014 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:11:02,120 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:11:02,369 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:11:02,373 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:11:02,394 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134fc1a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:11:02,493 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:11:02,843 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:11:03,541 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@73d10f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:11:03,543 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1786 ms -2015-07-01 13:18:19,444 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 13:11:01 CST 2015]; root of context hierarchy -2015-07-01 13:18:19,445 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134fc1a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:18:19,450 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 13:18:24,423 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:18:24,442 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:18:24 CST 2015]; root of context hierarchy -2015-07-01 13:18:24,485 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:18:24,554 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:18:24,554 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:18:24,654 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:18:24,876 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:18:24,880 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:18:24,910 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a5ddd: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:18:25,041 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:18:25,335 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:18:25,909 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@8684b1] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:18:25,911 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1488 ms -2015-07-01 13:21:45,361 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:21:45,384 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:21:45 CST 2015]; root of context hierarchy -2015-07-01 13:21:45,447 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:21:45,564 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:21:45,568 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:21:45,657 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:21:45,786 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:21:45,791 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:21:45,903 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@116a6bf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:21:45,978 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:21:46,234 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:21:46,832 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1114e8] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:21:46,834 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1472 ms -2015-07-01 13:39:59,530 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:39:59,582 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:39:59 CST 2015]; root of context hierarchy -2015-07-01 13:39:59,662 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:39:59,829 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:39:59,832 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:39:59,921 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:40:00,074 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:40:00,080 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:40:00,191 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13a828: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:40:00,285 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:40:00,556 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:40:01,314 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@de8aa5] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:40:01,316 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1786 ms -2015-07-01 13:42:16,914 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 13:42:42,145 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 13:56:30,088 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 13:56:30,115 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:56:30 CST 2015]; root of context hierarchy -2015-07-01 13:56:30,157 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 13:56:30,300 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 13:56:30,302 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 13:56:30,391 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 13:56:30,515 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 13:56:30,519 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 13:56:30,631 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15dd521: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 13:56:30,704 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 13:56:30,956 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 13:56:31,567 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@15099a1] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 13:56:31,569 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1481 ms -2015-07-01 14:34:34,174 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 15:14:02,558 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 15:17:06,313 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 15:17:06,349 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 15:17:06 CST 2015]; root of context hierarchy -2015-07-01 15:17:06,419 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 15:17:06,671 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 15:17:06,674 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 15:17:06,759 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 15:17:06,904 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 15:17:06,909 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 15:17:07,021 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ce1d9a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 15:17:07,160 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 15:17:07,431 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 15:17:08,228 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@128ef7d] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 15:17:08,234 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1921 ms -2015-07-01 15:17:24,890 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 16:05:10,002 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 16:05:10,039 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 16:05:10 CST 2015]; root of context hierarchy -2015-07-01 16:05:10,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 16:05:10,287 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 16:05:10,290 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 16:05:10,396 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 16:05:10,549 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 16:05:10,554 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 16:05:10,679 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e54538: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 16:05:10,769 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 16:05:11,069 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 16:05:11,817 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@757fad] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 16:05:11,819 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1817 ms -2015-07-01 16:30:26,308 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 16:30:26,331 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 16:30:26 CST 2015]; root of context hierarchy -2015-07-01 16:30:26,398 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 16:30:26,623 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 16:30:26,625 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 16:30:26,727 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 16:30:26,957 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 16:30:26,961 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 16:30:26,976 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@178cce2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 16:30:27,154 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 16:30:27,428 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 16:30:28,223 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12ccf48] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 16:30:28,228 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1920 ms -2015-07-01 16:40:27,799 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 16:40:27,857 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 16:40:27 CST 2015]; root of context hierarchy -2015-07-01 16:40:27,927 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 16:40:28,099 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 16:40:28,102 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 16:40:28,203 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 16:40:28,355 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 16:40:28,373 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 16:40:28,489 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7c5e87: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 16:40:28,576 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 16:40:28,872 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 16:40:29,625 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a7ff2e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 16:40:29,627 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1827 ms -2015-07-01 18:11:59,594 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 18:11:59,610 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 18:11:59 CST 2015]; root of context hierarchy -2015-07-01 18:11:59,658 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 18:11:59,767 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 18:11:59,767 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 18:11:59,861 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 18:11:59,985 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 18:12:00,001 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 18:12:00,001 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@119e82c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 18:12:00,157 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 18:12:00,407 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 18:12:00,999 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16d864e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 18:12:01,015 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1421 ms -2015-07-01 18:44:34,282 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 18:44:34,307 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 18:44:34 CST 2015]; root of context hierarchy -2015-07-01 18:44:34,355 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 18:44:34,505 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 18:44:34,507 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 18:44:34,596 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 18:44:34,836 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 18:44:34,843 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 18:44:34,855 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ac8c3d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 18:44:34,956 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 18:44:35,195 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 18:44:35,920 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@5f8ddb] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 18:44:35,922 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1639 ms -2015-07-01 18:50:49,310 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:05:05,552 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 19:05:05,582 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 19:05:05 CST 2015]; root of context hierarchy -2015-07-01 19:05:05,628 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 19:05:05,735 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 19:05:05,746 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 19:05:05,827 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 19:05:05,961 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 19:05:05,967 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 19:05:05,976 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1077092: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 19:05:06,057 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 19:05:06,378 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 19:05:06,940 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13bc99b] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 19:05:06,942 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1390 ms -2015-07-01 19:16:24,214 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:27:43,999 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 19:27:44,030 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 19:27:44 CST 2015]; root of context hierarchy -2015-07-01 19:27:44,063 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 19:27:44,204 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 19:27:44,204 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 19:27:44,314 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 19:27:44,434 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 19:27:44,438 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 19:27:44,448 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e8e72: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 19:27:44,623 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 19:27:44,873 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 19:27:45,465 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c1918e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 19:27:45,465 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1466 ms -2015-07-01 19:28:13,410 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:32:41,138 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:39:04,936 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:46:28,531 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 19:27:44 CST 2015]; root of context hierarchy -2015-07-01 19:46:28,531 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e8e72: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 19:46:29,000 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 19:46:35,490 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 19:46:35,522 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 19:46:35 CST 2015]; root of context hierarchy -2015-07-01 19:46:35,553 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 19:46:35,630 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 19:46:35,630 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 19:46:35,724 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 19:46:35,833 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 19:46:35,849 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 19:46:35,849 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@178ddf4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 19:46:35,927 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 19:46:36,161 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 19:46:36,988 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@24539d] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 19:46:36,988 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1498 ms -2015-07-01 19:47:31,473 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:48:03,643 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:48:47,800 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:56:59,612 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 19:57:31,370 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 20:01:58,151 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 19:46:35 CST 2015]; root of context hierarchy -2015-07-01 20:01:58,152 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@178ddf4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 20:01:58,157 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 20:02:03,328 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 20:02:03,350 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 20:02:03 CST 2015]; root of context hierarchy -2015-07-01 20:02:03,387 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 20:02:03,456 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 20:02:03,457 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 20:02:03,684 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 20:02:03,800 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 20:02:03,804 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 20:02:03,815 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e0c078: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 20:02:03,881 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 20:02:04,106 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 20:02:04,713 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@511470] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 20:02:04,715 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1387 ms -2015-07-01 20:02:29,071 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-01 20:04:19,665 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 20:02:03 CST 2015]; root of context hierarchy -2015-07-01 20:04:19,665 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e0c078: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 20:04:19,744 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-01 20:04:28,485 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-01 20:04:28,518 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 20:04:28 CST 2015]; root of context hierarchy -2015-07-01 20:04:28,564 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-01 20:04:28,627 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-01 20:04:28,627 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-01 20:04:28,892 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-01 20:04:29,017 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-01 20:04:29,017 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-01 20:04:29,017 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1505510: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-01 20:04:29,095 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-01 20:04:29,329 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-01 20:04:30,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@dbc377] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-01 20:04:30,000 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1515 ms -2015-07-02 13:39:29,904 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 13:39:29,935 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 13:39:29 CST 2015]; root of context hierarchy -2015-07-02 13:39:29,983 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 13:39:30,185 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 13:39:30,185 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 13:39:30,263 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 13:39:30,482 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 13:39:30,482 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 13:39:30,497 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fca052: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 13:39:30,575 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 13:39:30,825 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 13:39:31,574 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@18c6b76] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 13:39:31,589 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1685 ms -2015-07-02 13:55:20,735 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 13:55:20,762 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 13:55:20 CST 2015]; root of context hierarchy -2015-07-02 13:55:20,807 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 13:55:20,928 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 13:55:20,933 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 13:55:21,027 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 13:55:21,251 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 13:55:21,262 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 13:55:21,276 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cf1d17: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 13:55:21,359 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 13:55:21,608 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 13:55:22,204 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d1be4e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 13:55:22,206 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1471 ms -2015-07-02 13:57:02,565 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 13:57:02,589 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 13:57:02 CST 2015]; root of context hierarchy -2015-07-02 13:57:02,636 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 13:57:02,746 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 13:57:02,750 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 13:57:02,826 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 13:57:03,038 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 13:57:03,042 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 13:57:03,053 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@696003: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 13:57:03,127 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 13:57:03,379 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 13:57:03,981 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13499fd] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 13:57:03,983 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1418 ms -2015-07-02 14:04:48,016 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:04:48,041 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:04:48 CST 2015]; root of context hierarchy -2015-07-02 14:04:48,117 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:04:48,245 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:04:48,247 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:04:48,344 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:04:48,555 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:04:48,560 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:04:48,573 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134b58c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:04:48,654 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:04:48,907 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:04:49,613 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@2516dc] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:04:49,615 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1599 ms -2015-07-02 14:32:46,886 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 13:57:02 CST 2015]; root of context hierarchy -2015-07-02 14:32:46,886 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@696003: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:32:46,894 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 14:32:47,855 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:04:48 CST 2015]; root of context hierarchy -2015-07-02 14:32:47,856 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134b58c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:32:47,862 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 14:32:56,543 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:32:56,574 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:32:56 CST 2015]; root of context hierarchy -2015-07-02 14:32:56,630 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:32:56,724 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:32:56,724 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:32:56,846 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:32:57,021 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:32:57,025 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:32:57,034 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f139e7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:32:57,197 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:32:57,568 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:32:57,691 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:32:57 CST 2015]; root of context hierarchy -2015-07-02 14:32:57,784 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:32:57,801 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:32:57,960 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:32:57,961 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:32:58,074 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:32:58,318 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:32:58,321 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:32:58,330 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2fab: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:32:58,394 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:32:58,650 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ce33e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:32:58,652 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2109 ms -2015-07-02 14:32:58,753 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:32:59,738 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@162a05c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:32:59,741 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2173 ms -2015-07-02 14:34:00,888 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:32:56 CST 2015]; root of context hierarchy -2015-07-02 14:34:00,889 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f139e7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:34:00,892 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 14:34:01,711 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:32:57 CST 2015]; root of context hierarchy -2015-07-02 14:34:01,712 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2fab: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:34:01,715 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 14:34:10,466 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:34:10,488 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:34:10 CST 2015]; root of context hierarchy -2015-07-02 14:34:10,535 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:34:10,673 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:34:10,673 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:34:10,816 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:34:10,948 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:34:10,955 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:34:10,965 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b2abe7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:34:11,052 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:34:11,349 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:34:11,435 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:34:11,497 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:34:11 CST 2015]; root of context hierarchy -2015-07-02 14:34:11,649 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:34:11,710 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:34:11,710 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:34:11,904 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:34:12,019 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:34:12,024 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:34:12,047 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d569b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:34:12,113 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:34:12,159 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fc7921] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:34:12,161 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1695 ms -2015-07-02 14:34:12,401 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:34:13,321 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1dbef51] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:34:13,323 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1888 ms -2015-07-02 14:42:38,781 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:34:10 CST 2015]; root of context hierarchy -2015-07-02 14:42:38,782 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b2abe7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:42:38,785 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 14:42:39,666 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:34:11 CST 2015]; root of context hierarchy -2015-07-02 14:42:39,667 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d569b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:42:39,672 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 14:42:44,923 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:42:44,947 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:42:44 CST 2015]; root of context hierarchy -2015-07-02 14:42:44,991 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:42:45,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:42:45,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:42:45,153 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:42:45,263 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:42:45,267 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:42:45,282 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c6295a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:42:45,342 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:42:45,570 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:42:46,225 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@175718c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:42:46,227 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1304 ms -2015-07-02 14:43:52,602 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 14:43:52,629 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:43:52 CST 2015]; root of context hierarchy -2015-07-02 14:43:52,680 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 14:43:52,799 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 14:43:52,801 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 14:43:52,894 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 14:43:53,103 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 14:43:53,107 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 14:43:53,120 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1191056: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 14:43:53,197 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 14:43:53,470 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 14:43:54,089 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@186f987] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 14:43:54,092 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1489 ms -2015-07-02 15:04:07,752 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:43:52 CST 2015]; root of context hierarchy -2015-07-02 15:04:07,752 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1191056: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:04:07,760 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:04:10,785 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:04:10,810 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:04:10 CST 2015]; root of context hierarchy -2015-07-02 15:04:10,863 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:04:11,004 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:04:11,008 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:04:11,107 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:04:11,252 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:04:11,262 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:04:11,271 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ab4338: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:04:11,487 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:04:11,798 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:04:12,503 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1939d13] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:04:12,506 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1719 ms -2015-07-02 15:04:15,351 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:04:15,376 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:04:15 CST 2015]; root of context hierarchy -2015-07-02 15:04:15,482 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:04:15,556 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:04:15,556 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:04:15,623 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:04:15,763 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:04:15,780 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:04:15,790 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@199a032: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:04:15,854 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:04:16,127 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:04:16,759 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1049065] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:04:16,762 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1410 ms -2015-07-02 15:04:18,208 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:04:15 CST 2015]; root of context hierarchy -2015-07-02 15:04:18,213 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@199a032: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:04:18,216 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:04:24,424 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:04:24,446 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:04:24 CST 2015]; root of context hierarchy -2015-07-02 15:04:24,485 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:04:24,555 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:04:24,555 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:04:24,716 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:04:24,849 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:04:24,854 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:04:24,866 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1962e0b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:04:24,956 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:04:25,182 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:04:25,914 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1805f85] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:04:25,916 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1492 ms -2015-07-02 15:10:07,883 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:10:07,903 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:10:07 CST 2015]; root of context hierarchy -2015-07-02 15:10:07,951 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:10:08,093 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:10:08,095 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:10:08,187 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:10:08,316 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:10:08,328 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:10:08,337 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@147758: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:10:08,548 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:10:08,789 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:10:09,449 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ba0f74] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:10:09,451 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1568 ms -2015-07-02 15:27:21,938 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:10:07 CST 2015]; root of context hierarchy -2015-07-02 15:27:21,939 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@147758: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:27:21,947 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:27:27,618 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:27:27,647 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:27:27 CST 2015]; root of context hierarchy -2015-07-02 15:27:27,694 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:27:27,764 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:27:27,765 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:27:27,832 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:27:28,034 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:27:28,039 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:27:28,088 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1197422: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:27:28,163 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:27:28,465 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:27:29,108 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1628d93] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:27:29,111 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1493 ms -2015-07-02 15:27:41,340 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:27:27 CST 2015]; root of context hierarchy -2015-07-02 15:27:41,341 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1197422: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:27:41,345 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:27:46,804 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:27:46,826 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:27:46 CST 2015]; root of context hierarchy -2015-07-02 15:27:46,864 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:27:46,929 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:27:46,929 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:27:46,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:27:47,099 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:27:47,106 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:27:47,115 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c36cea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:27:47,188 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:27:47,454 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:27:48,121 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@18c3d92] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:27:48,124 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1320 ms -2015-07-02 15:50:35,203 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:27:46 CST 2015]; root of context hierarchy -2015-07-02 15:50:35,207 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c36cea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:50:35,212 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:50:41,263 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:50:41,286 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:50:41 CST 2015]; root of context hierarchy -2015-07-02 15:50:41,363 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:50:41,469 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:50:41,469 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:50:41,545 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:50:41,659 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:50:41,664 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:50:41,673 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@82f370: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:50:41,736 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:50:41,981 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:50:42,979 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14b2d4f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:50:42,981 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1718 ms -2015-07-02 15:51:13,578 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:51:13,604 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:51:13 CST 2015]; root of context hierarchy -2015-07-02 15:51:13,651 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:51:13,782 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:51:13,783 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:51:13,853 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:51:13,974 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:51:13,978 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:51:13,993 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@85aa40: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:51:14,202 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:51:14,453 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:51:15,116 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3e93aa] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:51:15,119 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1541 ms -2015-07-02 15:51:25,667 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:50:41 CST 2015]; root of context hierarchy -2015-07-02 15:51:25,668 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@82f370: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:51:25,671 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:51:31,569 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:51:31,596 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:51:31 CST 2015]; root of context hierarchy -2015-07-02 15:51:31,672 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:51:31,736 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:51:31,736 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:51:31,806 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:51:31,914 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:51:31,918 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:51:31,929 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9af: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:51:31,988 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:51:32,226 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:51:33,311 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9af: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:51:33,312 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) - at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) - at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) - at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) - at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) - at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) - at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) - at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) - at org.mortbay.jetty.plugin.JettyRunMojo.restartWebApp(JettyRunMojo.java:435) - at org.mortbay.jetty.plugin.JettyRunMojo$1.filesChanged(JettyRunMojo.java:394) - at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:691) - at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:551) - at org.eclipse.jetty.util.Scanner.scan(Scanner.java:403) - at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:353) - at java.util.TimerThread.mainLoop(Timer.java:512) - at java.util.TimerThread.run(Timer.java:462) -Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) - ... 30 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) - ... 32 more -Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) - ... 43 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) - ... 45 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) - ... 58 more -Caused by: java.lang.OutOfMemoryError: PermGen space - at java.lang.ClassLoader.defineClass1(Native Method) - at java.lang.ClassLoader.defineClass(ClassLoader.java:621) - at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) - at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) - at java.net.URLClassLoader.access$000(URLClassLoader.java:56) - at java.net.URLClassLoader$1.run(URLClassLoader.java:195) - at java.security.AccessController.doPrivileged(Native Method) - at java.net.URLClassLoader.findClass(URLClassLoader.java:188) - at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421) - at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) - at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284) - at java.sql.DriverManager.getConnection(DriverManager.java:582) - at java.sql.DriverManager.getConnection(DriverManager.java:154) - at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:173) - at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:164) - at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149) - at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119) - at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) - at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:111) - at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119) - at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115) - at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339) - at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) - at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) - at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) - at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) -2015-07-02 15:55:29,195 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:51:13 CST 2015]; root of context hierarchy -2015-07-02 15:55:29,196 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@85aa40: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:55:29,207 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:55:35,360 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:55:35,386 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:55:35 CST 2015]; root of context hierarchy -2015-07-02 15:55:35,431 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:55:35,500 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:55:35,500 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:55:35,732 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:55:35,870 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:55:35,875 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:55:35,887 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13278bf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:55:35,951 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:55:36,300 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:55:36,977 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c1d29e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:55:36,980 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1620 ms -2015-07-02 15:55:49,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:55:35 CST 2015]; root of context hierarchy -2015-07-02 15:55:49,394 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13278bf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:55:49,397 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 15:55:54,914 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:55:54,939 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:55:54 CST 2015]; root of context hierarchy -2015-07-02 15:55:54,982 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:55:55,042 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:55:55,042 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:55:55,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:55:55,214 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:55:55,218 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:55:55,228 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2dce02: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:55:55,291 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:55:55,519 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:55:56,171 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@149eee6] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:55:56,173 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1258 ms -2015-07-02 15:57:45,370 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 15:57:45,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:57:45 CST 2015]; root of context hierarchy -2015-07-02 15:57:45,440 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 15:57:45,571 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 15:57:45,572 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 15:57:45,657 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 15:57:45,776 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 15:57:45,784 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 15:57:45,794 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@176578: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 15:57:45,868 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 15:57:46,234 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 15:57:46,881 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@ee50b4] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 15:57:46,883 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1512 ms -2015-07-02 16:03:48,145 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:03:48,170 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:03:48 CST 2015]; root of context hierarchy -2015-07-02 16:03:48,210 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:03:48,337 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:03:48,340 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:03:48,431 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:03:48,564 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:03:48,568 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:03:48,578 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9939c3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:03:48,759 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:03:49,031 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:03:49,666 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@838fd6] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:03:49,668 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1522 ms -2015-07-02 16:08:33,964 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:03:48 CST 2015]; root of context hierarchy -2015-07-02 16:08:33,965 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9939c3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:08:33,968 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 16:08:39,288 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:08:39,310 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:08:39 CST 2015]; root of context hierarchy -2015-07-02 16:08:39,355 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:08:39,419 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:08:39,419 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:08:39,499 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:08:39,615 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:08:39,619 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:08:39,628 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c189b7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:08:39,711 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:08:40,119 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:08:40,614 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b6e2fe] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:08:40,616 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1328 ms -2015-07-02 16:08:54,204 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:08:39 CST 2015]; root of context hierarchy -2015-07-02 16:08:54,205 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c189b7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:08:54,207 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 16:09:00,122 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:09:00,157 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:09:00 CST 2015]; root of context hierarchy -2015-07-02 16:09:00,213 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:09:00,284 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:09:00,284 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:09:00,361 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:09:00,482 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:09:00,487 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:09:00,496 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2d5cfb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:09:00,564 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:09:00,818 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:09:01,512 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@fc5bde] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:09:01,515 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1393 ms -2015-07-02 16:10:14,763 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:10:14,784 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:10:14 CST 2015]; root of context hierarchy -2015-07-02 16:10:14,829 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:10:14,948 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:10:14,950 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:10:15,042 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:10:15,233 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:10:15,238 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:10:15,247 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@40096c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:10:15,447 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:10:15,700 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:10:16,350 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1baf976] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:10:16,352 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1589 ms -2015-07-02 16:11:45,724 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:11:45,748 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:11:45 CST 2015]; root of context hierarchy -2015-07-02 16:11:45,790 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:11:45,902 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:11:45,904 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:11:45,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:11:46,136 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:11:46,141 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:11:46,153 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee9771: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:11:46,366 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:11:46,623 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:11:47,298 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b8338e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:11:47,300 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1576 ms -2015-07-02 16:13:39,916 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:11:45 CST 2015]; root of context hierarchy -2015-07-02 16:13:39,919 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee9771: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:13:39,923 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 16:13:45,272 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:13:45,296 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:13:45 CST 2015]; root of context hierarchy -2015-07-02 16:13:45,343 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:13:45,406 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:13:45,406 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:13:45,489 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:13:45,619 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:13:45,623 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:13:45,633 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cadfde: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:13:45,711 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:13:46,145 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:13:46,652 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ea0e66] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:13:46,655 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1382 ms -2015-07-02 16:14:00,110 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:13:45 CST 2015]; root of context hierarchy -2015-07-02 16:14:00,110 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cadfde: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:14:00,113 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 16:14:05,662 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:14:05,686 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:14:05 CST 2015]; root of context hierarchy -2015-07-02 16:14:05,736 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:14:05,804 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:14:05,804 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:14:05,882 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:14:05,995 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:14:05,999 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:14:06,008 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16471df: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:14:06,069 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:14:06,320 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:14:07,043 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@10e1899] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:14:07,045 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1382 ms -2015-07-02 16:19:23,363 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 16:19:23,385 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:19:23 CST 2015]; root of context hierarchy -2015-07-02 16:19:23,437 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 16:19:23,574 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 16:19:23,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 16:19:23,666 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 16:19:23,790 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 16:19:23,800 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 16:19:23,809 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7c133: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 16:19:24,014 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 16:19:24,285 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 16:19:24,908 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12e79d0] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 16:19:24,910 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1547 ms -2015-07-02 18:34:51,470 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-02 18:53:30,582 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 18:53:30,604 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 18:53:30 CST 2015]; root of context hierarchy -2015-07-02 18:53:30,655 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 18:53:30,769 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 18:53:30,771 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 18:53:30,849 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 18:53:30,985 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 18:53:30,990 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 18:53:31,007 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d93fe7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 18:53:31,226 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 18:53:31,485 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 18:53:32,188 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@195b5ad] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 18:53:32,190 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1608 ms -2015-07-02 18:54:11,419 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-02 18:56:30,724 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-02 18:56:45,870 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-02 19:23:21,696 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 19:23:21,722 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 19:23:21 CST 2015]; root of context hierarchy -2015-07-02 19:23:21,767 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 19:23:21,893 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 19:23:21,900 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 19:23:21,998 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 19:23:22,144 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 19:23:22,149 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 19:23:22,162 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7a2e0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 19:23:22,348 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 19:23:22,637 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 19:23:23,281 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@54a835] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 19:23:23,283 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1586 ms -2015-07-02 19:55:27,149 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 19:55:27,180 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 19:55:27 CST 2015]; root of context hierarchy -2015-07-02 19:55:27,224 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 19:55:27,361 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 19:55:27,363 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 19:55:27,473 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 19:55:27,610 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 19:55:27,614 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 19:55:27,624 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@103754: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 19:55:27,841 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 19:55:28,098 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 19:55:28,965 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@874cc3] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 19:55:28,970 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1821 ms -2015-07-02 20:01:03,300 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 20:01:03,322 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:01:03 CST 2015]; root of context hierarchy -2015-07-02 20:01:03,366 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 20:01:03,490 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 20:01:03,494 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 20:01:03,572 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 20:01:03,705 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 20:01:03,720 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 20:01:03,730 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9652e2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:01:03,923 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 20:01:04,187 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 20:01:04,812 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@112cbde] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 20:01:04,814 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1514 ms -2015-07-02 20:22:35,407 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 20:22:35,437 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:22:35 CST 2015]; root of context hierarchy -2015-07-02 20:22:35,477 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 20:22:35,633 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 20:22:35,637 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 20:22:35,727 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 20:22:35,876 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 20:22:35,881 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 20:22:35,891 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ba689b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:22:36,118 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 20:22:36,387 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 20:22:37,281 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e18e8c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 20:22:37,284 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1877 ms -2015-07-02 20:22:39,310 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 20:01:03 CST 2015]; root of context hierarchy -2015-07-02 20:22:39,310 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9652e2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:22:39,314 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 20:22:44,679 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 20:22:44,703 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:22:44 CST 2015]; root of context hierarchy -2015-07-02 20:22:44,761 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 20:22:44,824 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 20:22:44,824 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 20:22:44,920 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 20:22:45,025 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 20:22:45,029 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 20:22:45,038 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@784fce: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:22:45,119 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 20:22:45,347 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 20:22:46,038 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14b106] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 20:22:46,042 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1363 ms -2015-07-02 20:36:17,638 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 20:36:17,665 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:36:17 CST 2015]; root of context hierarchy -2015-07-02 20:36:17,705 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 20:36:17,841 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 20:36:17,846 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 20:36:17,945 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 20:36:18,070 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 20:36:18,074 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 20:36:18,083 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fce3d5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:36:18,278 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 20:36:18,533 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 20:36:19,172 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@dfa7ca] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 20:36:19,176 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1537 ms -2015-07-02 20:43:28,109 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 20:43:28,130 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:43:28 CST 2015]; root of context hierarchy -2015-07-02 20:43:28,175 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 20:43:28,317 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 20:43:28,318 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 20:43:28,414 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 20:43:28,551 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 20:43:28,561 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 20:43:28,571 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e8692: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:43:28,760 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 20:43:29,009 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 20:43:29,659 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@dc504d] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 20:43:29,666 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1557 ms -2015-07-02 20:45:22,198 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 20:43:28 CST 2015]; root of context hierarchy -2015-07-02 20:45:22,199 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e8692: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:45:22,203 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-02 20:45:27,470 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-02 20:45:27,496 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:45:27 CST 2015]; root of context hierarchy -2015-07-02 20:45:27,536 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-02 20:45:27,609 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-02 20:45:27,609 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-02 20:45:27,695 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-02 20:45:27,843 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-02 20:45:27,848 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-02 20:45:27,857 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@14356c8: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-02 20:45:27,925 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-02 20:45:28,184 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-02 20:45:28,877 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@7310db] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-02 20:45:28,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1408 ms -2015-07-03 09:59:54,139 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 09:59:54,159 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 09:59:54 CST 2015]; root of context hierarchy -2015-07-03 09:59:54,198 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 09:59:54,384 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 09:59:54,386 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 09:59:54,472 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 09:59:54,628 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 09:59:54,632 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 09:59:54,649 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ca4b51: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 09:59:54,853 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 09:59:55,095 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 09:59:55,736 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@10f30f5] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 09:59:55,738 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1599 ms -2015-07-03 10:00:31,037 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:08:31,212 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:08:31,235 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:08:31 CST 2015]; root of context hierarchy -2015-07-03 10:08:31,276 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:08:31,497 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:08:31,505 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:08:31,623 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:08:31,779 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:08:31,783 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:08:31,800 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@101df97: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:08:32,009 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:08:32,288 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:08:32,288 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 09:59:54 CST 2015]; root of context hierarchy -2015-07-03 10:08:32,323 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ca4b51: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:08:32,339 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-03 10:08:33,253 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1097f0c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:08:33,255 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2043 ms -2015-07-03 10:08:39,313 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:08:39,335 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:08:39 CST 2015]; root of context hierarchy -2015-07-03 10:08:39,373 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:08:39,460 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:08:39,460 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:08:39,543 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:08:39,712 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:08:39,730 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:08:39,786 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bfc97c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:08:39,870 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:08:40,255 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:08:41,072 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bdf734] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:08:41,074 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1761 ms -2015-07-03 10:08:42,417 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 10:08:39 CST 2015]; root of context hierarchy -2015-07-03 10:08:42,418 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bfc97c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:08:42,420 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-03 10:08:47,546 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:08:47,565 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:08:47 CST 2015]; root of context hierarchy -2015-07-03 10:08:47,601 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:08:47,681 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:08:47,681 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:08:47,757 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:08:47,874 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:08:47,879 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:08:47,893 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cb3f24: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:08:47,962 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:08:48,252 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:08:49,119 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a5bd15] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:08:49,121 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1575 ms -2015-07-03 10:10:18,701 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:36:52,522 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:36:52,553 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:36:52 CST 2015]; root of context hierarchy -2015-07-03 10:36:52,605 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:36:52,731 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:36:52,733 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:36:52,833 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:36:52,966 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:36:52,970 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:36:52,979 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@572b61: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:36:53,170 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:36:53,435 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:36:54,095 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@ebb34e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:36:54,098 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1561 ms -2015-07-03 10:38:26,817 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:40:43,203 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:45:13,190 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:45:13,218 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:45:13 CST 2015]; root of context hierarchy -2015-07-03 10:45:13,263 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:45:13,402 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:45:13,408 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:45:13,492 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:45:13,628 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:45:13,632 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:45:13,641 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a39a11: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:45:13,888 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:45:14,135 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:45:15,040 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1193540] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:45:15,042 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1851 ms -2015-07-03 10:45:43,427 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:45:44,131 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:47:49,940 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:47:49,960 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:47:49 CST 2015]; root of context hierarchy -2015-07-03 10:47:50,016 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:47:50,134 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:47:50,139 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:47:50,226 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:47:50,353 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:47:50,357 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:47:50,366 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6f4d33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:47:50,555 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:47:50,794 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:47:51,449 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14174e5] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:47:51,451 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1511 ms -2015-07-03 10:48:09,229 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:48:20,190 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:48:48,508 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:51:25,380 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:53:01,035 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 10:59:56,115 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 10:59:56,154 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:59:56 CST 2015]; root of context hierarchy -2015-07-03 10:59:56,253 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 10:59:56,544 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 10:59:56,546 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 10:59:56,666 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 10:59:56,864 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 10:59:56,864 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 10:59:56,880 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bcf58a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 10:59:57,115 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 10:59:57,485 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 10:59:58,376 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c9e6c0] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 10:59:58,378 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2262 ms -2015-07-03 11:00:36,505 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 11:00:36,526 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:00:36 CST 2015]; root of context hierarchy -2015-07-03 11:00:36,569 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 11:00:36,694 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 11:00:36,696 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 11:00:36,796 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 11:00:36,992 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 11:00:36,997 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 11:00:37,008 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@afe432: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:00:37,213 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 11:00:37,492 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 11:00:38,215 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c742a8] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 11:00:38,217 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1712 ms -2015-07-03 11:00:40,992 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 10:59:56 CST 2015]; root of context hierarchy -2015-07-03 11:00:40,992 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bcf58a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:00:41,053 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-03 11:00:47,436 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 11:00:47,459 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:00:47 CST 2015]; root of context hierarchy -2015-07-03 11:00:47,506 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 11:00:47,740 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 11:00:47,740 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 11:00:47,825 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 11:00:47,950 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 11:00:47,954 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 11:00:47,964 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@503aec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:00:48,033 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 11:00:48,280 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 11:00:48,966 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1997447] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 11:00:48,969 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1532 ms -2015-07-03 11:01:06,118 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:01:37,551 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:04:27,475 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:04:54,788 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:30:48,124 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 11:00:36 CST 2015]; root of context hierarchy -2015-07-03 11:30:48,124 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@afe432: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:30:48,128 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-03 11:30:48,926 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 11:00:47 CST 2015]; root of context hierarchy -2015-07-03 11:30:48,927 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@503aec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:30:48,931 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-03 11:30:57,716 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 11:30:57,749 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:30:57 CST 2015]; root of context hierarchy -2015-07-03 11:30:57,800 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 11:30:58,024 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 11:30:58,024 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 11:30:58,154 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 11:30:58,233 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 11:30:58,256 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:30:58 CST 2015]; root of context hierarchy -2015-07-03 11:30:58,336 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 11:30:58,482 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 11:30:58,482 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 11:30:58,484 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 11:30:58,488 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 11:30:58,497 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@22c24e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:30:58,576 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 11:30:58,738 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 11:30:58,965 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 11:30:58,969 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 11:30:58,978 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2611a6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:30:59,075 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 11:30:59,097 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 11:30:59,669 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 11:31:00,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11b7e0e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 11:31:00,002 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2286 ms -2015-07-03 11:31:00,557 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@bc64ad] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 11:31:00,559 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2326 ms -2015-07-03 11:31:01,950 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 11:30:58 CST 2015]; root of context hierarchy -2015-07-03 11:31:01,950 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2611a6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:31:01,953 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-03 11:31:07,437 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 11:31:07,464 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:31:07 CST 2015]; root of context hierarchy -2015-07-03 11:31:07,501 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 11:31:07,569 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 11:31:07,569 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 11:31:07,681 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 11:31:07,787 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 11:31:07,791 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 11:31:07,800 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17929e1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:31:07,890 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 11:31:08,114 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 11:31:08,874 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b7eeee] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 11:31:08,876 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1439 ms -2015-07-03 11:32:31,318 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:33:15,869 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:50:15,784 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 11:50:15,826 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:50:15 CST 2015]; root of context hierarchy -2015-07-03 11:50:15,916 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 11:50:16,239 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 11:50:16,242 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 11:50:16,327 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 11:50:16,484 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 11:50:16,490 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 11:50:16,513 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1617fc5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 11:50:16,765 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 11:50:17,039 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 11:50:18,237 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@159ac93] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 11:50:18,240 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2443 ms -2015-07-03 11:50:37,360 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:50:55,461 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:51:09,607 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 11:52:08,912 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 13:30:30,930 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 13:30:30,952 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 13:30:30 CST 2015]; root of context hierarchy -2015-07-03 13:30:31,014 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 13:30:31,170 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 13:30:31,173 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 13:30:31,273 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 13:30:31,403 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 13:30:31,407 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 13:30:31,417 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@180ce9c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 13:30:31,618 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 13:30:31,866 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 13:30:32,588 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1202871] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 13:30:32,591 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1659 ms -2015-07-03 13:56:25,755 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:11:55,746 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:16:04,228 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:37:55,535 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:40:58,553 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-03 15:40:58,577 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 15:40:58 CST 2015]; root of context hierarchy -2015-07-03 15:40:58,625 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-03 15:40:58,759 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-03 15:40:58,761 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-03 15:40:58,855 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-03 15:40:58,995 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-03 15:40:59,000 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-03 15:40:59,015 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a6cb2d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-03 15:40:59,201 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-03 15:40:59,471 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-03 15:41:00,168 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ba0b7c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-03 15:41:00,170 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1617 ms -2015-07-03 15:41:13,049 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:42:02,225 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:44:08,228 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:56:50,650 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 15:59:03,160 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:00:18,685 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:16:42,149 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:19:26,456 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:26:13,541 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:29:48,624 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:32:59,371 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-03 16:35:27,493 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 12:35:29,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 12:35:29,388 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:35:29 CST 2015]; root of context hierarchy -2015-07-06 12:35:29,472 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 12:35:29,700 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 12:35:29,702 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 12:35:29,798 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 12:35:29,974 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 12:35:29,983 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 12:35:30,002 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@441b45: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 12:35:30,210 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 12:35:30,491 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 12:35:31,428 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@829a91] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 12:35:31,431 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2065 ms -2015-07-06 12:37:27,884 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 12:37:27,914 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:37:27 CST 2015]; root of context hierarchy -2015-07-06 12:37:27,961 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 12:37:28,129 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 12:37:28,133 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 12:37:28,229 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 12:37:28,368 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 12:37:28,372 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 12:37:28,382 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1dc2481: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 12:37:28,599 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 12:37:28,886 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 12:37:29,585 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@82b92b] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 12:37:29,587 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1703 ms -2015-07-06 12:37:34,610 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Mon Jul 06 12:35:29 CST 2015]; root of context hierarchy -2015-07-06 12:37:34,611 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@441b45: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 12:37:34,614 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-06 12:37:39,991 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 12:37:40,016 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:37:40 CST 2015]; root of context hierarchy -2015-07-06 12:37:40,054 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 12:37:40,146 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 12:37:40,146 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 12:37:40,219 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 12:37:40,337 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 12:37:40,343 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 12:37:40,361 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@127ce86: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 12:37:40,433 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 12:37:40,706 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 12:37:41,448 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1422757] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 12:37:41,451 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1459 ms -2015-07-06 12:37:58,358 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 12:50:40,331 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 12:50:40,358 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:50:40 CST 2015]; root of context hierarchy -2015-07-06 12:50:40,397 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 12:50:40,517 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 12:50:40,518 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 12:50:40,619 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 12:50:40,865 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 12:50:40,870 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 12:50:40,880 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@37783b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 12:50:40,955 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 12:50:41,197 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 12:50:41,834 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@105298d] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 12:50:41,836 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1504 ms -2015-07-06 14:56:32,109 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 14:56:32,133 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 14:56:32 CST 2015]; root of context hierarchy -2015-07-06 14:56:32,226 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 14:56:32,551 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 14:56:32,554 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 14:56:32,701 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 14:56:32,939 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 14:56:32,947 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 14:56:32,960 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19e9cbc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 14:56:33,138 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 14:56:33,896 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 14:56:34,918 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ae8152] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 14:56:34,920 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2811 ms -2015-07-06 17:25:32,190 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:16:47,115 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:17:20,674 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:18:24,620 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:21:43,285 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:24:14,737 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:26:08,686 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:29:53,137 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:31:17,200 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:32:17,897 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:36:16,805 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:39:22,345 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:43:26,726 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:45:26,621 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:50:34,012 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:53:05,783 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:55:02,104 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 18:58:33,693 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:05:31,036 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:06:09,855 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:07:39,555 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:08:46,487 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:24:07,863 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:25:59,966 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:27:16,717 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:28:37,609 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:30:36,524 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:31:05,055 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:33:12,157 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:35:30,639 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:37:14,449 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:42:03,963 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:44:23,850 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:52:26,175 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 19:52:26,199 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 19:52:26 CST 2015]; root of context hierarchy -2015-07-06 19:52:26,271 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 19:52:26,538 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 19:52:26,545 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 19:52:26,649 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 19:52:26,967 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 19:52:26,972 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 19:52:26,994 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@abdcdd: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 19:52:27,101 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 19:52:27,371 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 19:52:28,185 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d83ac7] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 19:52:28,187 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2012 ms -2015-07-06 19:53:08,661 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 19:54:16,796 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-06 21:29:54,117 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-06 21:29:54,149 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 21:29:54 CST 2015]; root of context hierarchy -2015-07-06 21:29:54,180 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-06 21:29:54,352 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-06 21:29:54,352 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-06 21:29:54,446 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-06 21:29:54,711 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-06 21:29:54,711 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-06 21:29:54,726 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a2534: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-06 21:29:54,820 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-06 21:29:55,070 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-06 21:29:55,740 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@5970bf] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-06 21:29:55,740 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1623 ms -2015-07-06 23:09:07,130 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-07 09:46:43,369 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 09:46:43,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 09:46:43 CST 2015]; root of context hierarchy -2015-07-07 09:46:43,461 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 09:46:43,568 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 09:46:43,570 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 09:46:43,638 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 09:46:43,876 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 09:46:43,881 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 09:46:43,891 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f84e91: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 09:46:43,974 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 09:46:44,232 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 09:46:44,901 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@180e426] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 09:46:44,903 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1533 ms -2015-07-07 10:35:29,914 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 10:35:29,937 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 10:35:29 CST 2015]; root of context hierarchy -2015-07-07 10:35:29,977 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 10:35:30,089 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 10:35:30,091 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 10:35:30,189 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 10:35:30,459 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 10:35:30,463 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 10:35:30,472 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a19ab2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 10:35:30,587 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 10:35:30,844 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 10:35:31,476 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@106ee1f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 10:35:31,478 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1564 ms -2015-07-07 15:07:52,531 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 15:07:52,574 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 15:07:52 CST 2015]; root of context hierarchy -2015-07-07 15:07:52,641 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 15:07:52,938 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 15:07:52,941 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 15:07:53,100 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 15:07:53,395 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 15:07:53,401 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 15:07:53,411 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@39a462: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 15:07:53,574 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 15:07:53,938 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 15:07:55,020 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16265c3] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 15:07:55,022 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2491 ms -2015-07-07 15:22:24,369 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-07 15:24:16,831 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-07 17:48:39,233 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 17:48:39,262 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 17:48:39 CST 2015]; root of context hierarchy -2015-07-07 17:48:39,351 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 17:48:39,574 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 17:48:39,577 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 17:48:39,719 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 17:48:40,016 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 17:48:40,021 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 17:48:40,031 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d8928e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 17:48:40,166 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 17:48:40,457 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 17:48:41,710 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@320e7a] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 17:48:41,712 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2479 ms -2015-07-07 18:44:20,086 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 18:44:20,119 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 18:44:20 CST 2015]; root of context hierarchy -2015-07-07 18:44:20,185 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 18:44:20,493 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 18:44:20,496 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 18:44:20,577 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 18:44:20,787 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 18:44:20,792 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 18:44:20,822 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@668893: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 18:44:20,958 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 18:44:21,258 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 18:44:22,265 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@17343c7] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 18:44:22,268 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2181 ms -2015-07-07 19:16:18,369 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 19:16:18,395 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 19:16:18 CST 2015]; root of context hierarchy -2015-07-07 19:16:18,442 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 19:16:18,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 19:16:18,582 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 19:16:18,703 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 19:16:19,061 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 19:16:19,066 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 19:16:19,075 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d13c26: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 19:16:19,161 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 19:16:19,545 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 19:16:20,318 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1404d1] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 19:16:20,320 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1950 ms -2015-07-07 19:19:11,110 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 19:19:11,134 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 19:19:11 CST 2015]; root of context hierarchy -2015-07-07 19:19:11,179 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 19:19:11,318 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 19:19:11,322 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 19:19:11,417 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 19:19:11,670 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 19:19:11,675 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 19:19:11,685 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f5dc33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 19:19:11,779 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 19:19:12,061 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 19:19:12,910 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f88cce] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 19:19:12,912 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1802 ms -2015-07-07 19:23:50,765 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 19:23:50,793 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 19:23:50 CST 2015]; root of context hierarchy -2015-07-07 19:23:50,855 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 19:23:50,984 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 19:23:50,986 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 19:23:51,064 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 19:23:51,332 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 19:23:51,337 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 19:23:51,346 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d72782: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 19:23:51,430 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 19:23:51,745 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 19:23:52,468 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@190949b] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 19:23:52,470 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1704 ms -2015-07-07 20:04:06,240 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-07 20:04:06,271 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 20:04:06 CST 2015]; root of context hierarchy -2015-07-07 20:04:06,304 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-07 20:04:06,475 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-07 20:04:06,475 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-07 20:04:06,569 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-07 20:04:06,834 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-07 20:04:06,850 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-07 20:04:06,865 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a7eb57: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-07 20:04:06,959 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-07 20:04:07,224 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-07 20:04:07,910 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@23303c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-07 20:04:07,910 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1670 ms -2015-07-08 09:42:16,525 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 09:42:16,549 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 09:42:16 CST 2015]; root of context hierarchy -2015-07-08 09:42:16,624 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 09:42:16,842 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 09:42:16,846 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 09:42:16,961 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 09:42:17,231 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 09:42:17,231 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 09:42:17,247 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ff13d7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 09:42:17,373 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 09:42:17,623 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 09:42:18,977 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e852b9] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 09:42:18,979 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2453 ms -2015-07-08 09:54:45,634 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 09:54:45,668 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 09:54:45 CST 2015]; root of context hierarchy -2015-07-08 09:54:45,743 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 09:54:45,887 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 09:54:45,891 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 09:54:45,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 09:54:46,232 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 09:54:46,237 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 09:54:46,246 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15367a7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 09:54:46,373 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 09:54:46,629 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 09:54:47,465 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@9bee3a] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 09:54:47,467 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1833 ms -2015-07-08 10:28:45,633 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 10:28:45,661 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 10:28:45 CST 2015]; root of context hierarchy -2015-07-08 10:28:45,715 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 10:28:45,879 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 10:28:45,882 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 10:28:45,984 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 10:28:46,246 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 10:28:46,251 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 10:28:46,261 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1786986: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 10:28:46,397 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 10:28:46,656 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 10:28:47,575 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14faa86] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 10:28:47,577 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1944 ms -2015-07-08 10:33:10,395 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 10:33:10,419 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 10:33:10 CST 2015]; root of context hierarchy -2015-07-08 10:33:10,457 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 10:33:10,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 10:33:10,580 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 10:33:10,665 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 10:33:10,948 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 10:33:10,952 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 10:33:10,961 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13a4a2f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 10:33:11,045 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 10:33:11,304 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 10:33:11,962 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12d100] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 10:33:11,964 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1568 ms -2015-07-08 10:48:44,726 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 10:48:44,748 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 10:48:44 CST 2015]; root of context hierarchy -2015-07-08 10:48:44,796 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 10:48:44,910 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 10:48:44,917 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 10:48:45,018 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 10:48:45,289 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 10:48:45,294 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 10:48:45,303 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a8bf33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 10:48:45,382 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 10:48:45,663 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 10:48:46,362 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16b2d5e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 10:48:46,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1639 ms -2015-07-08 11:22:42,777 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 11:22:42,808 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 11:22:42 CST 2015]; root of context hierarchy -2015-07-08 11:22:42,891 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 11:22:43,088 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 11:22:43,090 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 11:22:43,174 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 11:22:43,436 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 11:22:43,440 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 11:22:43,465 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a7d653: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 11:22:43,606 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 11:22:43,887 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 11:22:44,723 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@976bca] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 11:22:44,726 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1949 ms -2015-07-08 13:30:02,759 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 13:30:02,793 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 13:30:02 CST 2015]; root of context hierarchy -2015-07-08 13:30:02,872 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 13:30:03,063 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 13:30:03,066 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 13:30:03,172 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 13:30:03,431 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 13:30:03,435 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 13:30:03,451 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4662c4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 13:30:03,574 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 13:30:03,831 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 13:30:05,396 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@fe4ac9] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 13:30:05,398 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2639 ms -2015-07-08 13:42:42,530 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 13:42:42,562 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 13:42:42 CST 2015]; root of context hierarchy -2015-07-08 13:42:42,609 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 13:42:42,765 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 13:42:42,765 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 13:42:42,858 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 13:42:43,311 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 13:42:43,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 13:42:43,342 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fbbcea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 13:42:43,420 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 13:42:43,669 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 13:42:44,310 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@176dad5] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 13:42:44,310 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1780 ms -2015-07-08 14:18:17,979 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 14:18:18,011 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:18:17 CST 2015]; root of context hierarchy -2015-07-08 14:18:18,058 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 14:18:18,229 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 14:18:18,229 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 14:18:18,323 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 14:18:18,573 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 14:18:18,573 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 14:18:18,573 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@131943f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 14:18:18,713 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 14:18:18,963 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 14:18:19,836 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@21b229] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 14:18:19,836 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1857 ms -2015-07-08 14:29:22,690 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 14:29:22,733 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:29:22 CST 2015]; root of context hierarchy -2015-07-08 14:29:22,800 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 14:29:22,976 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 14:29:22,979 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 14:29:23,081 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 14:29:23,358 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 14:29:23,363 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 14:29:23,372 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e72466: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 14:29:23,458 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 14:29:23,729 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 14:29:26,094 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@154fba5] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 14:29:26,097 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3406 ms -2015-07-08 14:37:54,625 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 14:37:54,649 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:37:54 CST 2015]; root of context hierarchy -2015-07-08 14:37:54,686 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 14:37:54,815 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 14:37:54,821 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 14:37:54,891 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 14:37:55,134 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 14:37:55,139 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 14:37:55,149 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a2d1c9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 14:37:55,227 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 14:37:55,514 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 14:37:56,184 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16d026a] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 14:37:56,186 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1561 ms -2015-07-08 14:39:18,448 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 14:37:54 CST 2015]; root of context hierarchy -2015-07-08 14:39:18,449 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a2d1c9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 14:39:18,463 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-08 14:39:24,705 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 14:39:24,752 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:39:24 CST 2015]; root of context hierarchy -2015-07-08 14:39:24,854 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 14:39:25,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 14:39:25,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 14:39:25,207 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 14:39:25,317 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 14:39:25,321 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 14:39:25,330 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13ba552: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 14:39:25,402 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 14:39:25,630 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 14:39:26,305 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ebfc32] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 14:39:26,307 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1602 ms -2015-07-08 14:53:23,422 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 14:53:23,449 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:53:23 CST 2015]; root of context hierarchy -2015-07-08 14:53:23,497 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 14:53:23,647 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 14:53:23,650 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 14:53:23,742 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 14:53:24,006 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 14:53:24,011 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 14:53:24,023 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@78618f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 14:53:24,108 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 14:53:24,368 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 14:53:25,238 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f90769] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 14:53:25,240 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1817 ms -2015-07-08 15:01:21,302 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 15:01:21,336 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:01:21 CST 2015]; root of context hierarchy -2015-07-08 15:01:21,393 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 15:01:21,609 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 15:01:21,612 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 15:01:21,747 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 15:01:22,024 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 15:01:22,028 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 15:01:22,037 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@282ae6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 15:01:22,150 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 15:01:22,404 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 15:01:23,445 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e881a4] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 15:01:23,447 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2145 ms -2015-07-08 15:13:45,868 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 15:13:45,891 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:13:45 CST 2015]; root of context hierarchy -2015-07-08 15:13:45,966 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 15:13:46,112 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 15:13:46,115 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 15:13:46,219 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 15:13:46,456 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 15:13:46,460 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 15:13:46,477 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@180475: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 15:13:46,578 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 15:13:46,839 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 15:13:47,673 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14c68ff] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 15:13:47,675 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1807 ms -2015-07-08 15:20:20,461 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 15:20:20,485 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:20:20 CST 2015]; root of context hierarchy -2015-07-08 15:20:20,526 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 15:20:20,656 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 15:20:20,660 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 15:20:20,728 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 15:20:20,963 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 15:20:20,968 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 15:20:20,977 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17dbcd4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 15:20:21,057 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 15:20:21,341 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 15:20:21,964 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e3d345] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 15:20:21,966 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1504 ms -2015-07-08 15:20:50,613 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-08 15:29:47,490 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 15:29:47,515 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:29:47 CST 2015]; root of context hierarchy -2015-07-08 15:29:47,558 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 15:29:47,698 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 15:29:47,702 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 15:29:47,807 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 15:29:48,055 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 15:29:48,061 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 15:29:48,070 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f46c5d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 15:29:48,158 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 15:29:48,431 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 15:29:49,165 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b0c124] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 15:29:49,167 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1677 ms -2015-07-08 16:29:24,405 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 16:29:24,436 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:29:24 CST 2015]; root of context hierarchy -2015-07-08 16:29:24,501 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 16:29:24,723 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 16:29:24,726 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 16:29:24,810 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 16:29:25,105 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 16:29:25,110 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 16:29:25,136 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137c3b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:29:25,259 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 16:29:25,559 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 16:29:26,462 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14e312e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 16:29:26,464 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2059 ms -2015-07-08 16:42:27,287 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 16:29:24 CST 2015]; root of context hierarchy -2015-07-08 16:42:27,297 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137c3b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:42:27,332 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-08 16:42:32,984 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 16:42:33,004 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:42:33 CST 2015]; root of context hierarchy -2015-07-08 16:42:33,041 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 16:42:33,108 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 16:42:33,108 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 16:42:33,205 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 16:42:33,328 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 16:42:33,332 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 16:42:33,341 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e7a30e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:42:33,410 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 16:42:33,846 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 16:42:34,437 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c9fefa] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 16:42:34,439 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1455 ms -2015-07-08 16:42:47,422 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 16:42:33 CST 2015]; root of context hierarchy -2015-07-08 16:42:47,423 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e7a30e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:42:47,425 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-08 16:42:52,481 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 16:42:52,504 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:42:52 CST 2015]; root of context hierarchy -2015-07-08 16:42:52,553 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 16:42:52,619 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 16:42:52,619 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 16:42:52,712 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 16:42:52,829 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 16:42:52,833 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 16:42:52,843 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1adfa03: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:42:52,909 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 16:42:53,152 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 16:42:53,872 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@961651] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 16:42:53,874 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1393 ms -2015-07-08 16:44:28,461 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 16:42:52 CST 2015]; root of context hierarchy -2015-07-08 16:44:28,462 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1adfa03: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:44:28,466 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-08 16:44:33,860 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 16:44:33,884 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:44:33 CST 2015]; root of context hierarchy -2015-07-08 16:44:33,921 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 16:44:33,990 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 16:44:33,990 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 16:44:34,085 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 16:44:34,253 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 16:44:34,260 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 16:44:34,269 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12000a5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:44:34,332 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 16:44:34,577 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 16:44:35,269 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b0287a] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 16:44:35,271 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1411 ms -2015-07-08 16:52:01,012 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 16:52:01,049 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:52:01 CST 2015]; root of context hierarchy -2015-07-08 16:52:01,119 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 16:52:01,429 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 16:52:01,435 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 16:52:01,514 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 16:52:01,664 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 16:52:01,668 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 16:52:01,687 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@889b3c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 16:52:01,834 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 16:52:02,100 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 16:52:02,938 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@2ac57c] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 16:52:02,940 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1928 ms -2015-07-08 18:24:09,364 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 18:24:09,396 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:24:09 CST 2015]; root of context hierarchy -2015-07-08 18:24:09,452 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 18:24:09,752 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 18:24:09,754 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 18:24:09,845 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 18:24:09,983 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 18:24:09,987 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 18:24:09,996 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19d0cb7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 18:24:10,134 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 18:24:10,450 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 18:24:11,657 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@436056] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 18:24:11,659 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2294 ms -2015-07-08 18:36:41,742 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 18:36:41,789 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:36:41 CST 2015]; root of context hierarchy -2015-07-08 18:36:41,912 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 18:36:43,244 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 18:36:43,249 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 18:36:43,346 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 18:36:43,582 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 18:36:43,587 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 18:36:43,616 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8ebf84: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 18:36:43,881 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 18:36:44,414 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 18:36:45,421 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@120d484] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 18:36:45,423 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3674 ms -2015-07-08 18:44:26,465 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 18:44:26,516 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:44:26 CST 2015]; root of context hierarchy -2015-07-08 18:44:26,570 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 18:44:27,044 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 18:44:27,049 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 18:44:27,140 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 18:44:27,306 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 18:44:27,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 18:44:27,335 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2e3757: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 18:44:27,455 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 18:44:27,975 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 18:44:29,025 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a5285a] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 18:44:29,028 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2553 ms -2015-07-08 18:51:58,415 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-08 18:51:58,466 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:51:58 CST 2015]; root of context hierarchy -2015-07-08 18:51:58,747 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-08 18:52:02,260 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-08 18:52:02,265 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-08 18:52:02,379 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-08 18:52:02,691 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-08 18:52:02,696 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-08 18:52:02,733 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@aa8321: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-08 18:52:02,971 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-08 18:52:03,377 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-08 18:52:04,442 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1984082] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-08 18:52:04,444 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 6029 ms -2015-07-09 09:25:55,021 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 09:25:55,052 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 09:25:55 CST 2015]; root of context hierarchy -2015-07-09 09:25:55,131 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 09:25:55,443 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 09:25:55,459 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 09:25:55,568 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 09:25:55,818 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 09:25:55,818 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 09:25:55,833 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@35c83d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-09 09:25:56,409 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 09:25:56,893 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 09:25:57,783 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@55203] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 09:25:57,783 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2762 ms -2015-07-09 09:31:58,223 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 09 09:25:55 CST 2015]; root of context hierarchy -2015-07-09 09:31:58,989 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@35c83d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-09 09:31:59,099 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-09 09:32:08,395 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 09:32:08,410 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 09:32:08 CST 2015]; root of context hierarchy -2015-07-09 09:32:08,458 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 09:32:08,598 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 09:32:08,598 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 09:32:08,708 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 09:32:08,942 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 09:32:08,942 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 09:32:08,957 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b1eb38: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-09 09:32:09,129 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 09:32:09,484 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 09:32:10,365 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@266f8f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 09:32:10,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1970 ms -2015-07-09 09:32:21,827 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 09 09:32:08 CST 2015]; root of context hierarchy -2015-07-09 09:32:21,827 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b1eb38: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-09 09:32:21,827 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-09 09:32:27,589 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 09:32:27,610 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 09:32:27 CST 2015]; root of context hierarchy -2015-07-09 09:32:27,641 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 09:32:27,703 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 09:32:27,703 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 09:32:27,766 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 09:32:27,922 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 09:32:27,922 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 09:32:27,937 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3f86eb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-09 09:32:28,015 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 09:32:28,265 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 09:32:29,045 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bbaaf4] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 09:32:29,045 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1456 ms -2015-07-09 13:35:03,663 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 13:35:03,694 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 13:35:03 CST 2015]; root of context hierarchy -2015-07-09 13:35:03,789 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 13:35:04,179 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 13:35:04,179 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 13:35:04,276 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 13:35:04,480 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 13:35:04,485 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 13:35:04,517 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@734604: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy -2015-07-09 13:35:04,672 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 13:35:05,058 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 13:35:06,930 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a9437b] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 13:35:06,930 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3267 ms -2015-07-09 15:45:55,478 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 15:45:55,541 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 15:45:55 CST 2015]; root of context hierarchy -2015-07-09 15:45:55,720 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 15:45:56,286 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 15:45:56,289 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 15:45:56,453 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 15:45:56,637 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 15:45:56,642 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 15:45:56,664 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ea54: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 15:45:56,964 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 15:45:57,526 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 15:45:58,918 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@774cab] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 15:45:58,955 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ea54: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 15:45:58,958 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory -2015-07-09 15:45:58,960 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'algorithmDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'sessionFactory' of bean class [com.lungcare.dicomfile.dao.impl.AlgorithmDAOImp]: Bean property 'sessionFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1361) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) - at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) - at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) - at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) - at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) - at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) - at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) - at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) - at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) - at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) - at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) - at org.eclipse.jetty.server.Server.doStart(Server.java:282) - at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) - at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) - at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) - at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523) - at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) - at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) - at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) - at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) - at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) - at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) - at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) - at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) - at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) - at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) - at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534) - at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) - at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:601) - at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) - at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) - at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) - at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) -Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'sessionFactory' of bean class [com.lungcare.dicomfile.dao.impl.AlgorithmDAOImp]: Bean property 'sessionFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? - at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:1024) - at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:900) - at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:76) - at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:58) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1358) - ... 55 more -2015-07-09 15:51:15,873 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 15:51:15,908 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 15:51:15 CST 2015]; root of context hierarchy -2015-07-09 15:51:15,997 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 15:51:16,579 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 15:51:16,583 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 15:51:16,759 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 15:51:16,995 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 15:51:17,002 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 15:51:17,028 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@144774e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 15:51:17,234 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 15:51:17,731 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 15:51:18,553 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@94f0bd] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 15:51:18,563 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2689 ms -2015-07-09 15:51:54,248 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 15:52:37,482 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 16:02:03,426 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 16:02:03,540 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 16:02:03 CST 2015]; root of context hierarchy -2015-07-09 16:02:03,709 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 16:02:13,115 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 16:02:13,118 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 16:02:13,319 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 16:02:13,914 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 16:02:13,919 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 16:02:14,006 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d03e62: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 16:02:14,883 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 16:02:15,799 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 16:02:18,354 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@797f7f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 16:02:18,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 14939 ms -2015-07-09 16:04:57,648 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 16:21:30,066 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 16:21:30,105 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 16:21:30 CST 2015]; root of context hierarchy -2015-07-09 16:21:30,192 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 16:21:30,625 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 16:21:30,629 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 16:21:30,774 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 16:21:30,962 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 16:21:30,968 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 16:21:31,011 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19abafe: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 16:21:31,478 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 16:21:32,121 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 16:21:33,279 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3dea0e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 16:21:33,285 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3219 ms -2015-07-09 16:22:16,789 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 16:56:37,930 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 16:56:37,990 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 16:56:37 CST 2015]; root of context hierarchy -2015-07-09 16:56:38,086 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 16:56:38,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 16:56:38,581 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 16:56:38,720 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 16:56:38,952 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 16:56:38,957 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 16:56:38,983 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@181d71a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 16:56:39,270 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 16:56:39,780 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 16:56:40,680 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@175252f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 16:56:40,687 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2757 ms -2015-07-09 16:59:39,549 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 19:09:55,398 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 19:09:55,444 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 19:09:55 CST 2015]; root of context hierarchy -2015-07-09 19:09:55,546 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 19:09:55,915 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 19:09:55,919 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 19:09:56,046 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 19:09:56,198 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 19:09:56,203 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 19:09:56,222 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1544768: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 19:09:56,381 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 19:09:56,804 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 19:09:58,781 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@273376] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 19:09:58,788 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3389 ms -2015-07-09 19:12:20,381 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 20:13:47,580 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 20:13:47,626 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 20:13:47 CST 2015]; root of context hierarchy -2015-07-09 20:13:47,765 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 20:13:48,354 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 20:13:48,357 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 20:13:48,493 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 20:13:48,742 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 20:13:48,746 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 20:13:48,779 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f12b9e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 20:13:49,030 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 20:13:49,480 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 20:13:50,991 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fb8a5e] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 20:13:50,997 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3416 ms -2015-07-09 20:14:10,909 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 20:25:36,058 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 20:25:36,100 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 20:25:36 CST 2015]; root of context hierarchy -2015-07-09 20:25:36,203 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 20:25:36,713 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 20:25:36,716 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 20:25:36,845 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 20:25:37,054 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 20:25:37,059 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 20:25:37,113 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7e9589: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 20:25:37,264 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 20:25:37,740 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 20:25:39,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@191595f] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 20:25:39,008 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2949 ms -2015-07-09 20:25:54,356 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 20:28:01,995 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 21:09:39,314 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 21:09:39,352 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 21:09:39 CST 2015]; root of context hierarchy -2015-07-09 21:09:39,432 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 21:09:39,773 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 21:09:39,777 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 21:09:39,912 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 21:09:40,162 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 21:09:40,177 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 21:09:40,193 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12df3eb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 21:09:40,443 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 21:09:40,880 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 21:09:41,759 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a3e8f6] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 21:09:41,759 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2444 ms -2015-07-09 21:17:14,321 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-09 21:17:14,353 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 21:17:14 CST 2015]; root of context hierarchy -2015-07-09 21:17:14,415 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-09 21:17:14,618 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-09 21:17:14,618 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-09 21:17:14,712 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-09 21:17:14,899 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-09 21:17:14,899 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-09 21:17:14,915 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fde0e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-09 21:17:15,039 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-09 21:17:15,414 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-09 21:17:16,148 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c765da] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-09 21:17:16,164 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1843 ms -2015-07-09 21:19:45,035 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 21:21:17,595 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 21:21:26,162 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-09 22:27:10,964 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile -2015-07-10 09:47:05,385 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-10 09:47:05,440 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 10 09:47:05 CST 2015]; root of context hierarchy -2015-07-10 09:47:05,603 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-10 09:47:05,997 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-10 09:47:05,999 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-10 09:47:06,127 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-10 09:47:06,334 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-10 09:47:06,339 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-10 09:47:06,390 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12a8b43: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-10 09:47:06,614 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-10 09:47:07,068 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-10 09:47:08,378 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@19a47d7] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-10 09:47:08,384 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2998 ms -2015-07-10 10:27:29,750 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started -2015-07-10 10:27:29,782 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 10 10:27:29 CST 2015]; root of context hierarchy -2015-07-10 10:27:29,867 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] -2015-07-10 10:27:30,287 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning -2015-07-10 10:27:30,290 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning -2015-07-10 10:27:30,447 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] -2015-07-10 10:27:30,645 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] -2015-07-10 10:27:30,650 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring -2015-07-10 10:27:30,678 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@54bc4a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy -2015-07-10 10:27:30,887 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver -2015-07-10 10:27:31,360 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory -2015-07-10 10:27:32,206 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d858f6] of Hibernate SessionFactory for HibernateTransactionManager -2015-07-10 10:27:32,213 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2463 ms +2015-07-22 16:13:37,371 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:37,372 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:37,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:37,372 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 16:13:37,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:37,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:37,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:37,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:37,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:37,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:37,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:48,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:48,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:48,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:48,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:48,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:48,528 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:13:48,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:13:48,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:13:48,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:48,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:48,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:48,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:48,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:48,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:48,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:04,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:14:04,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:14:04,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:14:04,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:14:04,379 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@10627bb +2015-07-22 16:14:04,382 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@10627bb} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1c11fb2} + +2015-07-22 16:14:04,383 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:04,384 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:04,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:14:04,384 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 16:14:04,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:14:04,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:14:04,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:14:04,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:14:04,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:04,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:14:04,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:04,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:14:04,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:14:04,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:14:04,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:14:04,393 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 16:14:04,400 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:14:04,400 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:04,401 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 16:14:04,401 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 16:14:04,401 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:14:04,401 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@388aa9 +2015-07-22 16:14:04,401 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 16:14:04,401 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:14:04,402 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:14:04,402 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 16:14:04,402 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 16:14:04,402 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 16:14:04,402 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@388aa9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1c11fb2} + +2015-07-22 16:14:04,403 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:04,403 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:04,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:14:04,403 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 16:14:04,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:14:04,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:14:04,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:14:04,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:14:04,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:04,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:14:04,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:37,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:14:37,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:14:37,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:14:37,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:14:37,921 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 16:14:37,924 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 16:14:37,924 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:37,924 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 16:14:37,924 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 16:14:37,924 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 16:14:37,924 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@61e08 +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 16:14:37,925 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:37,926 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 16:14:37,926 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-22 16:14:37,926 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:14:37,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:14:37,927 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 16:14:37,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:14:37,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:14:37,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:14:37,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:14:37,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:14:37,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:14:37,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:37,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:14:37,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:40,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:14:40,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:14:40,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:14:40,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:14:40,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:14:40,193 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:14:40,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:14:40,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:14:40,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:14:40,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:14:40,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:14:40,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:14:40,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:14:40,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:14:40,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,040 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 16:15:23,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 16:15:23,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,141 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,180 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,208 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,249 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,289 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,320 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 16:15:23,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:15:23,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:15:23,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,360 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,381 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,402 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,439 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,482 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:15:23,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,501 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 16:15:23,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:23,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:23,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:23,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:23,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:23,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 16:15:23,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:15:23,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:15:23,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:23,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:23,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:23,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:24,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:24,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:24,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:24,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:24,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:24,620 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 16:15:24,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:24,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:24,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:24,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:24,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:24,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:24,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:27,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:27,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:27,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:27,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:27,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:27,554 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 16:15:27,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:27,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:27,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:27,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:27,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:27,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:27,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:27,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:27,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:27,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:27,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:27,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:27,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 16:15:27,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:27,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:27,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:27,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:27,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:27,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:27,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:37,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:15:37,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:15:37,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:15:37,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:15:37,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:15:37,770 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:15:37,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:15:37,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:15:37,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:15:37,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:15:37,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:15:37,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:15:37,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:15:37,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:15:37,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:41,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:16:41,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:16:41,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:16:41,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:16:41,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:16:41,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:16:41,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:16:41,412 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:16:41,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:16:41,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:16:41,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:16:41,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:16:41,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:16:41,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:16:41,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:41,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:16:41,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:41,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:16:41,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:16:41,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:16:41,441 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:16:41,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:16:41,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:16:41,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:16:41,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:16:41,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:41,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:16:41,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:44,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:16:44,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:16:44,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:16:44,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:16:44,781 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 16:16:44,783 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@61e08 +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 16:16:44,786 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-22 16:16:44,787 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:16:44,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:16:44,788 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-22 16:16:44,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:16:44,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:16:44,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:16:44,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:16:44,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:16:44,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:16:44,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:44,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:16:44,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:45,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:16:45,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:16:45,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:16:45,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:16:45,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:16:45,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:16:45,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:16:45,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:16:45,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:16:45,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:16:45,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:16:45,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:16:45,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:16:45,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:16:45,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:21:39,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:21:39,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:21:39,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:21:39,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:21:39,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:21:39,876 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:21:39,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:21:39,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:21:39,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:21:39,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:21:39,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:21:39,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:21:39,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:21:39,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:21:39,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:26:52,725 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 19:26:52,751 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 19:26:52 CST 2015]; root of context hierarchy +2015-07-22 19:26:52,816 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 19:26:52,994 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 19:26:52,998 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 19:26:53,109 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 19:26:53,246 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 19:26:53,251 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 19:26:53,261 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4de0d5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 19:26:53,408 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 19:26:53,476 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 19:26:53,486 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 19:26:53,490 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 19:26:53,493 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 19:26:53,496 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 19:26:53,666 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 19:26:53,734 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 19:26:53,773 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 19:26:53,804 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 19:26:53,836 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 19:26:53,836 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 19:26:53,839 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 19:26:53,839 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 19:26:53,843 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 19:26:53,843 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 19:26:53,848 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 19:26:53,894 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 19:26:54,128 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 19:26:54,128 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 19:26:54,147 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 19:26:54,151 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 19:26:54,152 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 19:26:54,153 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 19:26:54,153 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 19:26:54,153 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 19:26:54,153 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 19:26:54,153 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 19:26:54,154 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 19:26:54,154 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 19:26:54,154 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 19:26:54,155 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 19:26:54,155 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 19:26:54,155 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 19:26:54,155 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 19:26:54,155 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 19:26:54,156 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 19:26:54,157 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 19:26:54,160 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 19:26:54,160 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 19:26:54,161 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 19:26:54,161 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 19:26:54,161 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 19:26:54,197 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 19:26:54,371 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 19:26:54,377 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 19:26:54,377 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 19:26:54,408 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 19:26:54,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 19:26:54,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 19:26:54,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:26:54,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:26:54,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 19:26:54,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 19:26:54,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:26:54,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:26:54,454 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 19:26:54,454 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 19:26:54,454 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:26:54,454 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:26:54,454 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 19:26:54,485 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@63a4c9] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 19:26:54,496 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1770 ms +2015-07-22 19:42:54,992 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 19:42:55,025 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 19:42:55 CST 2015]; root of context hierarchy +2015-07-22 19:42:55,069 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 19:42:55,226 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 19:42:55,229 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 19:42:55,351 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 19:42:55,499 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 19:42:55,504 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 19:42:55,538 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@160123a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 19:42:55,653 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 19:42:55,703 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 19:42:55,712 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 19:42:55,715 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 19:42:55,719 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 19:42:55,722 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 19:42:55,914 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 19:42:55,974 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 19:42:56,017 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 19:42:56,046 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 19:42:56,080 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 19:42:56,081 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 19:42:56,087 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 19:42:56,087 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 19:42:56,090 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 19:42:56,090 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 19:42:56,096 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 19:42:56,148 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 19:42:56,385 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 19:42:56,385 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 19:42:56,404 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 19:42:56,408 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 19:42:56,409 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 19:42:56,410 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 19:42:56,410 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 19:42:56,410 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 19:42:56,410 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 19:42:56,411 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 19:42:56,411 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 19:42:56,411 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 19:42:56,411 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 19:42:56,412 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 19:42:56,412 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 19:42:56,412 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 19:42:56,412 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 19:42:56,412 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 19:42:56,413 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 19:42:56,414 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 19:42:56,414 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 19:42:56,414 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 19:42:56,414 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 19:42:56,414 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 19:42:56,415 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 19:42:56,415 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 19:42:56,417 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 19:42:56,418 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 19:42:56,418 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 19:42:56,418 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 19:42:56,419 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 19:42:56,458 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 19:42:56,631 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 19:42:56,639 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 19:42:56,639 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 19:42:56,653 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 19:42:56,697 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 19:42:56,697 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 19:42:56,697 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:42:56,698 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:42:56,710 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 19:42:56,710 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 19:42:56,710 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:42:56,710 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:42:56,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 19:42:56,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 19:42:56,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:42:56,722 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:42:56,722 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 19:42:56,750 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@151b655] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 19:42:56,756 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1763 ms +2015-07-22 19:43:31,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:31,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:31,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:31,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:31,707 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 19:43:31,719 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 19:43:31,721 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:31,760 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 19:43:31,929 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 19:43:31,931 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 19:43:31,935 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 19:43:31,936 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@17671df +2015-07-22 19:43:31,937 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 19:43:31,938 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 19:43:31,938 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@17671df +2015-07-22 19:43:31,938 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 19:43:31,939 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 19:43:31,939 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@16e005 +2015-07-22 19:43:31,939 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 19:43:31,939 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 19:43:31,939 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 19:43:31,945 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 19:43:31,946 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 19:43:31,947 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 19:43:31,947 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:31,965 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 19:43:31,965 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 19:43:31,966 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:31,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:31,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 19:43:31,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:32,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:32,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:32,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:32,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:32,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:32,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:32,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:32,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:36,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:36,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:36,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:36,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:36,056 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-22 19:43:36,059 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:43:36,059 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:36,060 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-22 19:43:36,061 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-22 19:43:36,061 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-22 19:43:36,061 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:36,061 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-22 19:43:36,063 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-22 19:43:36,063 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-22 19:43:36,064 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:43:36,064 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:36,067 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:36,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:36,068 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 19:43:36,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:36,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:36,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:36,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:36,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:36,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:36,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:36,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:36,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:36,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:36,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:36,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:36,104 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 19:43:36,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:36,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:36,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:36,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:36,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:36,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:36,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:36,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:36,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:39,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:39,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:39,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:39,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:39,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:39,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:39,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 19:43:39,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:39,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:39,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:39,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:39,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:39,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:39,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:39,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:39,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:39,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:39,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:39,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:39,272 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 19:43:39,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:39,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:39,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:39,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:39,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:39,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:39,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:41,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:41,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:42,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:42,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:42,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:42,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 19:43:42,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:42,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:42,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:42,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:42,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:42,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:42,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:42,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:42,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:52,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,048 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 19:43:53,052 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:43:53,052 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:53,053 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 19:43:53,053 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 19:43:53,053 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 19:43:53,054 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:53,054 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 19:43:53,054 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 19:43:53,054 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 19:43:53,055 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 19:43:53,055 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 19:43:53,055 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 19:43:53,056 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:43:53,056 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:53,056 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 19:43:53,056 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 19:43:53,058 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:53,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,059 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 19:43:53,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:53,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:53,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,100 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 19:43:53,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,158 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 19:43:53,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 19:43:53,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,224 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 19:43:53,229 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:43:53,229 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:53,231 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 19:43:53,231 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 19:43:53,232 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:53,232 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@dcca5c +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@dcca5c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:43:53,233 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:53,234 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:53,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,234 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,268 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,312 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,356 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,394 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,424 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,525 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 19:43:53,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:53,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:53,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,544 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,578 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,644 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,673 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,744 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,778 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,812 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,872 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:53,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:53,912 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:53,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:53,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:53,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:53,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:53,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:53,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:53,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:53,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:54,000 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:54,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:54,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:54,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:54,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:54,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:54,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:54,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:54,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 19:43:54,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:54,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 19:43:54,042 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:54,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:54,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:54,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 19:43:54,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 19:43:54,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:54,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:54,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:54,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:54,081 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:54,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:54,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:54,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:54,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:54,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:54,110 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 19:43:54,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:54,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:54,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:54,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:54,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,179 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 19:43:54,184 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:43:54,184 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:54,184 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 19:43:54,184 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 19:43:54,184 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:54,184 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:54,185 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 19:43:54,186 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:54,186 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:54,186 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 19:43:54,187 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 19:43:54,187 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 19:43:54,187 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@60e1ef} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@60e1ef} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@60e1ef} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:43:54,189 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:54,189 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:54,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:54,190 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 19:43:54,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:54,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:54,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:54,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:54,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:54,527 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 19:43:54,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:43:54,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:43:54,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:54,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:54,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:54,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:54,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:54,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:54,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:56,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:43:56,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:43:56,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:43:56,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:43:56,438 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 19:43:56,440 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:43:56,440 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@17671df +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 19:43:56,441 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 19:43:56,442 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 19:43:56,442 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@17671df} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:43:56,442 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:56,442 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:43:56,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:43:56,442 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 19:43:56,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:43:56,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:43:56,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:43:56,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:43:56,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:43:56,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:43:56,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:02,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:44:02,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:44:02,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:44:02,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:44:02,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:44:02,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 19:44:02,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:44:02,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:44:02,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:44:02,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:44:02,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:44:02,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:44:02,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:02,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:44:02,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:07,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:44:07,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:44:07,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:44:07,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:44:07,889 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 19:44:07,892 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:44:07,892 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:07,892 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 19:44:07,892 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 19:44:07,892 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:44:07,892 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@17671df +2015-07-22 19:44:07,900 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 19:44:07,900 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:44:07,900 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:44:07,900 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 19:44:07,901 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 19:44:07,901 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 19:44:07,901 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@17671df} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:44:07,901 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:07,901 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:07,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:44:07,901 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 19:44:07,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:44:07,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:44:07,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:44:07,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:44:07,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:07,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:44:07,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:07,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:44:07,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:44:07,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:44:07,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:44:07,921 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 19:44:07,923 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 19:44:07,924 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:07,924 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 19:44:07,924 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 19:44:07,924 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:44:07,924 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@dcca5c +2015-07-22 19:44:07,929 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 19:44:07,929 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 19:44:07,929 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@60e1ef +2015-07-22 19:44:07,929 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 19:44:07,929 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 19:44:07,930 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 19:44:07,934 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@dcca5c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@60e1ef} + +2015-07-22 19:44:07,934 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:07,934 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:07,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:44:07,934 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 19:44:07,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:44:07,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:44:07,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:44:07,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:44:07,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:07,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:44:07,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:10,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:44:10,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:44:10,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:44:10,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:44:10,665 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 19:44:10,668 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 19:44:10,668 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:10,668 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 19:44:10,668 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 19:44:10,669 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 19:44:10,670 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 19:44:10,670 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@16e005 +2015-07-22 19:44:10,670 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 19:44:10,671 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 19:44:10,671 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 19:44:10,671 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 19:44:10,671 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 19:44:10,672 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 19:44:10,672 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:10,672 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 19:44:10,672 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-22 19:44:10,672 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 19:44:10,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:44:10,672 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 19:44:10,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:44:10,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:44:10,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:44:10,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:44:10,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:44:10,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:44:10,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:10,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:44:10,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:17,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 19:44:17,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 19:44:17,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 19:44:17,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 19:44:17,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 19:44:17,850 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 19:44:17,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 19:44:17,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 19:44:17,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 19:44:17,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 19:44:17,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 19:44:17,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 19:44:17,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:44:17,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 19:44:17,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 19:54:57,110 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 19:54:57,139 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 19:54:57 CST 2015]; root of context hierarchy +2015-07-22 19:54:57,256 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 19:54:57,428 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 19:54:57,435 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 19:54:57,584 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 19:54:57,914 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 19:54:57,919 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 19:54:57,937 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b95d0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 19:54:58,185 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 19:54:58,291 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 19:54:58,299 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 19:54:58,302 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 19:54:58,306 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 19:54:58,315 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 19:54:58,381 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 19:54:58,440 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 19:54:58,490 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 19:54:58,517 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 19:54:58,556 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 19:54:58,556 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 19:54:58,559 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 19:54:58,559 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 19:54:58,563 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 19:54:58,563 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 19:54:58,568 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 19:54:58,646 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 19:54:58,921 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 19:54:58,921 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 19:54:58,937 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 19:54:58,942 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 19:54:58,943 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 19:54:58,943 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 19:54:58,943 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 19:54:58,943 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 19:54:58,943 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 19:54:58,944 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 19:54:58,944 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 19:54:58,944 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 19:54:58,945 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 19:54:58,945 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 19:54:58,945 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 19:54:58,945 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 19:54:58,945 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 19:54:58,945 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 19:54:58,946 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 19:54:58,946 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 19:54:58,947 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 19:54:58,947 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 19:54:58,947 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 19:54:58,947 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 19:54:58,947 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 19:54:58,947 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 19:54:58,949 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 19:54:58,950 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 19:54:58,950 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 19:54:58,950 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 19:54:58,950 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 19:54:59,000 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 19:54:59,297 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 19:54:59,302 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 19:54:59,302 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 19:54:59,316 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 19:54:59,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 19:54:59,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 19:54:59,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:54:59,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:54:59,352 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 19:54:59,352 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 19:54:59,352 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:54:59,352 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:54:59,368 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 19:54:59,369 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 19:54:59,369 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 19:54:59,369 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 19:54:59,369 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 19:54:59,397 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@308aad] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 19:54:59,404 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2294 ms +2015-07-22 20:21:17,099 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 20:21:17,127 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 20:21:17 CST 2015]; root of context hierarchy +2015-07-22 20:21:17,179 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 20:21:17,337 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 20:21:17,342 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 20:21:17,511 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 20:21:17,723 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 20:21:17,729 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 20:21:17,743 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fb8e14: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 20:21:17,901 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 20:21:17,952 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 20:21:17,967 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 20:21:17,970 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 20:21:17,980 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 20:21:17,983 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 20:21:18,198 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 20:21:18,262 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 20:21:18,300 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 20:21:18,327 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 20:21:18,356 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 20:21:18,357 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 20:21:18,361 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 20:21:18,361 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 20:21:18,364 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 20:21:18,364 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 20:21:18,368 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 20:21:18,425 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 20:21:18,671 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 20:21:18,672 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 20:21:18,690 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 20:21:18,693 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 20:21:18,694 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 20:21:18,694 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 20:21:18,694 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 20:21:18,694 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 20:21:18,694 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 20:21:18,695 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 20:21:18,695 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 20:21:18,695 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 20:21:18,695 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 20:21:18,696 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 20:21:18,696 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 20:21:18,696 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 20:21:18,696 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 20:21:18,696 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 20:21:18,697 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 20:21:18,697 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 20:21:18,700 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 20:21:18,700 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 20:21:18,700 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 20:21:18,700 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 20:21:18,701 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 20:21:18,734 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 20:21:18,925 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 20:21:18,929 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 20:21:18,930 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 20:21:18,943 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 20:21:18,966 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 20:21:18,966 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 20:21:18,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 20:21:18,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 20:21:18,977 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 20:21:18,977 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 20:21:18,977 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 20:21:18,977 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 20:21:18,987 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 20:21:18,987 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 20:21:18,987 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 20:21:18,987 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 20:21:18,987 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 20:21:19,012 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@297acd] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 20:21:19,018 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1918 ms +2015-07-22 20:51:14,024 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 20:51:14,062 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 20:51:14 CST 2015]; root of context hierarchy +2015-07-22 20:51:14,118 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 20:51:14,273 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 20:51:14,276 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 20:51:14,364 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 20:51:14,522 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 20:51:14,528 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 20:51:14,552 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b36cc5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 20:51:14,696 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 20:51:14,751 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 20:51:14,769 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 20:51:14,772 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 20:51:14,775 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 20:51:14,778 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 20:51:14,959 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 20:51:15,023 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 20:51:15,061 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 20:51:15,092 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 20:51:15,138 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 20:51:15,139 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 20:51:15,142 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 20:51:15,142 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 20:51:15,145 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 20:51:15,146 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 20:51:15,150 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 20:51:15,204 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 20:51:15,465 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 20:51:15,465 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 20:51:15,482 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 20:51:15,487 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 20:51:15,487 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 20:51:15,488 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 20:51:15,489 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 20:51:15,489 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 20:51:15,489 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 20:51:15,489 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 20:51:15,489 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 20:51:15,489 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 20:51:15,490 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 20:51:15,490 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 20:51:15,490 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 20:51:15,491 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 20:51:15,491 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 20:51:15,491 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 20:51:15,491 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 20:51:15,491 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 20:51:15,493 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 20:51:15,494 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 20:51:15,494 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 20:51:15,494 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 20:51:15,495 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 20:51:15,530 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 20:51:15,773 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 20:51:15,778 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 20:51:15,778 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 20:51:15,791 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 20:51:15,811 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 20:51:15,811 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 20:51:15,812 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 20:51:15,812 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 20:51:15,825 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 20:51:15,825 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 20:51:15,825 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 20:51:15,825 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 20:51:15,842 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 20:51:15,842 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 20:51:15,842 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 20:51:15,842 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 20:51:15,842 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 20:51:15,872 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fb1df4] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 20:51:15,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1846 ms +2015-07-22 21:10:34,769 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 21:10:34,801 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 21:10:34 CST 2015]; root of context hierarchy +2015-07-22 21:10:34,856 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 21:10:35,015 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 21:10:35,020 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 21:10:35,165 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 21:10:35,353 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 21:10:35,360 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 21:10:35,372 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d34efb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 21:10:35,509 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 21:10:35,565 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 21:10:35,573 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 21:10:35,576 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 21:10:35,578 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 21:10:35,581 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 21:10:35,766 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 21:10:35,833 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 21:10:35,873 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 21:10:35,908 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 21:10:35,959 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 21:10:35,972 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 21:10:35,974 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 21:10:35,975 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 21:10:35,979 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 21:10:35,979 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 21:10:35,985 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 21:10:36,035 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 21:10:36,324 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 21:10:36,324 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 21:10:36,342 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 21:10:36,345 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 21:10:36,346 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 21:10:36,346 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 21:10:36,361 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 21:10:36,361 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 21:10:36,361 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 21:10:36,362 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 21:10:36,362 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 21:10:36,362 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 21:10:36,363 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 21:10:36,363 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 21:10:36,363 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 21:10:36,364 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 21:10:36,364 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 21:10:36,364 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 21:10:36,365 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 21:10:36,365 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 21:10:36,365 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 21:10:36,365 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 21:10:36,366 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 21:10:36,366 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 21:10:36,366 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 21:10:36,366 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 21:10:36,368 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 21:10:36,369 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 21:10:36,369 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 21:10:36,369 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 21:10:36,370 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 21:10:36,411 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 21:10:36,612 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 21:10:36,617 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 21:10:36,618 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 21:10:36,638 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 21:10:36,673 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 21:10:36,673 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 21:10:36,673 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:10:36,673 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:10:36,689 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 21:10:36,689 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 21:10:36,689 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:10:36,689 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:10:36,699 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 21:10:36,699 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 21:10:36,699 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:10:36,699 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:10:36,699 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 21:10:36,730 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c0ed5a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 21:10:36,737 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1968 ms +2015-07-22 21:10:54,832 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:10:54,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:54,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:54,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:54,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:54,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:54,942 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:10:54,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:10:55,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:55,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:55,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:55,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:55,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:55,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:55,250 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 21:10:55,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:55,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:55,264 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:10:55,270 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:10:55,270 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,277 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:10:55,278 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,313 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:10:55,328 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:10:55,336 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:10:55,339 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:55,340 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1b6c01e +2015-07-22 21:10:55,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 21:10:55,344 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:55,344 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:55,344 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:10:55,344 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:10:55,345 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:10:55,347 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1b6c01e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18ef226} + +2015-07-22 21:10:55,347 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,367 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,367 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:10:55,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:55,392 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:10:55,392 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 21:10:55,393 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:55,393 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 21:10:55,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,393 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:10:55,394 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 21:10:55,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,400 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 21:10:55,405 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:10:55,405 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:10:55,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,406 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@18ef226} + +2015-07-22 21:10:55,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,407 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,408 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:10:55,408 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 21:10:55,408 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:55,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:10:55,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:10:55,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:55,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:55,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:10:55,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:55,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:55,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:55,449 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:10:55,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:55,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:55,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:55,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:55,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:55,496 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:10:55,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:55,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:55,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:55,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:55,567 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 21:10:55,571 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:10:55,572 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,572 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:10:55,572 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 21:10:55,573 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:10:55,574 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:10:55,575 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@18ef226} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18ef226} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@18ef226} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@18ef226} + +2015-07-22 21:10:55,575 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,575 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:55,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:55,575 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:10:55,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:55,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:55,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:55,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:55,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:55,742 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:10:55,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:10:55,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:10:55,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:55,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:55,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:55,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:55,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:55,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:55,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:56,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:10:56,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:10:56,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:10:56,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:10:56,904 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 21:10:56,907 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:10:56,907 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:56,907 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:10:56,908 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:10:56,908 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:56,908 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@16d413c +2015-07-22 21:10:56,908 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 21:10:56,909 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:10:56,909 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:10:56,909 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:10:56,909 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:10:56,909 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:10:56,910 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@16d413c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18ef226} + +2015-07-22 21:10:56,910 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:56,910 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:10:56,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:10:56,911 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:10:57,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:10:57,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:10:57,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:10:57,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:10:57,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:10:57,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:10:57,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:11:02,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:11:02,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:11:02,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:11:02,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:11:02,597 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 21:11:02,600 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:11:02,600 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:11:02,600 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:11:02,600 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:11:02,600 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:11:02,600 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@16d413c +2015-07-22 21:11:02,601 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 21:11:02,601 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:11:02,601 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:11:02,601 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:11:02,601 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:11:02,601 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:11:02,602 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@16d413c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18ef226} + +2015-07-22 21:11:02,602 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:11:02,602 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:11:02,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:11:02,602 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:11:02,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:11:02,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:11:02,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:11:02,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:11:02,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:11:02,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:11:02,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:11:02,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:11:02,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:11:02,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:11:02,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:11:02,632 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 21:11:02,639 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:11:02,639 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:11:02,639 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:11:02,639 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:11:02,640 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:11:02,640 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@1b6c01e +2015-07-22 21:11:02,640 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 21:11:02,641 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:11:02,641 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18ef226 +2015-07-22 21:11:02,641 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:11:02,641 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:11:02,653 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:11:02,653 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1b6c01e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18ef226} + +2015-07-22 21:11:02,653 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:11:02,653 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:11:02,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:11:02,654 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:11:02,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:11:02,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:11:02,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:11:02,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:11:02,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:11:02,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:11:02,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,091 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:13:08,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:08,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:08,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:08,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:08,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:08,103 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:13:08,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:13:08,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:08,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:08,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:08,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:08,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:08,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:08,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:08,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:08,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:08,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:08,173 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:13:08,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:08,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:08,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:08,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:08,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:08,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:08,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:08,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:08,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:08,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:08,200 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:13:08,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:08,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:08,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:08,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:08,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:08,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:08,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:08,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:08,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:08,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:08,232 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:13:08,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:08,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:08,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:08,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:08,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:08,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:08,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:08,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:08,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:08,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:08,417 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:13:08,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:08,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:08,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:08,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:08,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:08,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:08,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:08,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:08,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:08,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:08,690 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:13:08,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:13:08,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:13:08,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:08,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:08,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:08,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:08,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:08,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:08,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:09,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:09,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:09,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:09,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:09,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:09,841 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:13:09,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:09,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:09,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:09,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:09,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:09,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:09,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:09,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:13:09,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:13:09,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:13:09,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:13:09,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:13:09,877 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:13:09,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:13:09,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:13:09,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:13:09,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:13:09,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:13:09,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:13:09,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:14:57,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:14:57,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:14:57,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:14:57,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:14:57,390 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:14:57,394 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 21:14:57,394 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:14:57,394 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:14:57,394 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 21:14:57,395 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:14:57,395 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:14:57,395 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@16d413c +2015-07-22 21:14:57,395 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 21:14:57,396 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:14:57,396 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@16d413c +2015-07-22 21:14:57,396 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1ae74ac +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:14:57,397 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:14:57,398 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 21:14:57,398 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:14:57,398 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:14:57,398 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 21:14:57,398 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:14:57,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:14:57,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:14:57,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:14:57,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:14:57,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:14:57,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:14:57,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:14:57,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:14:57,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:14:57,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:14:57,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,710 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:17:36,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:36,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:36,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:36,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:36,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:36,728 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:17:36,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:17:36,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:36,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:36,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:36,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:36,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:36,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:36,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:36,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:36,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:36,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:36,821 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:17:36,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:36,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:36,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:36,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:36,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:36,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:36,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:36,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:36,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:36,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:36,860 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:17:36,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:36,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:36,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:36,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:36,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:36,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:36,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:36,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:36,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:36,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:36,889 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:17:36,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:36,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:36,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:36,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:36,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:36,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:36,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:36,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:36,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:36,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:36,907 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:17:36,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:36,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:36,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:36,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:36,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:36,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:36,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:36,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:37,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:37,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:37,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:37,007 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:17:37,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:37,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:37,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:37,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:37,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:37,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:37,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:37,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:37,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:37,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:37,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:37,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:37,137 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:17:37,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:17:37,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:17:37,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:37,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:37,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:37,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:37,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:37,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:37,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:39,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:39,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:39,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:39,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:39,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:39,147 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:17:39,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:39,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:39,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:39,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:39,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:39,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:39,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:39,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:17:39,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:17:39,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:17:39,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:17:39,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:17:39,172 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:17:39,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:17:39,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:17:39,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:17:39,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:17:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:17:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:17:39,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:08,013 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 21:21:08,052 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 21:21:08 CST 2015]; root of context hierarchy +2015-07-22 21:21:08,101 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 21:21:08,288 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 21:21:08,292 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 21:21:08,434 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 21:21:08,593 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 21:21:08,602 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 21:21:08,638 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@33858c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 21:21:08,775 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 21:21:08,847 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 21:21:08,863 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 21:21:08,867 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 21:21:08,870 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 21:21:08,872 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 21:21:09,053 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 21:21:09,119 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 21:21:09,173 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 21:21:09,206 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 21:21:09,253 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 21:21:09,254 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 21:21:09,258 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 21:21:09,259 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 21:21:09,262 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 21:21:09,263 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 21:21:09,267 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 21:21:09,339 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 21:21:09,596 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 21:21:09,596 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 21:21:09,613 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 21:21:09,617 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 21:21:09,617 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 21:21:09,618 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 21:21:09,618 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 21:21:09,618 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 21:21:09,618 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 21:21:09,619 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 21:21:09,619 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 21:21:09,619 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 21:21:09,620 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 21:21:09,620 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 21:21:09,620 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 21:21:09,620 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 21:21:09,620 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 21:21:09,620 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 21:21:09,621 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 21:21:09,621 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 21:21:09,622 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 21:21:09,622 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 21:21:09,622 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 21:21:09,622 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 21:21:09,622 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 21:21:09,622 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 21:21:09,625 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 21:21:09,626 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 21:21:09,626 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 21:21:09,626 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 21:21:09,626 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 21:21:09,677 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 21:21:09,915 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 21:21:09,920 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 21:21:09,920 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 21:21:09,934 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 21:21:09,972 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 21:21:09,972 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 21:21:09,972 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:21:09,972 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:21:09,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 21:21:09,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 21:21:09,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:21:09,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:21:10,007 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 21:21:10,007 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 21:21:10,007 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:21:10,008 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:21:10,008 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 21:21:10,061 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c43d60] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 21:21:10,069 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2045 ms +2015-07-22 21:21:24,899 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:21:24,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:24,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,026 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:21:25,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:21:25,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,341 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 21:21:25,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,351 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:21:25,361 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:21:25,361 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,390 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:21:25,392 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,412 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:21:25,414 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:21:25,432 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:21:25,432 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:21:25,435 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 21:21:25,435 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:25,439 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:25,440 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 21:21:25,442 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:21:25,442 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 21:21:25,449 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 21:21:25,448 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1afe129 +2015-07-22 21:21:25,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 21:21:25,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:25,457 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:25,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:21:25,457 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:21:25,457 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:21:25,458 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1afe129} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@398dd7} + +2015-07-22 21:21:25,458 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,459 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:21:25,460 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:21:25,460 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@398dd7} + +2015-07-22 21:21:25,476 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,498 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:21:25,498 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 21:21:25,500 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:21:25,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:21:25,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:21:25,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,499 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,538 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:21:25,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,622 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:21:25,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,675 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:21:25,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,707 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:21:25,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,749 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:21:25,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 21:21:25,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:21:25,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 21:21:25,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:21:25,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:21:25,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:25,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:25,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:25,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:25,844 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 21:21:25,850 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:21:25,858 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,858 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:21:25,859 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:21:25,859 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:25,859 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:25,860 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 21:21:25,860 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:25,860 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:25,860 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 21:21:25,860 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:25,860 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:25,863 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 21:21:25,863 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:25,863 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:25,864 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:21:25,864 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:21:25,864 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:21:25,872 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@398dd7} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@398dd7} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@398dd7} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@398dd7} + +2015-07-22 21:21:25,872 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,872 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:25,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:25,872 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:21:25,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:25,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:25,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:25,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:25,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:25,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:25,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:26,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:26,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:26,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:26,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:26,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:26,300 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:21:26,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:21:26,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:21:26,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:26,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:26,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:26,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:26,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:26,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:26,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:27,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:27,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:27,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:27,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:27,066 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 21:21:27,069 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:21:27,075 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:27,076 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:21:27,076 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:21:27,076 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:27,076 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@fec780 +2015-07-22 21:21:27,076 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 21:21:27,077 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:27,084 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:27,084 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:21:27,085 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:21:27,085 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:21:27,086 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@fec780} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@398dd7} + +2015-07-22 21:21:27,086 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:27,087 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:27,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:27,087 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:21:27,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:27,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:34,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:34,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:34,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:34,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:34,161 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 21:21:34,169 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:21:34,169 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:34,169 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@fec780 +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:34,170 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:21:34,171 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:21:34,171 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:21:34,171 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@fec780} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@398dd7} + +2015-07-22 21:21:34,172 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:34,173 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:34,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:34,173 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:21:34,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:34,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:34,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:34,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:21:34,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:21:34,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:21:34,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:21:34,218 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 21:21:34,221 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:21:34,221 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:34,221 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:21:34,222 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:21:34,222 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:34,222 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@1afe129 +2015-07-22 21:21:34,222 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 21:21:34,222 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:21:34,223 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@398dd7 +2015-07-22 21:21:34,223 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:21:34,223 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:21:34,223 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:21:34,226 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1afe129} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@398dd7} + +2015-07-22 21:21:34,226 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:34,226 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:21:34,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:21:34,227 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:21:34,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:21:34,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:21:34,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:21:34,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:21:34,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:21:34,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:21:34,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:27:51,618 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 21:27:51,661 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 21:27:51 CST 2015]; root of context hierarchy +2015-07-22 21:27:51,714 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 21:27:51,884 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 21:27:51,886 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 21:27:51,991 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 21:27:52,168 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 21:27:52,178 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 21:27:52,191 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d2d710: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 21:27:52,328 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 21:27:52,400 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 21:27:52,410 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 21:27:52,413 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 21:27:52,421 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 21:27:52,424 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 21:27:52,606 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 21:27:52,676 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 21:27:52,716 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 21:27:52,749 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 21:27:52,792 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 21:27:52,792 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 21:27:52,797 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 21:27:52,798 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 21:27:52,801 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 21:27:52,801 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 21:27:52,805 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 21:27:52,872 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 21:27:53,136 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 21:27:53,137 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 21:27:53,154 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 21:27:53,158 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 21:27:53,159 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 21:27:53,159 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 21:27:53,159 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 21:27:53,159 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 21:27:53,159 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 21:27:53,159 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 21:27:53,160 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 21:27:53,162 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 21:27:53,162 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 21:27:53,162 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 21:27:53,162 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 21:27:53,162 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 21:27:53,163 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 21:27:53,163 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 21:27:53,163 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 21:27:53,166 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 21:27:53,166 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 21:27:53,166 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 21:27:53,166 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 21:27:53,167 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 21:27:53,205 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 21:27:53,417 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 21:27:53,423 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 21:27:53,423 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 21:27:53,436 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 21:27:53,458 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 21:27:53,458 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 21:27:53,458 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:27:53,459 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:27:53,479 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 21:27:53,480 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 21:27:53,480 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:27:53,480 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:27:53,492 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 21:27:53,492 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 21:27:53,492 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:27:53,492 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:27:53,492 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 21:27:53,522 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12bcedd] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 21:27:53,529 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1911 ms +2015-07-22 21:28:06,670 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:28:06,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:06,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:06,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:06,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:06,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:06,798 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:28:06,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:28:06,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:06,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:06,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:06,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:06,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:06,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:06,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:06,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:06,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:06,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:06,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,103 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 21:28:07,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,115 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:28:07,123 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:28:07,123 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,123 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:28:07,131 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,162 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:28:07,164 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:28:07,180 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:28:07,183 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:28:07,183 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:07,183 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 21:28:07,187 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:07,187 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1fa0419 +2015-07-22 21:28:07,188 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 21:28:07,188 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 21:28:07,189 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:28:07,190 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 21:28:07,190 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:07,191 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:07,191 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:28:07,191 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:28:07,192 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:28:07,193 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1fa0419} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@8bcbf0} + +2015-07-22 21:28:07,196 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,195 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 21:28:07,204 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:28:07,204 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:28:07,204 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@8bcbf0} + +2015-07-22 21:28:07,204 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,215 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:28:07,215 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,215 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 21:28:07,216 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,224 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:28:07,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:28:07,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 21:28:07,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:28:07,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 21:28:07,249 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:28:07,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:28:07,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,372 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:28:07,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,430 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:28:07,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,479 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:28:07,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:07,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,566 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:28:07,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:28:07,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:28:07,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:07,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:07,611 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 21:28:07,623 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:28:07,623 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,625 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:28:07,625 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:28:07,625 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:07,625 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:07,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 21:28:07,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:07,626 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:07,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 21:28:07,633 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:07,633 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:07,633 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 21:28:07,634 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:07,634 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:07,634 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:28:07,639 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:28:07,639 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:28:07,641 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@8bcbf0} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@8bcbf0} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@8bcbf0} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@8bcbf0} + +2015-07-22 21:28:07,642 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,642 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:07,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:07,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:28:07,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:07,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:07,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:07,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:07,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:07,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:07,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:08,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:08,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:08,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:08,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:08,533 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 21:28:08,536 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:28:08,536 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:08,536 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:28:08,537 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:28:08,537 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:08,537 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@a4b8a +2015-07-22 21:28:08,537 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 21:28:08,537 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:08,538 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:08,538 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:28:08,538 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:28:08,538 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:28:08,539 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@a4b8a} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@8bcbf0} + +2015-07-22 21:28:08,539 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:08,539 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:08,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:08,540 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:28:08,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:08,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:08,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:08,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:08,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:08,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:08,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:13,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:13,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:13,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:13,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:13,205 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:28:13,209 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 21:28:13,209 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:13,209 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:28:13,210 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 21:28:13,210 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:28:13,210 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:28:13,210 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@a4b8a +2015-07-22 21:28:13,210 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 21:28:13,212 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:28:13,212 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@a4b8a +2015-07-22 21:28:13,212 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 21:28:13,213 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 21:28:13,213 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@ae264c +2015-07-22 21:28:13,213 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 21:28:13,214 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:28:13,214 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 21:28:13,215 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:28:13,215 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:28:13,216 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 21:28:13,216 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:13,216 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:28:13,216 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 21:28:13,216 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:13,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:13,217 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:28:13,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:28:13,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:28:13,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:13,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:13,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:13,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:13,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:13,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:13,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:15,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:15,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:15,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:15,406 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 21:28:15,409 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:28:15,409 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:15,409 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@a4b8a +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:15,410 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:28:15,411 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:28:15,411 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:28:15,411 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@a4b8a} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@8bcbf0} + +2015-07-22 21:28:15,411 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:15,411 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:15,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:15,412 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:28:15,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:15,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:15,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:15,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:15,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:15,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:15,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:15,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:15,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:15,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:15,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:15,470 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 21:28:15,474 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:28:15,474 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:15,474 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:28:15,474 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:28:15,474 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@1fa0419 +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@8bcbf0 +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:28:15,475 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:28:15,476 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1fa0419} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@8bcbf0} + +2015-07-22 21:28:15,476 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:15,476 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:28:15,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:15,476 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:28:15,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:15,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:15,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:15,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:15,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:15,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:15,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:26,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:28:26,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:28:26,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:28:26,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:28:26,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:28:26,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:28:26,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:28:26,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:28:26,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:28:26,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:28:26,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:28:26,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:28:26,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:28:26,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:28:26,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:29:40,906 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 21:29:40,935 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 21:29:40 CST 2015]; root of context hierarchy +2015-07-22 21:29:40,986 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 21:29:41,173 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 21:29:41,177 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 21:29:41,314 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 21:29:41,499 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 21:29:41,506 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 21:29:41,518 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1092ae7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 21:29:41,874 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 21:29:41,943 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 21:29:41,965 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 21:29:41,968 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 21:29:41,971 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 21:29:41,974 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 21:29:42,176 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 21:29:42,236 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 21:29:42,271 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 21:29:42,344 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 21:29:42,380 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 21:29:42,380 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 21:29:42,382 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 21:29:42,382 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 21:29:42,385 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 21:29:42,386 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 21:29:42,390 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 21:29:42,436 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 21:29:42,659 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 21:29:42,659 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 21:29:42,675 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 21:29:42,678 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 21:29:42,679 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 21:29:42,679 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 21:29:42,680 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 21:29:42,680 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 21:29:42,680 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 21:29:42,680 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 21:29:42,680 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 21:29:42,680 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 21:29:42,681 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 21:29:42,681 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 21:29:42,681 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 21:29:42,681 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 21:29:42,681 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 21:29:42,681 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 21:29:42,682 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 21:29:42,682 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 21:29:42,682 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 21:29:42,683 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 21:29:42,683 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 21:29:42,683 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 21:29:42,683 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 21:29:42,683 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 21:29:42,686 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 21:29:42,686 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 21:29:42,686 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 21:29:42,686 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 21:29:42,686 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 21:29:42,721 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 21:29:42,877 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 21:29:42,881 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 21:29:42,881 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 21:29:42,894 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 21:29:42,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 21:29:42,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 21:29:42,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:29:42,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:29:42,975 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 21:29:42,975 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 21:29:43,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:29:43,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:29:43,017 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 21:29:43,017 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 21:29:43,017 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:29:43,018 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:29:43,019 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 21:29:43,050 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d407e8] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 21:29:43,056 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2149 ms +2015-07-22 21:30:22,830 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:30:22,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:22,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:22,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:22,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:22,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:22,935 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:30:22,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:30:22,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:22,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:22,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:22,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:22,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:22,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:22,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:23,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:23,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:23,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:23,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:23,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:23,254 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 21:30:23,267 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:30:23,267 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:23,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:23,315 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:30:23,327 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:30:23,328 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,335 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:30:23,340 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:30:23,356 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:30:23,357 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:30:23,359 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,359 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 21:30:23,361 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1b2061e +2015-07-22 21:30:23,361 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,364 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 21:30:23,362 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 21:30:23,367 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:30:23,368 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,368 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,369 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 21:30:23,370 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:30:23,370 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:30:23,372 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:30:23,372 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1b2061e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d747e8} + +2015-07-22 21:30:23,378 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,376 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 21:30:23,401 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:23,409 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:23,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:23,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:23,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:23,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:23,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:23,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,440 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:30:23,440 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:30:23,440 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@d747e8} + +2015-07-22 21:30:23,441 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,441 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:30:23,441 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 21:30:23,441 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:23,447 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:30:23,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:30:23,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:23,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:23,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:30:23,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:23,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:23,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:23,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:23,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:23,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:23,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:23,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:23,466 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:23,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:23,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:23,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:23,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:23,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:23,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:23,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:23,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:23,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:23,591 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 21:30:23,596 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:30:23,618 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,618 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:30:23,618 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:30:23,619 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,619 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 21:30:23,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,628 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 21:30:23,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,628 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 21:30:23,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,630 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,630 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:30:23,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:30:23,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:30:23,633 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@d747e8} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d747e8} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@d747e8} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@d747e8} + +2015-07-22 21:30:23,633 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,633 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:23,634 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:30:23,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:23,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:23,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:23,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:23,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:23,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:23,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:23,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:23,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:23,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:23,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:23,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:23,892 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:30:23,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:23,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:23,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:30:23,895 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 21:30:23,898 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:30:23,899 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,899 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:30:23,899 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:30:23,899 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,899 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1cbd7d9 +2015-07-22 21:30:23,899 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 21:30:23,900 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:23,900 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:23,900 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:30:23,900 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:30:23,900 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:30:23,901 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1cbd7d9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d747e8} + +2015-07-22 21:30:23,901 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,902 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:23,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 21:30:23,902 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:30:23,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:30:23,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 21:30:23,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:23,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:23,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:23,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:23,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:23,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:23,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:23,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:23,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:23,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:23,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:30,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:30,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:30,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:30,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:30,253 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 21:30:30,271 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:30:30,271 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:30,271 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:30:30,271 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:30:30,271 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1cbd7d9 +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:30:30,272 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:30:30,273 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1cbd7d9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d747e8} + +2015-07-22 21:30:30,273 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:30,273 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:30,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:30,273 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:30:30,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:30,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:30,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:30,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:30,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:30,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:30,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:30,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:30,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:30,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:30,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:30,306 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 21:30:30,309 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:30:30,309 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:30,309 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:30:30,310 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:30:30,310 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:30,310 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@1b2061e +2015-07-22 21:30:30,310 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 21:30:30,310 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:30:30,311 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d747e8 +2015-07-22 21:30:30,311 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:30:30,312 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:30:30,312 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:30:30,313 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1b2061e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d747e8} + +2015-07-22 21:30:30,313 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:30,313 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:30,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:30,313 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:30:30,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:30,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:30,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:30,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:30,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:30,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:30,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,597 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:30:32,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,607 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:30:32,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:30:32,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,649 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:32,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,683 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:32,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:32,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,752 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:32,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,785 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:30:32,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:32,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:32,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:32,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:32,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:32,813 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:30:32,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:32,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:32,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:32,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:32,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:32,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:32,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:33,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:33,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:33,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:33,053 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:30:33,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:30:33,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:30:33,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:33,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:33,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:33,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:33,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:33,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:33,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:33,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:33,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:33,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:33,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:33,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:33,174 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:30:33,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:33,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:33,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:33,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:33,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:33,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:33,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:35,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:35,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:35,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:35,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:35,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:35,473 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:30:35,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:35,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:35,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:35,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:35,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:35,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:35,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:35,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:35,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:35,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:35,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:35,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:35,485 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:30:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:35,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:35,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:35,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:35,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:35,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:35,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:35,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:30:35,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:30:35,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:30:35,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:30:35,732 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:30:35,736 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 21:30:35,736 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:35,736 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:30:35,737 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 21:30:35,737 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:30:35,737 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:30:35,738 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1cbd7d9 +2015-07-22 21:30:35,738 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 21:30:35,739 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:30:35,739 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1cbd7d9 +2015-07-22 21:30:35,740 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 21:30:35,741 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 21:30:35,741 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@52f878 +2015-07-22 21:30:35,741 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 21:30:35,741 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:30:35,741 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 21:30:35,742 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:30:35,742 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:30:35,742 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 21:30:35,742 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:35,743 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:30:35,743 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 21:30:35,743 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:30:35,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:30:35,744 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:30:35,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:30:35,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:30:35,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:30:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:30:35,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:30:35,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:30:35,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:30:35,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:30:35,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,887 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:32:58,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:58,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:58,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:58,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:58,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:58,898 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:32:58,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:32:58,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:58,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:58,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:58,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:58,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:58,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:58,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:58,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:58,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:58,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:58,952 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:32:58,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:58,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:58,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:58,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:58,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:58,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:58,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:58,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:58,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:58,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:58,978 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:32:58,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:58,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:58,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:58,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:58,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:58,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:58,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:58,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:59,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:59,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:59,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:59,007 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:32:59,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:59,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:59,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:59,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:59,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:59,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:59,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:59,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:59,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:59,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:59,036 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:32:59,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:59,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:59,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:59,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:59,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:59,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:59,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:59,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:59,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:59,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:59,072 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:32:59,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:59,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:59,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:59,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:59,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:59,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:59,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:59,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:59,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:59,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:59,102 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:32:59,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:59,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:59,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:59,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:59,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:59,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:59,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:59,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:59,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:59,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:59,213 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:32:59,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:59,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:59,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:59,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:59,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:59,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:32:59,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:32:59,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:32:59,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:32:59,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:32:59,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:32:59,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:32:59,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:32:59,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:32:59,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:32:59,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:32:59,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:32:59,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:32:59,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:32:59,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:33:01,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:33:01,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:33:01,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:33:01,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:33:01,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:33:01,442 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:33:01,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:33:01,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:33:01,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:33:01,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:33:01,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:33:01,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:33:01,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:33:01,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:33:01,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:33:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:33:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:33:01,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:33:01,471 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:33:01,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:33:01,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:33:01,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:33:01,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:33:01,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:33:01,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:33:01,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:33:03,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:33:03,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:33:03,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:33:03,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:33:03,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:33:03,076 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:33:03,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:33:03,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:33:03,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:33:03,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:33:03,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:33:03,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:33:03,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:33:03,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:33:03,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:34:53,613 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 21:34:53,649 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 21:34:53 CST 2015]; root of context hierarchy +2015-07-22 21:34:53,700 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 21:34:53,853 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 21:34:53,857 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 21:34:53,974 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 21:34:54,153 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 21:34:54,161 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 21:34:54,173 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1493b76: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 21:34:54,311 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 21:34:54,373 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 21:34:54,388 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 21:34:54,391 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 21:34:54,394 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 21:34:54,396 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 21:34:54,576 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 21:34:54,641 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 21:34:54,690 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 21:34:54,721 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 21:34:54,768 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 21:34:54,769 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 21:34:54,773 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 21:34:54,774 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 21:34:54,777 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 21:34:54,778 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 21:34:54,782 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 21:34:54,825 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 21:34:55,073 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 21:34:55,073 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 21:34:55,091 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 21:34:55,095 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 21:34:55,096 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 21:34:55,096 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 21:34:55,097 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 21:34:55,097 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 21:34:55,097 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 21:34:55,097 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 21:34:55,098 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 21:34:55,098 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 21:34:55,098 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 21:34:55,099 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 21:34:55,099 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 21:34:55,099 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 21:34:55,099 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 21:34:55,099 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 21:34:55,100 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 21:34:55,101 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 21:34:55,101 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 21:34:55,101 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 21:34:55,101 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 21:34:55,101 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 21:34:55,102 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 21:34:55,102 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 21:34:55,105 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 21:34:55,106 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 21:34:55,106 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 21:34:55,106 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 21:34:55,107 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 21:34:55,146 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 21:34:55,362 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 21:34:55,367 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 21:34:55,367 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 21:34:55,381 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 21:34:55,401 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 21:34:55,402 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 21:34:55,402 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:34:55,402 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:34:55,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 21:34:55,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 21:34:55,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:34:55,423 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:34:55,433 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 21:34:55,433 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 21:34:55,433 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:34:55,433 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:34:55,433 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 21:34:55,461 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@6fd01f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 21:34:55,469 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1855 ms +2015-07-22 21:35:05,731 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:35:05,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:05,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:05,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:05,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:05,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:05,885 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:35:05,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:35:05,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:05,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:05,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:05,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:05,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:05,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:05,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:05,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:05,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:05,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:05,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:06,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:06,183 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 21:35:06,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:06,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,196 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:35:06,207 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:35:06,207 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,221 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:35:06,240 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,290 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:35:06,297 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:35:06,315 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:35:06,317 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 21:35:06,319 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:06,319 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 21:35:06,321 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:35:06,322 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 21:35:06,327 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 21:35:06,332 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:35:06,335 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:06,359 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@9db6b8 +2015-07-22 21:35:06,362 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 21:35:06,362 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:35:06,362 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:35:06,362 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:06,362 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:06,363 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:35:06,364 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:35:06,363 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@116c5ce} + +2015-07-22 21:35:06,364 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,364 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:35:06,389 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@9db6b8} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@116c5ce} + +2015-07-22 21:35:06,389 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,408 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,408 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:35:06,428 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 21:35:06,428 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:06,432 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:35:06,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 21:35:06,434 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:35:06,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 21:35:06,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:35:06,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-22 21:35:06,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:35:06,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:06,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:06,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:06,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:06,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:06,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:06,510 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:35:06,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:06,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:06,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:06,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:06,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:06,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:06,532 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:35:06,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:06,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:06,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:06,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:06,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:06,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:06,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:35:06,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:06,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:06,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:06,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:06,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:06,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:06,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:35:06,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:35:06,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:06,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:35:06,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:06,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:06,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:06,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:06,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:06,712 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 21:35:06,718 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:35:06,718 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,718 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:35:06,719 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:35:06,719 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:06,719 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:06,725 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 21:35:06,725 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:06,725 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:06,725 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 21:35:06,725 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:06,725 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:06,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 21:35:06,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:06,728 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:06,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:35:06,728 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:35:06,728 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:35:06,729 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@116c5ce} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@116c5ce} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@116c5ce} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@116c5ce} + +2015-07-22 21:35:06,729 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,729 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:06,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:06,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:35:06,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:06,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:06,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:06,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:06,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:06,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:06,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:07,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:07,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:07,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:07,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:07,786 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1313429 +2015-07-22 21:35:07,789 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 21:35:07,790 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:07,790 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:07,790 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:35:07,790 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:35:07,790 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:35:07,791 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1313429} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@116c5ce} + +2015-07-22 21:35:07,792 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:07,792 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:07,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:07,792 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:35:07,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:07,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:07,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:07,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:07,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:07,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:07,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:14,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:14,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:14,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:14,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:14,843 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 21:35:14,846 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:35:14,847 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1313429 +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:14,848 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:35:14,849 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:35:14,849 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:35:14,849 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1313429} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@116c5ce} + +2015-07-22 21:35:14,849 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:14,850 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:14,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:14,850 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:35:14,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:14,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:14,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:14,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:14,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:14,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:14,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:14,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:35:14,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:35:14,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:35:14,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:35:14,877 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 21:35:14,881 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:35:14,881 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:14,882 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:35:14,882 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@9db6b8 +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@116c5ce +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:35:14,883 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:35:14,884 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@9db6b8} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@116c5ce} + +2015-07-22 21:35:14,884 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:14,884 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:35:14,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:35:14,885 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:35:14,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:35:14,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:35:14,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:35:14,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:35:14,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:35:14,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:35:14,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:36:00,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:36:00,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:36:00,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:36:00,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:36:00,933 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 21:36:00,936 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 21:36:00,936 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:36:00,936 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:36:00,936 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-22 21:36:00,936 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-22 21:36:00,937 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 21:36:00,937 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@175a878 +2015-07-22 21:36:00,937 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-22 21:36:00,937 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:36:00,938 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 21:36:00,938 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-22 21:36:00,938 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:36:00,938 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 21:36:00,939 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:36:00,939 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 21:36:00,939 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-22 21:36:00,939 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:36:00,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:36:00,940 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-22 21:36:00,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:36:00,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:36:00,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:36:00,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:36:00,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:36:00,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:36:00,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:36:00,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:36:00,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:36:01,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:36:01,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:36:01,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:36:01,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:36:01,347 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:36:01,352 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 21:36:01,352 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:36:01,352 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:36:01,352 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 21:36:01,353 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:36:01,353 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:36:01,354 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1313429 +2015-07-22 21:36:01,354 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 21:36:01,356 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1313429 +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@175a878 +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:36:01,357 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 21:36:01,358 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:36:01,358 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:36:01,358 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 21:36:01,358 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:36:01,359 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 21:36:01,359 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 21:36:01,359 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:36:01,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:36:01,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:36:01,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:36:01,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:36:01,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:36:01,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:36:01,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:36:01,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:36:01,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:36:01,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:36:01,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:37:04,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:37:04,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:37:05,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:37:05,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:37:05,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:37:05,001 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 21:37:05,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:37:05,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:37:05,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:37:05,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:37:05,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:37:05,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:37:05,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:37:05,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:37:05,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,436 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:40:13,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,450 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:40:13,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:40:13,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,541 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:40:13,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,608 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:40:13,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,666 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:40:13,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,738 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:40:13,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:40:13,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:40:13,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:40:13,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,814 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:40:13,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,890 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:40:13,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:13,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:13,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:13,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:13,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:13,918 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:40:13,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:13,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:13,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:13,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:13,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:13,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:13,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:14,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:14,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:14,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:14,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:14,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:14,214 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:40:14,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:14,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:14,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:14,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:14,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:14,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:14,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:14,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:40:14,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:40:14,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:40:14,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:14,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:14,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:14,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:14,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:14,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:14,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:15,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:15,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:15,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:15,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:15,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:16,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:16,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:16,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:16,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:16,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:16,276 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:40:16,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:16,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:16,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:16,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:16,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:16,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:16,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:16,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:40:16,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:40:16,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:40:16,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:40:16,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:40:16,368 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:40:16,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:40:16,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:40:16,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:40:16,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:40:16,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:40:16,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:40:16,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:41:51,202 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 21:41:51,234 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 21:41:51 CST 2015]; root of context hierarchy +2015-07-22 21:41:51,288 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 21:41:51,470 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 21:41:51,472 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 21:41:51,566 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 21:41:51,712 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 21:41:51,717 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 21:41:51,728 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c0f889: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 21:41:51,865 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 21:41:51,915 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 21:41:51,923 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 21:41:51,931 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 21:41:51,934 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 21:41:51,938 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 21:41:52,134 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 21:41:52,191 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 21:41:52,234 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 21:41:52,265 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 21:41:52,306 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 21:41:52,318 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 21:41:52,321 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 21:41:52,321 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 21:41:52,324 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 21:41:52,325 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 21:41:52,330 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 21:41:52,377 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 21:41:52,610 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 21:41:52,610 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 21:41:52,627 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 21:41:52,630 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 21:41:52,631 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 21:41:52,631 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 21:41:52,632 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 21:41:52,632 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 21:41:52,632 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 21:41:52,632 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 21:41:52,632 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 21:41:52,632 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 21:41:52,633 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 21:41:52,633 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 21:41:52,633 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 21:41:52,633 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 21:41:52,633 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 21:41:52,633 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 21:41:52,634 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 21:41:52,635 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 21:41:52,637 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 21:41:52,638 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 21:41:52,638 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 21:41:52,638 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 21:41:52,638 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 21:41:52,677 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 21:41:52,910 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 21:41:52,916 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 21:41:52,916 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 21:41:52,930 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 21:41:52,976 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 21:41:52,976 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 21:41:52,976 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:41:52,976 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:41:52,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 21:41:52,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 21:41:52,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:41:52,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:41:53,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 21:41:53,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 21:41:53,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 21:41:53,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 21:41:53,006 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 21:41:53,034 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c08f80] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 21:41:53,040 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1838 ms +2015-07-22 21:42:08,032 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 21:42:08,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:08,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:08,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:08,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:08,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:08,247 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 21:42:08,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 21:42:08,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:08,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:08,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:08,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:08,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:08,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:08,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:08,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:08,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:08,571 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 21:42:08,587 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:42:08,589 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,633 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:42:08,653 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:42:08,655 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:08,656 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@37447c +2015-07-22 21:42:08,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:08,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:08,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:08,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:08,692 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:42:08,697 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:42:08,698 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,699 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 21:42:08,700 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:42:08,700 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 21:42:08,700 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:08,703 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 21:42:08,705 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 21:42:08,706 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 21:42:08,711 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 21:42:08,719 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 21:42:08,720 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 21:42:08,721 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1bba9e5} + +2015-07-22 21:42:08,721 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,703 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 21:42:08,751 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:08,751 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:08,751 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:42:08,751 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:42:08,752 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:42:08,753 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@37447c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1bba9e5} + +2015-07-22 21:42:08,753 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,756 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:08,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:42:08,743 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 21:42:08,765 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 21:42:08,765 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 21:42:08,773 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:42:08,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 21:42:08,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:08,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:42:08,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:42:08,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:08,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:08,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:08,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:08,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:08,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:08,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:08,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:08,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:08,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:08,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:08,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:08,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:08,873 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 21:42:08,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:08,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:08,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:08,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:08,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:08,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:08,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:08,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:08,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:08,969 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 21:42:08,976 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:42:08,976 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,977 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:42:08,977 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:42:08,977 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:08,977 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:08,977 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 21:42:08,978 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:08,979 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:08,979 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:42:08,979 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:42:08,979 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:42:08,981 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1bba9e5} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1bba9e5} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1bba9e5} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1bba9e5} + +2015-07-22 21:42:08,981 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,981 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:08,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:08,982 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 21:42:08,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:08,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:08,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:08,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:08,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:08,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:08,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:09,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:09,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:09,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:09,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:09,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:09,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 21:42:09,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 21:42:09,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 21:42:09,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:09,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:09,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:09,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:09,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:09,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:09,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:09,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:09,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:09,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:09,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:09,810 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 21:42:09,812 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:42:09,817 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:09,819 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:42:09,819 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:42:09,819 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:09,819 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1ae7b08 +2015-07-22 21:42:09,821 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 21:42:09,822 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:09,822 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:09,822 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:42:09,822 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:42:09,823 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:42:09,824 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1ae7b08} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1bba9e5} + +2015-07-22 21:42:09,824 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:09,824 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:09,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:09,825 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 21:42:09,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:09,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:09,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:09,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:09,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:09,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:09,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:15,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:15,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:15,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:15,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:15,602 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1ae7b08 +2015-07-22 21:42:15,606 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1ae7b08} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1bba9e5} + +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:15,607 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:15,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:15,608 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 21:42:15,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:15,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:15,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:15,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:15,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:15,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:15,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:15,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 21:42:15,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 21:42:15,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 21:42:15,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 21:42:15,625 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 21:42:15,628 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 21:42:15,628 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:15,628 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 21:42:15,628 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 21:42:15,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:15,629 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@37447c +2015-07-22 21:42:15,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 21:42:15,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 21:42:15,629 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1bba9e5 +2015-07-22 21:42:15,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 21:42:15,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 21:42:15,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 21:42:15,630 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@37447c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1bba9e5} + +2015-07-22 21:42:15,631 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:15,631 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 21:42:15,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 21:42:15,631 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 21:42:15,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 21:42:15,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 21:42:15,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 21:42:15,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 21:42:15,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 21:42:15,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 21:42:15,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:18,371 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 22:22:18,406 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 22:22:18 CST 2015]; root of context hierarchy +2015-07-22 22:22:18,450 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 22:22:18,624 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 22:22:18,629 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 22:22:18,726 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 22:22:18,886 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 22:22:18,891 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 22:22:18,913 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@eeaeb2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 22:22:19,038 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 22:22:19,095 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 22:22:19,103 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 22:22:19,119 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 22:22:19,121 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 22:22:19,125 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 22:22:19,330 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 22:22:19,397 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 22:22:19,437 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 22:22:19,471 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 22:22:19,503 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 22:22:19,503 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 22:22:19,506 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 22:22:19,506 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 22:22:19,509 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 22:22:19,510 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 22:22:19,514 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 22:22:19,568 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 22:22:19,808 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 22:22:19,808 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 22:22:19,824 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 22:22:19,827 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 22:22:19,828 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 22:22:19,828 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 22:22:19,828 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 22:22:19,829 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 22:22:19,829 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 22:22:19,829 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 22:22:19,829 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 22:22:19,829 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 22:22:19,831 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 22:22:19,831 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 22:22:19,831 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 22:22:19,831 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 22:22:19,831 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 22:22:19,831 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 22:22:19,832 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 22:22:19,832 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 22:22:19,833 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 22:22:19,833 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 22:22:19,833 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 22:22:19,833 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 22:22:19,833 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 22:22:19,833 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 22:22:19,836 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 22:22:19,836 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 22:22:19,836 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 22:22:19,836 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 22:22:19,836 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 22:22:19,878 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 22:22:20,079 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 22:22:20,085 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 22:22:20,085 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 22:22:20,101 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 22:22:20,125 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 22:22:20,125 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 22:22:20,126 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 22:22:20,126 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 22:22:20,138 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 22:22:20,138 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 22:22:20,138 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 22:22:20,139 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 22:22:20,148 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 22:22:20,148 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 22:22:20,148 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 22:22:20,148 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 22:22:20,149 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 22:22:20,175 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16c82b1] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 22:22:20,181 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1809 ms +2015-07-22 22:22:59,117 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 22:22:59,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,254 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 22:22:59,455 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 22:22:59,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 22:22:59,471 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 22:22:59,471 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:22:59,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,508 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 22:22:59,532 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 22:22:59,535 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 22:22:59,536 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:22:59,537 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 22:22:59,538 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 22:22:59,539 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 22:22:59,545 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 22:22:59,549 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 22:22:59,550 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 22:22:59,550 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-22 22:22:59,551 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:22:59,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,571 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 22:22:59,584 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 22:22:59,584 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:22:59,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,608 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 22:22:59,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:22:59,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:22:59,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,621 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 22:22:59,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,626 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 22:22:59,626 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:22:59,628 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 22:22:59,629 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 22:22:59,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:22:59,629 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@a91025 +2015-07-22 22:22:59,630 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 22:22:59,630 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:22:59,630 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:22:59,630 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 22:22:59,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 22:22:59,631 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 22:22:59,634 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@a91025} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-22 22:22:59,635 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:22:59,638 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:22:59,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,639 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,718 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 22:22:59,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:22:59,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:22:59,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,774 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,823 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,855 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,899 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,927 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,967 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:22:59,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:22:59,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:22:59,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:22:59,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:22:59,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:22:59,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:22:59,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:22:59,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:22:59,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:22:59,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:22:59,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:22:59,995 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,067 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,079 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 22:23:00,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:00,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:00,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,128 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,148 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,185 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,222 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,253 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,297 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 22:23:00,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:00,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:00,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:00,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:00,349 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 22:23:00,356 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 22:23:00,356 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:00,357 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 22:23:00,358 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 22:23:00,358 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:00,360 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:00,365 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 22:23:00,366 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:00,366 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:00,366 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 22:23:00,366 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 22:23:00,366 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 22:23:00,367 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@19f0c8a} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@19f0c8a} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@19f0c8a} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-22 22:23:00,367 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:00,368 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:00,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:00,368 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 22:23:00,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:00,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:00,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:00,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:00,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:00,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:00,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:01,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:01,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:01,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:01,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:01,191 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 22:23:01,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:01,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:01,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:01,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:01,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:01,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:01,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:01,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:01,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:01,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:01,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:01,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:01,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:01,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:01,258 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 22:23:01,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:01,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:01,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:01,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:01,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:01,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:01,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:01,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:01,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:02,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:02,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:02,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:02,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:02,290 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 22:23:02,293 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 22:23:02,293 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:02,293 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 22:23:02,293 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 22:23:02,293 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:02,294 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@78f607 +2015-07-22 22:23:02,294 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 22:23:02,294 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:02,295 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:02,295 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 22:23:02,295 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 22:23:02,295 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 22:23:02,296 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@78f607} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-22 22:23:02,296 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:02,296 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:02,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:02,297 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 22:23:02,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:02,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:02,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:02,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:02,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:02,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:02,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:06,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:06,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:06,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:06,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:06,326 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 22:23:06,330 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 22:23:06,331 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:06,332 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 22:23:06,332 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 22:23:06,332 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 22:23:06,332 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 22:23:06,333 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@78f607 +2015-07-22 22:23:06,333 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 22:23:06,333 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 22:23:06,333 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@78f607 +2015-07-22 22:23:06,334 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 22:23:06,334 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 22:23:06,334 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@15bff08 +2015-07-22 22:23:06,334 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 22:23:06,334 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 22:23:06,335 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 22:23:06,335 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 22:23:06,335 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 22:23:06,336 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 22:23:06,336 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:06,337 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 22:23:06,337 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 22:23:06,337 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:06,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:06,337 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 22:23:06,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:06,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:06,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:06,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:06,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:06,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:06,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:06,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:06,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:11,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:11,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:11,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:11,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:11,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:11,476 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 22:23:11,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:11,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:11,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:11,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:11,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:11,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:11,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:11,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:11,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:12,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:12,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:12,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:12,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:12,489 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 22:23:12,492 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 22:23:12,492 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:12,492 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@78f607 +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 22:23:12,493 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 22:23:12,494 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@78f607} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-22 22:23:12,494 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:12,494 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:12,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:12,494 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 22:23:12,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:12,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:12,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:12,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:12,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:12,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:12,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:12,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:12,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:12,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:12,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:12,518 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 22:23:12,520 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@a91025 +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-22 22:23:12,521 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 22:23:12,522 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 22:23:12,522 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 22:23:12,522 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@a91025} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-22 22:23:12,522 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:12,522 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:12,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:12,523 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 22:23:12,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:12,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:12,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:12,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:12,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:12,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:12,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:16,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:16,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:16,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:16,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:16,813 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 22:23:16,816 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 22:23:16,816 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@15bff08 +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 22:23:16,817 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 22:23:16,818 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 22:23:16,818 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 22:23:16,818 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:16,818 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 22:23:16,818 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-22 22:23:16,820 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:16,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:16,821 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 22:23:16,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:16,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:16,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:16,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:16,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:16,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:16,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:16,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:16,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:21,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:21,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:21,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:21,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:21,154 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 22:23:21,156 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 22:23:21,157 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:21,157 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 22:23:21,157 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-22 22:23:21,157 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@15bff08 +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-22 22:23:21,158 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 22:23:21,159 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 22:23:21,159 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:21,159 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 22:23:21,159 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-22 22:23:21,159 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 22:23:21,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:21,159 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-22 22:23:21,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:21,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:21,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:21,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:21,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:21,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:21,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:21,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:21,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:21,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:23:21,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:23:21,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:23:21,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:23:21,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:23:21,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 22:23:21,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:23:21,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:23:21,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:23:21,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:23:21,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:23:21,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:23:21,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:23:21,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:23:21,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:26:16,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:26:16,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:26:17,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:26:17,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:26:17,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:26:17,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 22:26:17,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:26:17,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:26:17,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:26:17,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:26:17,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:26:17,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:26:17,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:26:17,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:26:17,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:26:22,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 22:26:22,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 22:26:22,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 22:26:22,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 22:26:22,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 22:26:22,190 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 22:26:22,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 22:26:22,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 22:26:22,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 22:26:22,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 22:26:22,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 22:26:22,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 22:26:22,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 22:26:22,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 22:26:22,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:49,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:49,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:49,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:49,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:49,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:49,143 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:13:49,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:49,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:49,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:49,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:49,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:49,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:49,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:49,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:49,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:50,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:50,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:50,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:50,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:50,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:50,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:50,220 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-23 09:13:50,223 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-23 09:13:50,223 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-23 09:13:50,224 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-23 09:13:50,224 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-23 09:13:50,224 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-23 09:13:50,224 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@19f0c8a +2015-07-23 09:13:50,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-23 09:13:50,225 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-23 09:13:50,225 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-23 09:13:50,225 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@19f0c8a} + +2015-07-23 09:13:50,225 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-23 09:13:50,225 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-23 09:13:50,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:50,225 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:13:50,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:50,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:50,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:13:50,230 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:13:50,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:13:50,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:50,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:50,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:50,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:50,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:50,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:50,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:50,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:50,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:50,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:50,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:50,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:50,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:50,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:50,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:52,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:52,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:52,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:52,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:52,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:52,412 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:13:52,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:52,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:52,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:52,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:52,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:52,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:52,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:52,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:52,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:52,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:52,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:52,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:52,426 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:13:52,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:52,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:52,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:52,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:52,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:52,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:52,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:52,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:52,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:54,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:54,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:54,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:54,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:54,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:54,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:54,139 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:13:54,139 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:13:54,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:54,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:13:54,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:54,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:54,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:54,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:54,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:54,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:54,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:54,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:54,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:54,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:54,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:54,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:54,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:54,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:57,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:57,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:57,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:57,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:57,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:57,641 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-23 09:13:57,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:57,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:57,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:57,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:57,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:57,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:57,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:57,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:57,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:58,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:58,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:58,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:58,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:58,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:58,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:13:58,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:58,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:58,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:58,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:58,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:58,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:58,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:58,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:58,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:59,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:59,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:59,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:13:59,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:13:59,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:59,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:59,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:13:59,451 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:13:59,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:13:59,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:13:59,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:13:59,485 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:13:59,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:13:59,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:59,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:59,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:59,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:59,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:59,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:59,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:13:59,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:13:59,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:13:59,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:13:59,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:13:59,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:13:59,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:13:59,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:13:59,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:01,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:01,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:01,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:01,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:01,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:01,885 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-23 09:14:01,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:01,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:01,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:01,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:01,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:01,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:01,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:01,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:01,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:02,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:02,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:02,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:02,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:02,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:02,374 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:02,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:02,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:02,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:02,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:02,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:02,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:02,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:02,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:02,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:03,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:03,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:03,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:03,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:03,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:03,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:03,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:03,276 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:03,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:03,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:03,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:03,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:03,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:03,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:03,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:03,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:03,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:03,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:03,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:03,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:03,285 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:03,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:03,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:03,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:03,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:03,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:03,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:03,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:05,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:05,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:05,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:05,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:05,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:05,804 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-23 09:14:05,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:05,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:05,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:05,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:05,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:05,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:05,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:05,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:05,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:06,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:06,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:06,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:06,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:06,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:06,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:06,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:06,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:06,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:06,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:06,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:06,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:06,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:06,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:06,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:07,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:07,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:07,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:07,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:07,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:07,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:07,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:07,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:07,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:07,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:07,707 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:07,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:07,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:07,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:07,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:07,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:07,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:07,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:07,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:07,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:07,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:07,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:07,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:07,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:07,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:07,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:07,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:07,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:10,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:10,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:10,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:10,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:10,541 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-23 09:14:10,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:10,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:10,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:10,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:10,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:10,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:10,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:10,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:10,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:11,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:11,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:11,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:11,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:11,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:11,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:11,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:11,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:11,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:11,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:11,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:11,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:11,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:11,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:11,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:12,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:12,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:12,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:12,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:12,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:12,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:12,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:12,344 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:12,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:12,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:12,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:12,349 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:12,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:12,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:12,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:12,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:12,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:12,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:12,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:12,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:12,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:12,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:12,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:12,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:12,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:12,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:12,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:12,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:14,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:14,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:14,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:14,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:14,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:14,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:14,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:14,353 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:14,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:14,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:14,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:14,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:14,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:14,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:14,356 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:14,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:14,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:14,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:14,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-23 09:14:14,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:14,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:14,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:14,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:14,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:14,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:14,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:14,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:14,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:16,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:16,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:16,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:16,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:16,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:16,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:16,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:16,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:16,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:16,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:16,363 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:16,362 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:16,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:16,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:16,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:16,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:16,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:16,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:16,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:16,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:16,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:16,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:16,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:16,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:16,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:16,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:16,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:16,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:18,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:18,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:18,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:18,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:18,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:18,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:18,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:18,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:18,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:18,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:18,309 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:18,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:18,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:18,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:18,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:18,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:18,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:18,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:18,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:18,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:18,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:18,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:18,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:18,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:18,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:18,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:18,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:18,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:20,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:20,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:20,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:20,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:20,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:20,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:20,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:20,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:20,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:20,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:20,342 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:20,343 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:20,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:20,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:20,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:20,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:20,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:20,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:20,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:20,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:20,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:20,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:20,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:20,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:20,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:20,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:20,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:20,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:22,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:22,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:22,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:22,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:22,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:22,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:22,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:22,372 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:22,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:22,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:22,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:22,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:22,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:22,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:22,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:22,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:22,376 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:22,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:22,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:22,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:22,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:22,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:22,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:22,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:22,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:22,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:22,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:22,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:24,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:24,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:24,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:24,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:24,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:24,509 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:24,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:24,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:24,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:24,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:24,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:24,523 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:24,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:24,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:24,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:24,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:24,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:24,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:24,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:24,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:24,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:24,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:24,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:24,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:24,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:24,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:24,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:24,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:27,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:27,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:27,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:27,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:27,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:27,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:27,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:27,149 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:27,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:27,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:27,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:27,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:27,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:27,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:27,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:27,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:27,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:27,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:27,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:27,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:27,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:27,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:27,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:27,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:27,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:27,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:27,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:27,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:28,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:28,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:28,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:28,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:28,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:28,756 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:28,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:28,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:28,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:28,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:28,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:28,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:28,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:28,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:28,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:28,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:28,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:28,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:28,791 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:28,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:28,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:28,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:28,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:28,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:28,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:28,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:28,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:28,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:30,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:30,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:30,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:30,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:30,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:30,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:30,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:30,869 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:30,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:30,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:30,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:30,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:30,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:30,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:30,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:30,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:30,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:30,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:30,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:30,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:30,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:30,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:30,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:30,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:30,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:30,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:30,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:30,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:34,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:34,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:34,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:34,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:34,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:34,599 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:34,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:34,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:34,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:34,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:34,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:34,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:34,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:34,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:34,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:35,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:35,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:35,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:35,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:35,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:35,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:35,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:35,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:35,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:35,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:35,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:35,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:35,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:35,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:35,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:37,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:37,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:37,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:37,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:37,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:37,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:37,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:37,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:37,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:37,065 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:37,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:37,066 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:37,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:37,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:37,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:37,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:37,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:37,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:37,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:37,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:37,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:37,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:37,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:37,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:37,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:37,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:37,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:37,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:39,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:39,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:39,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:39,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:39,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:39,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:39,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:39,028 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:39,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:39,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:39,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:39,035 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:39,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:39,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:39,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:39,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:39,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:39,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:39,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:39,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:39,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:39,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:39,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:39,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:39,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:39,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:39,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:39,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:40,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:40,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:40,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:40,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:40,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:40,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:40,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:40,888 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:40,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:40,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:40,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:40,894 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:40,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:40,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:40,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:40,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:40,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:40,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:40,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:40,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:40,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:40,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:40,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:40,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:40,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:40,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:40,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:40,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:43,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:43,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:43,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:43,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:43,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:43,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:43,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:43,244 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:43,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:43,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:43,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:43,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:43,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:43,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:43,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:43,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:43,247 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:43,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:43,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:43,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:43,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:43,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:43,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:43,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:43,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:43,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:43,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:43,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:45,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:45,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:45,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:45,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:45,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:45,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:45,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:45,103 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:45,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:45,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:45,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:45,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:45,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:45,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:45,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:45,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:45,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:45,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:45,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:45,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:45,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:45,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:45,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:45,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:46,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:46,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:46,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:46,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:46,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:46,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:46,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:46,883 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:46,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:46,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:46,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:46,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:46,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:46,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:46,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:46,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:46,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:46,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:46,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:46,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:46,886 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:46,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:46,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:46,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:46,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:46,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:46,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:46,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:48,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:48,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:48,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:48,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:48,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:48,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:48,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:48,665 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:48,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:48,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:48,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:48,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:48,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:48,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:48,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:48,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:48,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:48,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:48,682 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:48,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:48,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:48,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:48,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:48,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:48,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:48,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:48,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:48,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:50,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:50,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:50,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:50,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:50,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:50,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:50,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:50,781 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:50,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:50,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:50,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:50,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:50,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:50,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:50,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:50,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:50,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:50,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:50,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:50,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:50,789 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:50,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:50,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:50,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:50,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:50,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:50,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:50,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:52,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:52,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:52,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:52,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:52,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:52,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:52,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:52,421 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:52,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:52,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:52,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:52,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:52,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:52,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:52,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:52,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:52,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:52,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:52,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:52,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:52,429 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:52,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:52,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:52,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:52,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:52,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:52,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:52,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:54,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:54,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:54,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:54,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:54,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:54,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:54,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:54,241 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:54,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:54,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:54,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:54,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:54,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:54,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:54,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:54,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:54,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:54,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:54,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:54,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:54,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:54,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:14:54,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:54,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:54,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:54,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:54,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:54,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:56,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:56,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:56,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:14:56,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:14:56,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:56,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:56,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:14:56,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:14:56,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:14:56,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:14:56,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:14:56,099 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:14:56,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:14:56,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:14:56,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:56,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:56,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:14:56,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:14:56,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:56,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:56,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:56,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:56,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:14:56,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:56,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:14:56,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:14:56,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:14:56,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:02,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:02,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:02,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:02,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:02,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:02,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:02,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:15:02,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:15:02,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:15:02,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:15:02,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:15:02,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:02,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:02,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:02,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:02,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:02,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:02,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:02,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:02,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:15:02,950 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:15:02,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:15:02,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:02,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:02,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:02,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:02,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:02,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:04,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:04,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:04,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:04,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:04,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:04,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:04,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:15:04,609 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:15:04,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:04,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:04,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:15:04,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-23 09:15:04,612 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:15:04,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:15:04,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-23 09:15:04,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:04,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:04,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:15:04,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:04,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:04,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:04,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:04,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:04,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:04,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:04,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:04,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:04,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:06,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:06,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:06,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:06,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:06,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:06,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:06,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:15:06,187 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-23 09:15:06,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:15:06,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:06,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:06,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:06,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:15:06,190 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:15:06,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:15:06,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:15:06,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:15:06,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:06,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:06,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:06,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:06,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:06,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:06,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:06,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:06,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:06,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:06,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:14,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-23 09:15:14,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-23 09:15:14,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-23 09:15:14,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-23 09:15:14,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-23 09:15:14,268 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-23 09:15:14,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-23 09:15:14,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-23 09:15:14,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-23 09:15:14,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-23 09:15:14,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-23 09:15:14,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-23 09:15:14,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-23 09:15:14,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-23 09:15:14,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:49:32,075 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-24 10:49:32,097 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 24 10:49:32 CST 2015]; root of context hierarchy +2015-07-24 10:49:32,204 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-24 10:49:32,526 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-24 10:49:32,526 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-24 10:49:32,627 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-24 10:49:32,786 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-24 10:49:32,792 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-24 10:49:32,813 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fa1ec2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-24 10:49:33,009 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-24 10:49:33,073 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-24 10:49:33,084 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-24 10:49:33,087 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-24 10:49:33,091 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-24 10:49:33,094 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-24 10:49:33,258 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-24 10:49:33,382 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-24 10:49:33,424 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-24 10:49:33,452 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-24 10:49:33,486 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-24 10:49:33,486 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-24 10:49:33,490 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-24 10:49:33,490 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-24 10:49:33,493 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-24 10:49:33,493 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-24 10:49:33,497 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-24 10:49:33,602 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-24 10:49:34,320 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-24 10:49:34,320 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-24 10:49:34,337 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-24 10:49:34,342 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-24 10:49:34,343 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-24 10:49:34,343 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-24 10:49:34,343 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-24 10:49:34,343 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-24 10:49:34,343 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-24 10:49:34,344 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-24 10:49:34,344 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-24 10:49:34,344 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-24 10:49:34,344 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-24 10:49:34,344 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-24 10:49:34,345 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-24 10:49:34,345 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-24 10:49:34,345 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-24 10:49:34,345 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-24 10:49:34,346 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-24 10:49:34,346 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-24 10:49:34,351 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-24 10:49:34,351 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-24 10:49:34,351 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-24 10:49:34,351 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-24 10:49:34,351 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-24 10:49:34,429 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-24 10:49:34,693 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-24 10:49:34,693 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-24 10:49:34,693 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-24 10:49:34,703 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-24 10:49:34,837 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-24 10:49:34,837 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-24 10:49:34,837 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 10:49:34,837 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 10:49:34,894 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-24 10:49:34,894 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-24 10:49:34,894 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 10:49:34,894 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 10:49:34,964 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-24 10:49:34,964 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-24 10:49:34,964 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 10:49:34,964 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 10:49:34,964 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-24 10:49:34,990 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fb3950] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-24 10:49:34,997 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2921 ms +2015-07-24 10:53:00,947 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-24 10:53:00,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:00,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:00,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:00,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:00,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:00,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,059 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-24 10:53:01,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,085 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 10:53:01,085 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:01,271 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-24 10:53:01,295 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 10:53:01,297 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-24 10:53:01,298 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:01,298 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-24 10:53:01,300 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-24 10:53:01,300 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-24 10:53:01,305 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-24 10:53:01,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,325 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-24 10:53:01,321 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-24 10:53:01,347 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-24 10:53:01,347 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@ad1ba9} + +2015-07-24 10:53:01,348 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:01,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-24 10:53:01,377 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-24 10:53:01,385 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-24 10:53:01,386 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:01,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-24 10:53:01,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 10:53:01,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 10:53:01,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 10:53:01,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-24 10:53:01,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,519 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 10:53:01,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 10:53:01,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-24 10:53:01,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 10:53:01,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,625 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-24 10:53:01,657 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 10:53:01,657 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:01,658 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 10:53:01,659 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 10:53:01,659 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:01,659 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@de3150 +2015-07-24 10:53:01,659 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-24 10:53:01,659 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:01,660 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:01,660 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 10:53:01,660 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 10:53:01,660 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 10:53:01,662 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@de3150} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ad1ba9} + +2015-07-24 10:53:01,663 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:01,666 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:01,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,667 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:01,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,840 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:01,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,893 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:01,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 10:53:01,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 10:53:01,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 10:53:01,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,964 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:01,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:01,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:01,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:01,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:01,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:01,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:01,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:01,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:01,993 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:01,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,065 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,092 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,145 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,213 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,248 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,270 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,308 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 10:53:02,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,389 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-24 10:53:02,396 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 10:53:02,396 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:02,396 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 10:53:02,397 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-24 10:53:02,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 10:53:02,399 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 10:53:02,401 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@ad1ba9} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ad1ba9} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@ad1ba9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@ad1ba9} + +2015-07-24 10:53:02,401 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:02,401 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:02,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,401 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-24 10:53:02,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:02,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:02,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:02,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:02,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:02,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 10:53:02,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 10:53:02,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 10:53:02,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:02,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:02,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:02,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:02,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:02,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:02,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:11,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:11,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:11,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:11,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:11,547 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-24 10:53:11,549 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 10:53:11,550 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:11,550 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 10:53:11,550 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 10:53:11,550 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:11,550 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@9bf815 +2015-07-24 10:53:11,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-24 10:53:11,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:11,566 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:11,566 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 10:53:11,566 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 10:53:11,566 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 10:53:11,567 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@9bf815} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ad1ba9} + +2015-07-24 10:53:11,567 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:11,567 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:11,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:11,568 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-24 10:53:11,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:11,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:11,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:11,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:11,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:11,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:11,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:38,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:38,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:38,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:38,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:38,876 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-24 10:53:38,879 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 10:53:38,879 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@9bf815 +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 10:53:38,880 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 10:53:38,881 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 10:53:38,881 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@9bf815} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ad1ba9} + +2015-07-24 10:53:38,881 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:38,881 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:38,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:38,881 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-24 10:53:38,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:38,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:38,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:38,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:38,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:38,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:38,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:38,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 10:53:38,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 10:53:38,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 10:53:38,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 10:53:38,894 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-24 10:53:38,897 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 10:53:38,897 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:38,897 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@de3150 +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ad1ba9 +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 10:53:38,898 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@de3150} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ad1ba9} + +2015-07-24 10:53:38,899 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:38,899 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 10:53:38,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 10:53:38,899 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-24 10:53:38,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 10:53:38,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 10:53:38,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 10:53:38,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 10:53:38,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 10:53:38,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 10:53:38,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 14:44:37,422 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-24 14:44:37,465 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 24 14:44:37 CST 2015]; root of context hierarchy +2015-07-24 14:44:37,625 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-24 14:44:38,070 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-24 14:44:38,072 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-24 14:44:38,201 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-24 14:44:38,390 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-24 14:44:38,395 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-24 14:44:38,414 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7e23c0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-24 14:44:38,605 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-24 14:44:38,654 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-24 14:44:38,663 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-24 14:44:38,671 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-24 14:44:38,674 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-24 14:44:38,677 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-24 14:44:38,837 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-24 14:44:38,935 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-24 14:44:38,970 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-24 14:44:38,998 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-24 14:44:39,029 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-24 14:44:39,031 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-24 14:44:39,033 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-24 14:44:39,033 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-24 14:44:39,036 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-24 14:44:39,037 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-24 14:44:39,040 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-24 14:44:39,121 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-24 14:44:40,022 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-24 14:44:40,022 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-24 14:44:40,039 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-24 14:44:40,042 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-24 14:44:40,042 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-24 14:44:40,043 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-24 14:44:40,043 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-24 14:44:40,043 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-24 14:44:40,043 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-24 14:44:40,044 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-24 14:44:40,044 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-24 14:44:40,044 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-24 14:44:40,044 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-24 14:44:40,045 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-24 14:44:40,045 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-24 14:44:40,045 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-24 14:44:40,045 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-24 14:44:40,045 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-24 14:44:40,046 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-24 14:44:40,046 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-24 14:44:40,047 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-24 14:44:40,047 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-24 14:44:40,047 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-24 14:44:40,047 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-24 14:44:40,047 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-24 14:44:40,047 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-24 14:44:40,050 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-24 14:44:40,050 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-24 14:44:40,051 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-24 14:44:40,051 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-24 14:44:40,051 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-24 14:44:40,115 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-24 14:44:40,323 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-24 14:44:40,327 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-24 14:44:40,328 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-24 14:44:40,340 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-24 14:44:40,498 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-24 14:44:40,498 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-24 14:44:40,498 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 14:44:40,498 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 14:44:40,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-24 14:44:40,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-24 14:44:40,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 14:44:40,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 14:44:40,600 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-24 14:44:40,600 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-24 14:44:40,600 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 14:44:40,600 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 14:44:40,601 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-24 14:44:40,626 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16afaac] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-24 14:44:40,649 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3227 ms +2015-07-24 15:02:19,231 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-24 15:02:19,254 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 24 15:02:19 CST 2015]; root of context hierarchy +2015-07-24 15:02:19,367 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-24 15:02:19,547 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-24 15:02:19,553 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-24 15:02:19,651 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-24 15:02:19,800 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-24 15:02:19,805 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-24 15:02:19,820 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e18764: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-24 15:02:19,942 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-24 15:02:20,000 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-24 15:02:20,009 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-24 15:02:20,012 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-24 15:02:20,016 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-24 15:02:20,019 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-24 15:02:20,178 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-24 15:02:20,234 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-24 15:02:20,269 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-24 15:02:20,296 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-24 15:02:20,328 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-24 15:02:20,329 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-24 15:02:20,333 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-24 15:02:20,334 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-24 15:02:20,337 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-24 15:02:20,337 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-24 15:02:20,341 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-24 15:02:20,385 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-24 15:02:20,631 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-24 15:02:20,631 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-24 15:02:20,651 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-24 15:02:20,654 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-24 15:02:20,655 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-24 15:02:20,655 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-24 15:02:20,656 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-24 15:02:20,656 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-24 15:02:20,656 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-24 15:02:20,656 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-24 15:02:20,657 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-24 15:02:20,657 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-24 15:02:20,657 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-24 15:02:20,657 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-24 15:02:20,657 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-24 15:02:20,658 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-24 15:02:20,658 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-24 15:02:20,658 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-24 15:02:20,659 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-24 15:02:20,659 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-24 15:02:20,659 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-24 15:02:20,659 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-24 15:02:20,660 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-24 15:02:20,660 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-24 15:02:20,660 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-24 15:02:20,660 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-24 15:02:20,662 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-24 15:02:20,663 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-24 15:02:20,664 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-24 15:02:20,664 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-24 15:02:20,664 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-24 15:02:20,699 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-24 15:02:20,888 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-24 15:02:20,895 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-24 15:02:20,895 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-24 15:02:20,909 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-24 15:02:20,929 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-24 15:02:20,929 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-24 15:02:20,929 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 15:02:20,930 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 15:02:20,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-24 15:02:20,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-24 15:02:20,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 15:02:20,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 15:02:20,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-24 15:02:20,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-24 15:02:20,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-24 15:02:20,952 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-24 15:02:20,952 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-24 15:02:20,979 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@f54537] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-24 15:02:20,987 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1756 ms +2015-07-24 15:04:01,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:01,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:01,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:01,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:01,170 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-24 15:04:01,180 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 15:04:01,180 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:01,400 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-24 15:04:01,415 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 15:04:01,417 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-24 15:04:01,418 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:01,419 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-24 15:04:01,422 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-24 15:04:01,422 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-24 15:04:01,428 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-24 15:04:01,432 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-24 15:04:01,432 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-24 15:04:01,433 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@a49f26} + +2015-07-24 15:04:01,442 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:01,457 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-24 15:04:01,457 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-24 15:04:01,464 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:01,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:01,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:01,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:01,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:01,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:01,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:01,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:01,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:01,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:01,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:01,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:01,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:01,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:01,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:01,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:01,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:01,682 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:01,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:01,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:01,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:01,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:01,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:01,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:01,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:01,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:01,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:01,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:01,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:01,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:01,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:01,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:01,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:01,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:01,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,238 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-24 15:04:02,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,268 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-24 15:04:02,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-24 15:04:02,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,392 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-24 15:04:02,397 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 15:04:02,397 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:02,398 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 15:04:02,398 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 15:04:02,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:02,399 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@489df2 +2015-07-24 15:04:02,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-24 15:04:02,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:02,400 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:02,400 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 15:04:02,400 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 15:04:02,400 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 15:04:02,400 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@489df2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a49f26} + +2015-07-24 15:04:02,401 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:02,403 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:02,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,405 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,447 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:02,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:02,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:02,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,499 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,577 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,686 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,709 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,742 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,795 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,878 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,906 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,966 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:02,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:02,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:02,979 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:02,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:02,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:02,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:02,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:02,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:02,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:02,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:02,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:02,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:02,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:02,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:02,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,001 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,038 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,066 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,103 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,164 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,253 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,307 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,345 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,387 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,419 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,454 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,480 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:03,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:03,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:03,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,495 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,523 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,545 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,589 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,607 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,630 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,677 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,698 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,721 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,757 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,786 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,819 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,848 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,881 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,945 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:03,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:03,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:03,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:03,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:03,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:03,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:03,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:03,990 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:03,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:03,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:03,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:03,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:03,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:03,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:03,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,017 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,044 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,073 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,096 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,129 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,180 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,209 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-24 15:04:04,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,300 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-24 15:04:04,306 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 15:04:04,306 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:04,307 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 15:04:04,307 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 15:04:04,307 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:04,308 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-24 15:04:04,309 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:04,309 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:04,309 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 15:04:04,309 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 15:04:04,309 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 15:04:04,310 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@a49f26} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a49f26} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@a49f26} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@a49f26} + +2015-07-24 15:04:04,310 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:04,310 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:04,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,311 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-24 15:04:04,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:04,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:04,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:04,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:04,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:04,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-24 15:04:04,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-24 15:04:04,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-24 15:04:04,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:04,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:04,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:04,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:04,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:04,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:04,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:16,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:04:16,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:04:16,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:04:16,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:04:16,230 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1d0722c +2015-07-24 15:04:16,233 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-24 15:04:16,234 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:04:16,234 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:04:16,234 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 15:04:16,234 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 15:04:16,234 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 15:04:16,235 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1d0722c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a49f26} + +2015-07-24 15:04:16,235 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:16,235 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:04:16,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:04:16,235 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-24 15:04:16,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:04:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:04:16,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:04:16,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:04:16,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:04:16,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:04:16,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:05:00,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:05:00,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:05:00,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:05:00,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:05:00,116 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-24 15:05:00,119 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 15:05:00,119 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:05:00,119 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 15:05:00,120 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 15:05:00,120 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:05:00,120 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1d0722c +2015-07-24 15:05:00,121 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-24 15:05:00,121 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:05:00,121 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:05:00,121 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 15:05:00,121 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 15:05:00,121 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 15:05:00,122 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1d0722c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a49f26} + +2015-07-24 15:05:00,122 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:05:00,122 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:05:00,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:05:00,122 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-24 15:05:00,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:05:00,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:05:00,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:05:00,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:05:00,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:05:00,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:05:00,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:05:00,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-24 15:05:00,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-24 15:05:00,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-24 15:05:00,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-24 15:05:00,133 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-24 15:05:00,138 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-24 15:05:00,138 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:05:00,138 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-24 15:05:00,138 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-24 15:05:00,138 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:05:00,138 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@489df2 +2015-07-24 15:05:00,139 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-24 15:05:00,139 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-24 15:05:00,139 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a49f26 +2015-07-24 15:05:00,139 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-24 15:05:00,139 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-24 15:05:00,139 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-24 15:05:00,140 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@489df2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a49f26} + +2015-07-24 15:05:00,143 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:05:00,144 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-24 15:05:00,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-24 15:05:00,144 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-24 15:05:00,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-24 15:05:00,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-24 15:05:00,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-24 15:05:00,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-24 15:05:00,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-24 15:05:00,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-24 15:05:00,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! diff --git a/src/main/webapp/WEB-INF/logs/ssh.log.1 b/src/main/webapp/WEB-INF/logs/ssh.log.1 new file mode 100644 index 0000000..cd5d230 --- /dev/null +++ b/src/main/webapp/WEB-INF/logs/ssh.log.1 @@ -0,0 +1,135002 @@ +2015-07-20 17:30:50,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,195 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,201 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:50,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:50,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:50,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,206 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,220 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,231 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,240 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,245 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,246 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,264 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,270 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,280 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,291 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,295 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,301 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,318 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,319 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,339 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,343 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,354 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,361 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,374 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,382 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,382 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,383 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:50,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,392 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,408 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,418 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,423 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:50,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,425 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:50,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,461 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,466 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,484 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,501 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,503 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,504 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:50,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:50,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:50,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,514 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,522 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,567 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,578 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,582 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,588 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,600 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,614 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,619 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,623 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,626 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,629 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,638 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,646 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,673 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,690 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,708 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,715 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,727 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,727 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,728 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:50,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:50,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,733 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,740 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,742 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,744 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:50,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,753 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,917 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,924 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,928 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,935 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,938 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,977 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,982 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,989 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,990 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,003 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,028 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,073 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,204 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:51,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,206 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,248 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,254 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,263 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,265 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,274 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,280 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:51,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,290 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,879 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,884 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,892 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,912 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,927 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,928 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,941 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:51,945 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:51,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:51,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:51,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:51,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:51,948 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:51,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:51,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:51,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:51,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:51,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,955 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:51,966 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:51,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:51,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:51,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:51,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:51,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:51,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:51,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:51,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:51,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:51,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:51,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:51,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:51,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:51,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:51,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,104 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,110 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,230 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,232 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,237 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,656 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,751 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,772 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:52,772 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,772 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:52,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:52,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:52,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:52,773 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:52,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 2)] +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:52,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,795 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,797 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,808 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,817 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:52,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:52,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,826 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:52,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:52,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,836 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,865 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,875 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,883 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,890 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,892 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,900 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:52,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:52,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,936 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:52,937 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:52,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:52,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:52,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:52,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:52,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:52,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:52,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:52,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:52,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:52,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:52,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:52,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:52,956 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,042 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,043 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,046 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,063 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,099 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,109 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,135 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,140 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,152 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,153 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,158 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,206 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,237 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,238 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:53,238 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,252 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,260 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,300 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,308 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,342 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,347 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,350 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,376 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,396 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:53,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:53,404 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,443 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:53,467 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,468 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,502 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:53,503 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,506 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,511 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,523 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,535 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,535 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,546 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,579 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,599 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,608 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,609 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,617 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,624 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,631 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,631 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,653 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,658 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,660 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,664 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,677 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,679 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,689 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,689 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,764 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,782 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,787 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,810 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,820 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,839 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,864 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,867 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,874 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,884 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,885 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,895 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,909 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,914 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,914 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,938 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:53,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:53,945 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:53,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:53,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:53,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:53,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:53,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:53,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:53,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:53,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:53,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:53,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:53,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:53,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:53,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:53,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:53,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:53,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:53,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:53,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:53,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:53,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,011 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,025 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,030 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,068 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,113 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:54,114 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,117 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:54,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,133 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,134 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,145 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,151 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,158 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,184 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,189 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,208 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,209 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,227 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,237 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,270 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,284 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,292 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,303 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,305 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,308 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:54,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,318 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,331 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,334 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:54,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:54,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,337 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,343 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,353 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,355 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,367 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,392 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,393 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,451 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,459 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,465 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,481 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,502 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,504 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,515 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,568 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,586 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,593 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,599 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,608 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,617 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,628 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,637 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,638 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,642 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,652 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,687 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,688 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,709 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,711 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,720 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,723 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,734 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,737 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:54,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,738 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:54,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,742 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,792 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,798 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:54,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:54,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,813 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,818 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,826 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,835 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:54,835 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:54,836 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:54,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,858 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,867 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,918 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,928 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,931 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,937 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,965 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,966 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:54,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,974 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,988 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:54,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:54,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:54,990 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:54,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:54,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:54,992 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:54,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:54,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:54,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:54,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:54,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:54,997 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:54,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:54,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:54,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:54,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:54,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:54,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,010 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,025 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,026 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:55,027 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:55,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:55,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,029 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:55,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:55,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:55,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:55,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:55,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,055 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:55,056 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,055 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:55,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:55,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:55,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,102 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,111 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,113 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,114 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:55,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:55,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,124 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,134 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,146 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,146 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:55,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:55,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:55,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,174 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,193 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:55,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:55,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:55,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:55,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:55,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,283 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:55,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,523 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,530 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,530 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,531 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,545 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,565 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,566 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,591 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,592 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,598 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,609 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,629 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,640 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,648 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,651 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,663 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,701 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,708 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,720 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,768 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,797 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,817 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,832 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,852 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,857 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,901 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,905 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,910 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,917 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,919 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,928 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,938 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,951 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,975 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:55,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:55,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:55,982 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:55,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:55,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:55,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:55,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:55,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:55,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:55,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:55,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:55,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:55,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,026 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:55,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:55,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,042 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,076 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,081 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,117 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,119 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,129 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,134 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,135 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,137 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,143 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,152 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,191 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,219 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,226 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,233 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,236 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,246 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,254 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,264 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,272 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,274 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,275 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,276 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,293 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,306 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,307 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,320 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:56,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:56,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,335 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,348 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,355 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,358 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,360 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:56,362 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:56,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,366 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,362 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,381 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,386 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,389 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,393 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,396 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,463 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,480 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,486 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,494 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,503 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,506 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,507 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,515 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,515 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,535 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,544 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,544 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,551 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,551 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,568 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,578 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,585 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,596 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,608 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,620 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,621 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,623 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,634 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,651 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,690 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,693 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,693 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,706 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,717 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,722 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:56,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,723 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:56,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,741 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,759 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,766 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,780 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,781 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,782 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,813 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,853 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,867 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,871 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:56,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:56,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,878 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,879 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,889 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:56,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,929 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:56,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:56,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:56,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:56,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:56,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:56,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:56,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:56,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:56,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:56,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:56,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:56,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:56,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:56,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:56,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,061 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,122 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,145 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,174 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,235 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,262 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,283 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,303 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,335 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,356 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,384 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,408 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,631 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,653 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,677 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,693 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,718 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,809 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,832 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,845 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,859 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,936 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,966 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:57,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:57,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:57,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:57,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:57,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:57,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:57,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:57,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:57,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:57,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:57,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:57,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:57,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:57,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,107 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,124 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,141 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:58,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:58,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:58,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:58,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:58,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:58,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:58,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:58,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:58,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:58,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:58,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:58,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:58,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:58,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:59,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:59,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:59,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:59,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:59,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:59,104 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:59,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:59,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:59,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:59,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:59,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:59,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:59,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:59,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:59,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:59,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:59,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:59,610 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:59,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:59,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:59,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:59,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:59,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:59,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:59,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:59,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:59,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:00,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:00,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:00,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:00,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:00,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:00,130 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:00,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:00,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:00,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:00,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:00,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:00,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:00,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:00,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:00,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:00,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:00,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:00,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:00,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:00,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:00,633 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:00,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:00,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:00,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:00,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:00,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:00,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:00,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:00,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:00,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:01,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:01,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:01,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:01,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:01,132 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:01,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:01,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:01,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:01,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:01,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:01,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:01,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:01,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:01,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:01,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:01,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:01,645 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:01,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:01,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:01,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:01,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:01,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:01,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:01,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:01,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:01,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:02,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:02,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:02,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:02,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:02,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:02,145 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:02,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:02,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:02,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:02,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:02,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:02,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:02,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:02,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:02,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:02,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:02,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:02,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:02,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:02,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:02,651 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:02,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:02,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:02,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:02,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:02,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:02,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:02,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:03,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:03,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:03,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:03,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:03,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:03,183 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:03,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:03,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:03,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:03,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:03,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:03,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:03,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:03,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:03,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:03,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:03,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:03,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:03,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:03,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:03,717 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:03,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:03,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:03,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:03,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:03,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:03,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:03,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:03,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:03,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:04,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:04,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:04,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:04,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:04,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:04,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:04,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:04,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:04,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:04,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:04,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:04,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:04,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:04,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:04,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:04,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:04,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:04,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:04,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:04,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:04,688 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:04,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:04,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:04,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:04,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:04,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:04,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:04,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:04,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:04,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:05,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:05,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:05,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:05,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:05,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:05,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:05,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:05,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:05,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:05,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:05,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:05,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:05,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:05,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:05,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:05,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:05,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:05,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:05,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:05,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:05,701 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:05,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:05,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:05,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:05,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:05,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:05,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:05,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:05,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:05,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:06,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:06,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:06,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:06,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:06,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:06,245 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:06,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:06,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:06,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:06,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:06,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:06,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:06,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:06,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:06,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:06,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:06,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:06,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:06,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:06,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:06,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:06,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:06,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:06,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:06,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:06,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:06,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:06,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:06,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:06,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:07,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:07,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:07,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:07,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:07,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:07,248 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:07,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:07,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:07,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:07,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:07,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:07,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:07,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:07,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:07,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:07,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:07,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:07,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:07,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:07,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:07,725 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:07,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:07,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:07,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:07,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:07,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:07,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:07,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:07,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:07,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:08,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:08,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:08,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:08,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:08,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:08,227 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:08,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:08,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:08,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:08,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:08,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:08,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:08,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:08,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:08,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:08,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:08,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:08,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:08,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:08,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:08,768 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:08,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:08,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:08,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:08,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:08,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:08,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:08,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:08,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:08,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:09,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:09,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:09,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:09,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:09,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:09,249 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:09,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:09,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:09,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:09,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:09,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:09,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:09,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:09,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:09,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:09,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:09,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:09,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:09,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:09,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:09,786 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:09,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:09,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:09,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:09,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:09,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:09,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:09,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:09,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:09,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:10,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:10,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:10,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:10,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:10,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:10,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:10,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:10,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:10,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:10,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:10,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:10,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:10,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:10,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:10,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:10,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:10,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:10,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:10,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:10,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:10,887 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:11,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:11,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:11,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:11,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:11,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:11,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:11,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:11,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:11,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:11,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:11,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:11,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:11,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:11,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:11,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:11,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:11,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:11,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:11,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:11,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:11,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:11,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:11,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:11,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:11,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:11,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:11,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:11,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:11,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:11,861 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:11,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:11,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:11,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:11,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:11,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:11,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:12,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:12,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:12,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:12,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:12,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:12,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:12,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:12,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:12,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:12,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:12,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:12,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:12,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:12,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:12,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:12,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:12,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:12,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:12,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:12,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:12,773 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:12,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:12,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:12,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:12,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:12,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:12,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:12,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:12,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:12,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:13,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:13,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:13,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:13,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:13,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:13,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:13,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:13,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:13,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:13,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:13,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:13,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:13,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:13,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:13,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:13,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:13,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:13,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:13,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:13,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:13,788 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:13,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:13,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:13,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:13,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:13,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:13,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:13,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:13,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:13,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:14,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:14,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:14,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:14,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:14,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:14,398 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:14,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:14,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:14,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:14,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:14,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:14,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:14,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:14,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:14,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:14,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:14,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:14,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:14,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:14,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:14,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:14,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:14,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:14,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:14,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:14,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:14,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:14,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:14,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:15,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:15,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:15,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:15,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:15,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:15,508 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:15,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:15,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:15,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:15,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:15,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:15,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:15,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:15,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:15,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:15,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:15,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:15,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:15,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:15,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:15,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:15,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:15,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:15,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:15,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:15,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:15,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:15,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:15,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:15,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:16,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:16,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:16,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:16,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:16,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:16,297 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:16,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:16,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:16,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:16,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:16,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:16,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:16,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:16,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:16,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:16,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:16,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:16,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:16,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:16,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:16,799 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:16,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:16,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:16,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:16,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:16,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:16,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:16,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:16,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:16,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:17,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:17,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:17,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:17,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:17,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:17,309 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:17,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:17,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:17,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:17,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:17,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:17,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:17,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:17,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:17,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:17,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:17,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:17,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:17,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:17,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:17,814 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:17,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:17,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:17,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:17,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:17,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:17,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:17,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:17,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:17,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:18,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:18,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:18,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:18,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:18,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:18,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:18,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:18,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:18,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:18,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:18,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:18,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:18,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:18,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:18,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:18,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:18,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:18,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:18,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:18,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:18,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:18,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:18,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:18,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:18,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:18,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:18,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:18,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:18,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:18,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:19,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:19,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:19,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:19,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:19,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:19,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:19,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:19,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:19,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:19,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:19,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:19,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:19,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:19,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:19,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:19,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:19,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:19,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:19,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:19,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:19,957 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:19,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:19,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:19,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:19,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:19,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:19,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:19,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:19,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:19,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:20,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:20,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:20,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:20,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:20,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:20,334 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:20,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:20,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:20,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:20,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:20,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:20,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:20,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:20,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:20,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:20,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:20,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:20,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:20,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:20,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:20,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:20,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:20,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:20,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:20,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:20,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:20,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:20,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:20,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:20,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:21,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:21,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:21,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:21,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:21,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:21,358 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:21,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:21,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:21,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:21,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:21,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:21,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:21,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:21,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:21,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:21,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:21,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:21,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:21,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:21,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:21,844 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:21,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:21,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:21,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:21,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:21,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:21,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:21,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:21,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:21,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:22,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:22,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:22,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:22,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:22,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:22,348 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:22,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:22,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:22,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:22,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:22,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:22,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:22,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:22,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:22,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:22,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:22,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:22,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:22,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:22,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:22,845 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:22,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:22,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:22,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:22,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:22,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:22,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:23,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:23,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:23,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:23,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:23,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:23,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:23,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:23,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:23,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:23,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:23,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:23,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:23,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:23,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:23,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:23,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:23,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:23,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:23,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:23,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:23,866 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:23,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:23,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:23,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:23,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:23,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:23,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:23,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:23,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:23,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:24,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:24,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:24,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:24,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:24,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:24,373 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:24,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:24,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:24,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:24,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:24,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:24,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:24,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:24,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:24,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:24,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:24,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:24,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:24,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:24,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:24,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:24,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:24,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:24,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:24,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:24,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:24,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:24,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:24,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:24,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:25,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:25,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:25,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:25,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:25,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:25,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:25,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:25,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:25,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:25,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:25,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:25,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:25,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:25,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:25,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:25,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:25,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:25,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:25,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:25,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:25,929 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:25,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:25,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:25,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:25,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:25,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:25,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:25,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:25,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:25,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:26,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:26,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:26,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:26,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:26,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:26,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:26,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:26,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:26,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:26,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:26,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:26,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:26,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:26,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:26,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:26,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:26,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:27,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:27,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:27,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:27,398 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:27,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:27,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:27,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:27,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:27,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:27,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:27,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:27,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:27,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:27,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:27,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:27,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:27,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:27,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:27,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:27,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:27,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:27,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:27,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:27,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:27,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:27,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:27,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:27,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:27,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:27,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:27,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:27,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:27,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:27,917 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:27,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:27,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:27,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:27,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:27,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:27,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:27,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:27,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:27,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:28,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:28,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:28,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:28,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:28,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:28,444 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:28,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:28,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:28,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:28,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:28,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:28,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:29,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:29,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:29,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:29,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:29,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:29,020 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:29,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:29,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:29,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:29,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:29,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:29,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:29,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:29,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:29,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:29,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:29,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:29,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:29,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:29,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:29,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:29,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:29,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:29,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:29,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:29,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:29,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:29,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:29,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:29,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:29,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:29,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:29,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:29,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:29,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:29,938 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:29,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:29,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:29,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:29,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:29,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:29,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:29,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:29,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:29,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:30,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:30,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:30,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:30,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:30,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:30,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:30,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:30,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:30,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:30,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:30,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:30,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:30,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:30,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:30,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:30,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:30,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:30,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:30,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:30,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:30,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:30,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:30,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:30,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:30,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:30,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:30,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:30,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:30,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:30,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:31,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:31,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:31,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:31,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:31,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:31,454 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:31,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:31,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:31,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:31,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:31,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:31,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:31,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:31,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:31,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:31,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:31,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:32,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:32,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:32,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:32,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:32,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:32,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:32,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:32,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:32,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:32,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:32,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:32,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:32,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:32,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:32,460 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:32,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:32,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:32,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:32,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:32,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:32,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:32,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:32,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:32,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:32,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:32,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:32,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:32,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:32,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:32,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:32,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:32,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:32,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:32,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:32,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:32,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:32,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:32,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:32,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:33,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:33,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:33,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:33,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:33,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:33,469 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:33,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:33,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:33,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:33,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:33,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:33,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:33,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:33,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:33,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:34,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:34,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:34,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:34,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:34,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:34,025 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:34,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:34,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:34,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:34,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:34,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:34,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:34,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:34,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:34,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:34,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:34,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:34,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:34,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:34,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:34,474 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:34,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:34,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:34,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:34,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:34,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:34,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:34,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:34,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:34,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:34,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:34,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:35,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:35,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:35,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:35,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:35,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:35,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:35,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:35,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:35,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:35,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:35,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:35,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:35,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:35,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:35,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:35,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:35,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:35,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:35,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:35,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:35,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:35,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:35,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:35,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:35,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:35,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:35,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:35,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:35,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:35,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:35,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:35,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:35,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:35,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:35,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:35,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:35,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:35,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:35,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:35,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:35,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:35,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:35,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:36,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:36,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:36,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:36,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:36,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:36,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:36,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:36,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:36,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:36,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:36,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:36,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:36,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:36,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:36,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:37,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:37,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:37,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:37,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:37,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:37,122 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:37,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:37,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:37,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:37,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:37,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:37,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:37,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:37,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:37,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:37,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:37,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:37,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:37,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:37,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:37,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:37,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:37,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:37,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:37,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:37,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:37,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:37,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:37,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:37,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:37,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:37,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:37,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:37,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:37,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:37,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:37,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:37,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:37,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:37,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:37,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:37,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:37,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:37,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:37,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:38,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:38,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:38,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:38,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:38,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:38,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:38,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:38,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:38,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:38,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:38,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:38,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:38,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:38,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:38,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:38,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:38,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:39,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:39,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:39,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:39,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:39,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:39,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:39,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:39,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:39,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:39,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:39,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:39,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:39,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:39,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:39,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:39,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:39,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:39,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:39,509 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:39,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:39,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:39,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:39,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:39,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:39,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:39,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:39,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:39,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:40,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:40,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:40,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:40,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:40,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:40,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:40,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:40,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:40,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:40,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:40,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:40,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:40,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:40,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:40,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:40,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:40,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:40,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:40,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:40,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:40,524 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:40,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:40,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:40,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:40,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:40,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:40,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:40,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:40,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:40,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:41,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:41,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:41,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:41,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:41,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:41,038 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:41,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:41,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:41,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:41,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:41,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:41,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:41,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:41,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:41,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:41,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:41,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:41,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:41,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:41,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:41,533 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:41,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:41,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:41,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:41,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:41,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:41,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:41,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:41,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:41,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:42,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:42,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:42,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:42,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:42,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:42,038 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:42,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:42,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:42,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:42,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:42,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:42,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:42,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:42,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:42,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:42,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:42,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:42,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:42,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:42,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:42,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:42,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:42,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:42,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:42,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:42,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:42,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:42,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:42,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:42,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:43,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:43,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:43,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:43,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:43,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:43,048 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:43,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:43,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:43,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:43,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:43,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:43,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:43,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:43,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:43,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:43,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:43,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:43,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:43,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:43,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:43,569 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:43,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:43,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:43,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:43,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:43,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:43,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:43,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:43,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:43,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:44,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:44,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:44,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:44,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:44,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:44,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:44,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:44,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:44,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:44,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:44,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:44,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:44,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:44,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:44,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:44,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:44,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:44,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:44,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:44,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:44,571 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:44,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:44,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:44,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:44,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:44,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:44,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:44,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:44,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:44,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:45,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:45,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:45,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:45,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:45,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:45,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:45,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:45,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:45,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:45,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:45,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:45,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:45,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:45,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:45,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:45,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:45,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:45,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:45,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:45,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:45,575 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:45,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:45,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:45,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:45,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:45,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:45,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:45,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:45,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:45,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:46,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:46,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:46,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:46,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:46,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:46,089 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:46,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:46,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:46,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:46,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:46,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:46,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:46,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:46,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:46,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:46,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:46,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:46,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:46,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:46,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:46,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:46,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:46,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:46,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:46,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:46,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:46,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:46,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:46,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:46,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:47,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:47,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:47,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:47,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:47,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:47,095 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:47,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:47,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:47,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:47,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:47,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:47,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:47,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:47,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:47,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:47,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:47,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:47,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:47,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:47,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:47,601 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:47,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:47,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:47,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:47,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:47,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:47,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:47,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:47,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:47,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:48,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:48,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:48,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:48,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:48,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:48,106 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:48,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:48,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:48,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:48,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:48,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:48,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:48,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:48,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:48,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:48,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:48,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:48,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:48,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:48,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:48,605 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:48,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:48,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:48,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:48,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:48,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:48,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:48,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:48,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:48,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:49,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:31:49,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:31:49,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:31:49,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:31:49,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:31:49,114 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:31:49,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:31:49,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:31:49,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:31:49,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:31:49,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:31:49,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:31:49,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:31:49,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:31:49,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:33:38,784 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 17:33:38,808 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 17:33:38 CST 2015]; root of context hierarchy +2015-07-20 17:33:38,849 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 17:33:38,989 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 17:33:38,992 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 17:33:39,094 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 17:33:39,271 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 17:33:39,277 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 17:33:39,289 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@146c908: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 17:33:39,414 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 17:33:39,465 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 17:33:39,474 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 17:33:39,477 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 17:33:39,481 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 17:33:39,483 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 17:33:39,537 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 17:33:39,598 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 17:33:39,757 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 17:33:39,792 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 17:33:39,823 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 17:33:39,823 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 17:33:39,827 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 17:33:39,828 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 17:33:39,831 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 17:33:39,833 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 17:33:39,837 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 17:33:39,879 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 17:33:40,155 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 17:33:40,155 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 17:33:40,172 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 17:33:40,175 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 17:33:40,176 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 17:33:40,177 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 17:33:40,177 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 17:33:40,177 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 17:33:40,177 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 17:33:40,178 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 17:33:40,178 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 17:33:40,178 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 17:33:40,179 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 17:33:40,179 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 17:33:40,179 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 17:33:40,179 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 17:33:40,179 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 17:33:40,179 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 17:33:40,181 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 17:33:40,181 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 17:33:40,184 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 17:33:40,185 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 17:33:40,185 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 17:33:40,185 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 17:33:40,185 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 17:33:40,253 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 17:33:40,450 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 17:33:40,454 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 17:33:40,454 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 17:33:40,471 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 17:33:40,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 17:33:40,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 17:33:40,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:33:40,516 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:33:40,533 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 17:33:40,533 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 17:33:40,533 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:33:40,534 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:33:40,548 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 17:33:40,548 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 17:33:40,549 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:33:40,549 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:33:40,549 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 17:33:40,577 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@9a3836] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 17:33:40,583 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1799 ms +2015-07-20 17:34:03,303 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:34:03,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:03,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:03,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:03,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:03,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:03,436 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:34:03,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:34:03,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:03,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:03,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:03,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:03,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:03,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:03,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:03,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:03,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:03,577 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 17:34:03,608 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:34:03,610 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:03,647 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 17:34:03,662 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:34:03,663 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:03,667 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@17056df +2015-07-20 17:34:03,667 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 17:34:03,670 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:03,670 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:03,670 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 17:34:03,671 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 17:34:03,671 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 17:34:03,672 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@17056df} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d61c83} + +2015-07-20 17:34:03,672 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:03,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:03,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:03,711 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:03,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:03,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:03,716 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:34:03,720 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:34:03,720 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:03,723 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:34:03,723 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:34:03,723 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 17:34:03,724 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:03,726 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 17:34:03,726 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:34:03,728 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 17:34:03,733 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 17:34:03,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:03,904 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:34:03,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:03,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:03,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:03,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:03,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:03,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,911 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 17:34:03,914 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:34:03,916 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@d61c83} + +2015-07-20 17:34:03,916 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:03,917 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:34:03,918 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 17:34:03,918 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:03,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:03,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:03,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:03,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:03,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:03,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:03,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:03,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:03,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:03,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:03,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:03,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:03,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:03,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:03,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:34:03,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:03,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:03,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:03,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:03,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:03,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:03,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:04,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:04,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:04,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:04,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:04,029 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:34:04,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:04,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:04,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:04,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:04,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:04,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:04,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:04,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:04,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:04,112 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 17:34:04,123 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:34:04,123 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:04,123 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 17:34:04,123 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:34:04,124 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:04,124 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:04,128 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 17:34:04,128 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:04,128 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:04,128 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 17:34:04,128 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:04,129 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:04,130 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 17:34:04,130 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:04,130 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:04,130 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 17:34:04,130 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 17:34:04,131 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 17:34:04,131 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@d61c83} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d61c83} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@d61c83} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@d61c83} + +2015-07-20 17:34:04,131 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:04,131 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:04,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:04,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:34:04,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:04,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:04,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:04,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:04,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:04,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:04,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:04,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:04,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:04,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:04,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:04,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:04,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:04,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:04,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:04,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:04,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:04,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:04,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:04,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:04,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:04,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:04,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:04,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:04,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:04,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:04,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:04,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:04,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:04,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:04,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:04,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:04,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:05,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:05,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:05,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:05,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:05,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:05,521 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:05,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:05,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:05,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:05,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:05,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:05,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:05,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:05,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:05,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:05,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:05,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:05,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:05,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:05,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:05,715 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:05,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:05,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:05,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:05,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:05,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:05,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:05,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:05,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:05,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:06,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:06,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:06,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:06,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:06,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:06,212 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:06,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:06,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:06,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:06,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:06,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:06,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:06,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:06,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:06,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:06,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:06,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:06,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:06,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:06,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:06,713 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:06,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:06,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:06,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:06,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:06,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:06,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:06,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:06,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:06,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:07,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:07,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:07,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:07,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:07,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:07,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:07,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:07,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:07,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:07,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:07,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:07,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:07,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:07,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:07,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:07,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:07,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:07,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:07,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:07,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:07,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:07,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:07,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:07,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:07,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:07,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:07,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:07,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:07,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:07,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:08,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:08,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:08,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:08,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:08,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:08,237 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:08,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:08,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:08,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:08,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:08,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:08,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:08,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:08,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:08,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:08,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:08,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:08,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:08,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:08,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:08,748 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:08,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:08,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:08,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:08,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:08,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:08,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:08,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:08,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:08,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:09,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:09,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:09,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:09,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:09,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:09,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:09,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:09,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:09,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:09,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:09,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:09,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:09,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:09,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:09,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:09,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:09,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:09,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:09,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:09,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:09,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:09,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:09,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:09,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:09,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:09,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:09,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:09,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:09,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:09,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:10,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:10,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:10,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:10,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:10,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:10,274 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:10,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:10,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:10,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:10,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:10,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:10,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:10,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:10,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:10,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:10,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:10,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:10,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:10,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:10,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:10,773 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:10,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:10,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:10,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:10,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:10,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:10,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:10,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:10,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:10,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:11,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:11,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:11,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:11,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:11,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:11,283 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:11,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:11,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:11,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:11,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:11,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:11,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:11,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:11,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:11,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:11,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:11,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:11,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:11,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:11,706 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 17:34:11,709 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:34:11,709 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:11,710 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 17:34:11,710 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:34:11,710 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:11,710 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@3acca2 +2015-07-20 17:34:11,710 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 17:34:11,711 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:34:11,711 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d61c83 +2015-07-20 17:34:11,711 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 17:34:11,711 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 17:34:11,711 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 17:34:11,712 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@3acca2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d61c83} + +2015-07-20 17:34:11,712 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:11,713 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:34:11,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:11,713 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:34:11,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:11,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:11,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:11,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:11,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:11,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:11,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:11,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:11,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:11,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:11,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:11,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:11,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:11,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:11,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:11,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:11,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:11,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:11,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:11,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:11,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:11,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:12,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:12,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:12,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:12,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:12,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:12,299 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:12,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:12,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:12,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:12,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:12,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:12,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:12,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:12,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:12,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:12,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:12,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:12,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:12,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:12,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:12,801 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:12,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:12,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:12,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:12,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:12,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:12,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:12,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:12,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:12,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:13,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:13,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:13,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:13,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:13,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:13,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:13,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:13,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:13,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:13,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:13,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:13,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:13,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:13,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:13,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:13,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:13,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:13,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:13,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:13,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:13,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:13,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:13,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:13,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:13,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:13,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:13,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:13,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:13,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:13,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:14,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:14,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:14,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:14,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:14,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:14,321 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:14,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:14,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:14,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:14,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:14,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:14,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:14,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:14,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:14,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:14,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:14,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:14,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:14,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:14,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:14,837 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:14,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:14,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:14,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:14,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:14,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:14,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:14,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:14,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:14,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:15,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:15,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:15,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:15,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:15,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:15,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:15,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:15,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:15,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:15,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:15,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:15,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:15,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:15,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:15,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:15,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:15,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:15,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:15,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:15,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:15,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:15,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:15,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:15,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:15,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:15,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:15,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:15,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:15,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:15,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:16,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:16,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:16,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:16,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:16,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:16,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:16,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:16,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:16,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:16,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:16,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:16,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:16,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:16,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:16,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:16,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:16,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:16,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:16,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:16,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:16,826 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:16,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:16,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:16,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:16,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:16,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:16,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:16,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:16,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:16,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:17,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:17,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:17,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:17,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:17,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:17,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:17,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:17,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:17,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:17,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:17,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:17,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:17,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:17,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:17,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:17,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:17,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:17,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:17,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:17,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:17,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:17,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:17,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:17,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:17,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:17,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:17,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:17,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:17,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:17,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:18,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:18,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:18,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:18,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:18,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:18,325 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:18,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:18,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:18,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:18,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:18,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:18,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:18,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:18,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:18,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:18,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:18,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:18,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:18,826 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:18,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:18,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:18,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:18,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:18,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:18,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:18,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:18,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:18,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:19,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:19,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:19,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:19,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:19,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:19,331 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:19,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:19,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:19,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:19,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:19,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:19,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:19,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:19,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:19,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:19,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:19,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:19,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:19,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:19,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:19,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:19,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:19,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:19,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:19,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:19,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:19,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:19,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:19,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:19,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:20,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:20,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:20,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:20,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:20,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:20,357 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:20,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:20,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:20,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:20,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:20,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:20,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:20,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:20,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:20,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:20,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:20,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:20,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:20,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:20,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:20,852 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:20,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:20,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:20,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:20,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:20,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:20,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:20,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:20,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:20,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:21,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:21,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:21,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:21,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:21,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:21,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:21,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:21,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:21,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:21,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:21,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:21,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:21,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:21,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:21,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:21,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:21,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:21,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:21,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:21,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:21,857 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:21,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:21,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:21,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:21,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:21,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:21,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:21,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:21,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:21,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:22,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:22,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:22,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:22,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:22,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:22,389 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:22,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:22,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:22,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:22,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:22,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:22,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:22,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:22,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:22,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:22,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:22,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:22,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:22,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:22,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:22,888 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:22,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:22,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:22,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:22,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:22,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:22,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:22,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:22,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:22,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:23,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:23,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:23,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:23,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:23,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:23,378 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:23,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:23,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:23,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:23,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:23,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:23,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:23,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:23,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:23,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:23,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:23,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:23,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:23,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:23,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:23,876 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:23,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:23,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:23,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:23,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:23,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:23,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:23,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:23,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:23,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:24,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:24,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:24,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:24,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:24,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:24,375 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:24,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:24,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:24,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:24,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:24,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:24,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:24,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:24,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:24,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:24,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:24,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:24,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:24,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:24,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:24,881 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:24,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:24,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:24,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:24,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:24,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:24,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:24,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:24,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:24,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:25,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:25,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:25,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:25,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:25,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:25,383 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:25,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:25,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:25,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:25,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:25,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:25,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:25,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:25,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:25,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:25,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:25,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:25,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:25,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:25,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:25,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:25,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:25,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:25,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:25,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:25,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:25,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:25,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:25,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:25,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:26,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:26,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:26,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:26,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:26,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:26,400 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:26,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:26,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:26,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:26,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:26,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:26,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:26,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:26,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:26,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:26,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:26,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:26,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:26,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:26,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:26,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:26,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:26,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:26,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:26,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:26,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:26,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:26,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:26,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:26,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:27,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:34:27,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:34:27,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:34:27,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:34:27,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:34:27,393 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:34:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:34:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:34:27,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:34:27,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:34:27,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:34:27,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:34:27,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:34:27,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:34:27,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,591 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:35:04,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:04,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:04,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:04,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:04,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:04,659 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:35:04,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:35:04,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:04,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:04,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:04,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:04,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:04,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:04,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:04,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:04,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:04,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:04,736 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:35:04,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:04,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:04,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:04,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:04,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:04,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:04,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:04,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:04,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:04,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:04,776 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:35:04,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:04,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:04,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:04,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:04,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:04,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:04,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:04,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:04,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:04,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:04,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:35:04,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:04,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:04,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:04,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:04,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:04,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:04,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:04,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:04,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:04,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:04,884 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:04,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:04,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:04,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:04,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:04,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:04,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:04,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:04,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:04,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:04,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:04,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:04,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:04,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:04,964 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:35:04,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:05,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:05,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:05,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:05,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:05,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:05,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:07,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:07,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:07,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:07,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:07,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:07,339 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:07,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:07,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:07,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:07,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:07,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:07,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:07,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:07,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:07,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:09,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:09,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:09,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:09,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:09,732 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:09,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:09,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:09,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:09,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:09,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:09,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:09,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:09,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:09,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:11,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:11,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:11,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:11,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:11,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:11,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:11,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:11,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:11,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:11,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:11,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:11,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:11,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:11,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:11,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:12,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:12,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:12,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:12,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:12,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:12,768 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:12,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:12,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:12,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:12,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:12,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:12,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:12,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:12,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:12,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:15,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:15,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:15,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:15,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:15,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:15,569 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:15,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:15,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:15,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:15,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:15,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:15,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:15,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:15,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:17,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:17,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:17,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:17,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:17,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:17,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:17,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:17,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:17,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:17,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:17,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:17,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:17,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:17,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:17,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:19,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:19,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:19,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:19,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:19,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:19,455 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:19,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:19,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:19,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:19,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:19,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:19,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:19,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:19,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:19,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:21,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:21,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:21,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:21,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:21,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:21,878 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:21,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:21,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:21,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:21,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:21,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:21,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:21,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:21,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:21,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:24,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:24,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:24,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:24,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:24,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:24,717 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:24,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:24,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:24,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:24,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:24,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:24,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:24,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:24,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:24,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:29,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:29,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:29,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:29,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:29,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:29,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:29,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:29,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:29,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:29,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:29,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:29,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:29,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:29,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:29,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:30,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:30,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:30,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:30,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:30,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:30,659 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:30,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:30,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:30,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:30,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:30,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:30,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:30,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:30,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:30,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:31,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:31,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:31,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:31,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:31,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:31,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:31,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:31,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:31,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:31,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:31,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:31,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:31,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:31,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:31,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:33,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:33,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:33,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:33,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:33,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:33,247 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:33,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:33,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:33,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:33,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:33,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:33,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:33,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:33,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:33,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:34,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:34,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:34,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:34,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:34,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:34,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:34,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:34,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:34,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:34,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:34,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:34,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:34,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:34,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:36,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:36,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:36,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:36,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:36,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:36,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:36,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:36,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:36,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:36,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:36,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:36,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:36,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:36,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:36,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:38,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:38,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:38,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:38,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:38,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:38,011 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:38,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:38,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:38,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:38,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:38,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:38,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:38,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:38,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:38,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:39,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:39,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:39,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:39,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:39,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:39,844 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:39,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:39,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:39,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:39,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:39,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:39,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:39,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:39,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:39,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:41,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:41,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:41,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:41,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:41,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:41,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:41,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:41,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:41,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:41,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:41,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:41,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:41,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:41,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:41,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:43,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:43,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:43,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:43,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:43,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:43,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:43,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:43,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:43,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:43,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:43,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:43,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:43,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:43,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:43,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:45,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:45,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:45,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:45,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:45,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:45,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:45,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:45,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:45,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:45,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:45,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:45,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:45,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:45,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:45,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:54,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:54,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:54,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:54,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:54,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:54,078 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:54,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:54,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:54,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:54,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:54,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:54,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:54,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:54,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:54,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:55,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:55,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:55,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:55,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:55,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:55,980 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:55,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:55,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:55,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:55,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:55,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:55,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:55,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:57,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:35:57,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:35:57,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:35:57,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:35:57,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:35:57,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:35:57,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:35:57,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:35:57,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:35:57,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:35:57,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:35:57,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:35:57,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:35:57,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:35:57,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:05,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:36:05,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:36:05,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:36:05,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:36:05,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:36:05,828 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:36:05,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:36:05,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:36:05,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:36:05,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:36:05,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:36:05,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:36:05,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:05,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:36:05,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:06,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:36:06,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:36:06,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:36:06,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:36:06,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:36:06,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:36:06,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:36:06,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:36:06,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:36:06,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:36:06,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:36:06,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:36:06,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:06,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:36:06,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:07,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:36:07,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:36:07,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:36:07,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:36:07,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:36:07,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:36:07,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:36:07,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:36:07,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:36:07,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:36:07,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:36:07,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:36:07,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:07,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:36:07,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:08,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:36:08,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:36:08,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:36:08,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:36:08,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:36:08,817 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:36:08,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:36:08,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:36:08,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:36:08,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:36:08,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:36:08,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:36:08,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:36:08,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:36:08,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:11,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:11,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:11,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:11,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:11,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:11,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:11,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:11,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:11,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:11,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:11,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:11,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:11,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:11,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:11,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:12,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:12,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:12,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:12,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:12,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:12,335 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:12,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:12,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:12,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:12,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:12,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:12,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:12,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:12,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:12,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:13,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:13,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:13,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:13,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:13,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:13,780 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:13,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:13,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:13,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:13,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:13,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:13,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:13,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:13,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:13,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:15,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:15,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:15,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:15,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:15,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:15,707 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:15,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:15,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:15,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:15,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:15,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:15,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:15,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:15,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:15,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:17,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:17,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:17,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:17,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:17,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:17,916 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:17,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:17,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:17,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:17,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:17,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:17,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:17,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:17,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:17,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:20,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:20,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:20,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:20,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:20,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:20,030 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:20,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:20,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:20,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:20,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:20,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:20,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:20,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:20,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:20,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:20,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:37:20,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:37:20,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:37:20,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:37:20,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:37:20,983 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:37:20,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:37:20,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:37:20,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:37:20,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:37:20,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:37:20,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:37:20,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:37:20,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:37:20,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:37,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:38:37,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:38:37,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:38:37,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:38:37,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:38:37,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:38:37,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:38:37,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:38:37,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:38:37,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:38:37,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:38:37,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:38:37,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:37,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:38:37,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:38,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:38:38,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:38:38,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:38:38,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:38:38,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:38:38,116 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:38:38,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:38:38,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:38:38,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:38:38,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:38:38,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:38:38,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:38:38,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:38,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:38:38,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:38,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:38:38,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:38:38,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:38:38,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:38:38,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:38:38,916 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:38:38,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:38:38,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:38:38,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:38:38,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:38:38,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:38:38,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:38:38,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:38,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:38:38,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:39,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:38:39,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:38:39,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:38:39,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:38:39,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:38:40,028 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:38:40,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:38:40,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:38:40,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:38:40,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:38:40,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:38:40,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:38:40,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:40,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:38:40,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:40,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:38:40,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:38:40,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:38:40,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:38:40,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:38:41,674 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:38:41,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:38:41,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:38:41,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:38:41,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:38:41,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:38:41,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:38:41,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:41,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:38:41,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:41,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:38:41,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:38:41,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:38:41,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:38:41,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:38:41,795 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:38:41,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:38:41,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:38:41,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:38:41,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:38:41,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:38:41,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:38:41,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:38:41,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:38:41,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:17,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:17,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:17,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:17,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:17,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:17,112 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:17,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:17,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:17,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:17,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:17,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:17,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:17,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:17,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:17,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:17,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:17,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:17,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:17,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:17,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:17,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:17,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:17,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:17,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:17,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:17,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:17,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:17,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:17,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:17,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:18,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:18,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:18,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:18,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:18,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:18,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:18,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:18,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:18,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:18,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:18,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:18,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:18,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,718 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:39:18,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:18,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:18,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:18,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:18,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:18,734 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:39:18,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:39:18,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:18,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:18,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:18,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:18,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:18,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:18,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:18,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:18,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:18,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:18,777 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:39:18,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:18,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:18,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:18,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:18,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:18,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:18,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:18,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:18,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:18,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:18,798 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:39:18,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:18,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:18,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:18,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:18,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:18,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:18,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:18,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:18,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:18,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:18,812 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:39:18,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:18,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:18,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:18,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:18,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:18,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:18,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:19,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:19,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:19,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:19,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:19,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:19,134 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:19,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:19,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:19,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:19,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:19,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:19,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:19,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:19,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:19,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:19,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:19,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:19,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:19,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:19,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:19,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:19,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:19,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:19,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:19,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:19,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:19,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:19,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:19,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:19,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:19,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:19,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:19,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:19,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:19,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:19,380 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:39:19,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:19,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:19,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:19,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:19,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:19,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:19,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:42,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:42,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:42,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:42,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:42,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:42,781 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:42,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:42,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:42,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:42,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:42,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:42,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:42,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:42,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:42,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:42,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:42,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:42,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:42,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:42,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:42,798 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:42,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:42,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:42,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:42,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:42,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:42,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:42,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:42,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:42,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:44,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:44,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:44,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:44,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:44,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:44,347 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:44,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:44,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:44,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:44,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:44,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:44,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:44,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:44,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:44,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:44,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:44,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:44,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:44,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:44,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:44,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:44,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:44,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:44,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:44,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:44,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:44,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:44,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:44,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:44,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:45,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:45,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:45,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:45,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:45,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:45,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:45,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:45,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:45,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:45,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:45,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:45,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:45,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:45,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:45,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:45,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:45,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:45,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:45,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:45,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:45,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:45,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:45,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:45,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:45,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:45,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:45,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:45,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:46,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:46,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:46,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:46,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:46,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:46,461 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:46,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:46,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:46,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:46,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:46,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:46,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:46,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:46,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:46,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:46,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:46,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:46,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:46,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:46,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:46,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:46,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:46,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:46,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:46,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:46,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:46,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:47,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:47,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:47,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:47,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:47,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:47,451 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:47,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:47,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:47,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:47,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:47,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:47,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:47,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:47,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:47,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:47,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:39:47,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:39:47,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:39:47,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:39:47,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:39:47,486 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:39:47,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:39:47,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:39:47,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:39:47,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:39:47,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:39:47,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:39:47,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:39:47,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:39:47,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:13,769 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:41:13,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:13,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:13,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:13,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:13,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:13,906 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:41:13,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:41:13,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:13,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:13,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:13,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:13,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:13,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:13,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:13,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:13,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:13,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:13,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:13,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:13,946 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:41:13,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:13,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:13,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:13,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:13,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:13,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:13,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:13,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:13,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:13,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:13,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:13,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:13,984 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:41:13,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:13,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:13,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:13,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:13,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:13,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:13,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:14,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:14,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:14,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:14,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:14,029 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:41:14,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:14,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:14,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:14,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:14,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:14,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:14,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:14,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:14,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:14,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:14,056 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:41:14,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:14,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:14,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:14,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:14,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:14,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:14,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:14,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:14,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:14,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:14,100 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:41:14,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:14,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:14,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:14,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:14,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:14,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:14,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:14,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:14,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:14,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:14,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:41:14,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:41:14,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:41:14,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:14,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:14,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:14,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:14,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:14,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:41:14,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:41:14,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:41:14,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:41:14,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:41:14,475 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:41:14,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:41:14,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:41:14,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:41:14,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:41:14,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:41:14,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:41:14,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,762 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:42:30,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:30,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:30,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:30,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:30,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:30,772 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:42:30,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:42:30,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:30,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:30,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:30,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:30,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:30,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:30,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:30,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:30,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:30,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:30,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:42:30,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:30,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:30,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:30,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:30,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:30,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:30,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:30,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:30,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:30,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:30,885 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:42:30,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:30,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:30,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:30,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:30,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:30,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:30,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:30,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:42:30,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:30,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:42:30,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:42:30,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:30,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:30,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:30,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:30,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:30,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:30,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:30,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:30,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:30,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:30,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:30,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:30,953 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:42:30,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:30,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:30,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:30,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:30,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:30,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:30,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:30,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:30,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:30,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:30,977 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:42:30,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:30,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:30,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:30,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:30,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:30,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:30,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:31,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:31,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:31,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:31,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:31,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:31,282 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:42:31,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:31,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:31,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:31,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:31,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:31,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:31,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:31,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:31,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:31,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:31,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:31,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:31,408 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:42:31,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:42:31,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:42:31,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:31,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:31,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:31,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:31,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:31,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:31,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:35,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:35,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:35,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:35,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:35,560 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-20 17:42:35,607 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 17:42:35,607 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:42:35,607 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:42:35,607 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 17:42:35,608 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 17:42:35,608 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 17:42:35,608 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@3acca2 +2015-07-20 17:42:35,608 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 17:42:35,609 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 17:42:35,609 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@3acca2 +2015-07-20 17:42:35,609 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-20 17:42:35,610 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 17:42:35,610 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@90b8a5 +2015-07-20 17:42:35,610 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 17:42:35,610 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:42:35,610 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 17:42:35,611 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 17:42:35,611 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:42:35,611 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 17:42:35,679 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:42:35,679 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-20 17:42:35,679 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-20 17:42:35,679 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:42:35,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:35,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:42:35,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:42:35,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:42:35,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:35,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:35,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:35,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:35,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:35,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:35,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:49,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:49,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:49,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:49,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:49,035 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 17:42:49,037 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 17:42:49,037 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:42:49,037 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:42:49,037 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 17:42:49,037 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 17:42:49,038 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 17:42:49,038 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@90b8a5 +2015-07-20 17:42:49,038 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 17:42:49,038 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:42:49,038 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 17:42:49,039 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 17:42:49,039 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:42:49,039 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 17:42:49,042 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:42:49,042 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 17:42:49,042 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 17:42:49,042 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:42:49,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:49,043 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:42:49,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:42:49,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:42:49,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:49,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:49,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:49,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:49,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:49,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:49,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:52,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:42:52,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:42:52,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:42:52,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:42:52,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:42:52,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:42:52,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:42:52,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:42:52,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:42:52,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:42:52,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:42:52,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:42:52,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:42:52,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:42:52,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:43:00,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:43:00,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:43:00,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:43:00,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:43:00,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:43:00,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:43:00,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:43:00,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:43:00,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:43:00,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:43:00,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:43:00,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:43:00,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:43:00,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:43:00,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:43:01,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:43:01,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:43:01,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:43:01,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:43:01,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:43:01,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:43:01,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:43:01,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:43:01,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:43:01,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:43:01,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:43:01,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:43:01,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:43:01,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:43:01,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:43:18,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:43:18,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:43:18,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:43:18,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:43:18,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:43:18,813 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:43:18,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:43:18,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:43:18,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:43:18,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:43:18,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:43:18,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:43:18,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:43:18,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:43:18,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:44:03,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:44:03,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:44:03,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:44:03,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:44:03,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:44:03,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:44:03,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:44:03,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:44:03,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:44:03,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:44:03,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:44:03,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:44:03,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:44:03,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:44:03,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:45:05,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:45:05,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:45:05,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:45:05,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:45:05,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:45:05,808 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:45:05,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:45:05,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:45:05,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:45:05,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:45:05,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:45:05,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:45:05,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:45:05,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:45:05,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:46:50,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:46:50,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:46:50,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:46:50,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:46:50,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:46:50,879 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:46:50,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:46:50,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:46:50,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:46:50,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:46:50,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:46:50,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:46:50,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:46:50,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:46:50,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:35,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:35,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:35,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:35,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:35,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:35,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:35,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:35,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:35,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:35,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:35,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:35,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:35,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:35,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:35,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:36,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:36,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:36,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:36,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:36,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:36,425 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:36,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:36,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:36,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:36,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:36,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:36,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:36,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:36,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:36,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:36,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:36,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:36,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:36,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:36,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:36,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:36,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:36,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:36,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:36,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:36,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:36,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:36,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:36,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:36,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:37,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:37,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:37,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:37,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:37,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:37,431 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:37,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:37,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:37,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:37,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:37,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:37,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:37,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:37,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:37,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:37,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:37,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:37,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:37,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:37,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:37,932 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:37,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:37,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:37,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:37,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:37,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:37,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:37,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:37,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:37,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:38,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:38,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:38,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:38,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:38,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:38,421 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:38,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:38,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:38,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:38,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:38,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:38,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:38,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:38,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:38,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:38,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:38,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:38,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:38,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:38,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:38,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:38,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:38,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:38,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:38,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:38,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:38,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:38,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:38,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:38,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:39,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:39,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:39,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:39,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:39,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:39,422 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:39,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:39,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:39,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:39,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:39,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:39,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:39,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:39,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:39,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:39,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:39,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:39,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:39,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:39,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:39,932 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:39,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:39,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:39,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:39,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:39,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:39,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:39,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:39,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:39,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:40,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:40,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:40,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:40,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:40,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:40,428 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:40,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:40,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:40,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:40,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:40,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:40,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:40,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:40,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:40,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:40,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:40,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:40,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:40,954 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:40,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:40,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:40,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:40,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:40,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:40,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:40,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:40,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:40,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:41,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:41,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:41,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:41,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:41,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:41,480 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:41,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:41,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:41,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:41,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:41,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:41,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:41,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:41,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:41,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:41,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:41,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:41,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:41,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:41,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:41,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:41,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:41,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:41,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:41,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:41,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:41,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:41,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:41,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:41,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:42,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:42,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:42,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:42,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:42,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:42,453 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:42,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:42,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:42,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:42,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:42,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:42,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:42,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:42,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:42,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:42,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:42,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:42,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:42,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:42,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:42,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:42,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:42,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:42,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:42,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:42,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:42,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:42,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:42,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:42,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:43,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:43,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:43,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:43,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:43,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:43,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:43,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:43,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:43,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:43,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:43,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:43,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:43,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:43,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:43,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:43,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:43,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:43,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:43,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:43,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:43,931 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:43,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:43,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:43,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:43,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:43,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:43,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:43,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:43,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:43,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:44,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:44,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:44,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:44,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:44,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:44,444 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:44,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:44,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:44,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:44,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:44,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:44,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:44,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:44,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:44,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:45,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:45,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:45,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:45,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:45,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:45,683 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:45,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:45,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:45,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:45,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:45,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:45,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:45,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:45,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:45,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:45,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:45,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:45,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:45,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:45,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:45,718 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:45,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:45,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:45,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:45,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:45,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:45,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:45,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:45,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:45,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:45,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:45,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:45,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:45,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:45,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:45,937 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:45,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:45,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:45,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:45,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:45,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:45,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:45,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:45,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:45,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:46,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:46,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:46,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:46,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:46,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:46,444 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:46,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:46,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:46,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:46,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:46,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:46,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:46,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:46,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:46,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:46,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:46,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:46,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:46,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:46,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:46,955 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:46,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:46,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:46,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:46,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:46,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:46,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:46,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:46,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:46,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:47,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:47,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:47,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:47,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:47,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:47,436 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:47,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:47,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:47,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:47,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:47,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:47,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:47,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:47,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:47,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:47,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:47,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:47,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:47,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:47,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:47,940 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:47,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:47,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:47,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:47,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:47,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:47,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:47,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:47,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:47,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:48,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:48,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:48,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:48,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:48,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:48,433 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:48,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:48,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:48,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:48,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:48,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:48,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:48,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:48,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:48,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:48,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:48,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:48,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:48,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:48,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:48,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:48,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:48,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:48,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:48,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:48,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:48,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:48,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:48,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:48,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:49,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:49,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:49,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:49,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:49,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:49,462 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:49,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:49,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:49,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:49,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:49,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:49,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:49,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:49,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:49,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:49,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:49,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:49,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:49,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:49,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:49,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:49,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:49,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:49,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:49,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:49,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:49,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:49,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:49,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:49,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:50,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:50,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:50,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:50,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:50,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:50,469 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:50,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:50,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:50,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:50,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:50,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:50,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:50,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:50,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:50,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:50,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:50,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:50,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:50,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:50,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:50,948 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:50,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:50,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:50,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:50,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:50,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:50,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:50,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:50,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:50,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:51,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:51,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:51,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:51,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:51,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:51,453 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:51,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:51,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:51,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:51,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:51,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:51,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:51,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:51,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:51,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:51,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:51,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:51,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:51,952 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:51,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:51,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:51,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:51,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:51,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:51,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:51,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:51,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:51,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:52,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:52,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:52,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:52,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:52,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:52,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:52,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:52,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:52,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:52,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:52,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:53,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:53,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:53,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:53,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:53,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:53,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:53,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:53,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:53,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:53,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:53,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:53,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:53,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:53,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:53,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:53,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:53,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:53,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:53,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:53,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:53,452 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:53,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:53,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:53,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:53,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:53,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:53,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:53,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:53,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:53,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:53,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:53,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:54,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:54,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:54,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:54,003 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:54,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:54,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:54,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:54,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:54,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:54,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:54,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:54,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:54,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:54,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:54,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:54,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:54,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:54,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:54,526 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:54,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:54,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:54,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:54,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:54,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:54,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:54,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:54,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:54,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:54,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:54,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:54,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:54,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:54,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:54,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:54,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:54,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:54,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:54,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:54,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:54,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:54,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:55,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:55,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:55,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:55,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:55,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:55,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:55,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:55,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:55,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:55,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:55,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:55,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:55,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:55,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:55,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:55,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:55,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:55,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:55,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:55,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:55,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:55,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:55,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:55,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:55,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:55,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:55,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:55,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:55,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:55,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:56,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:56,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:56,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:56,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:56,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:56,469 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:56,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:56,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:56,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:56,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:56,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:56,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:56,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:56,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:56,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:56,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:56,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:57,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:57,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:57,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:57,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:57,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:57,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:57,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:57,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:57,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:57,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:57,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:57,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:57,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:57,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:57,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:57,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:57,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:57,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:57,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:57,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:57,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:57,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:57,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:57,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:57,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:57,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:57,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:57,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:57,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:57,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:57,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:57,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:57,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:57,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:57,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:57,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:57,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:57,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:57,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:57,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:57,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:57,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:57,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:58,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:58,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:58,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:58,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:58,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:58,481 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:58,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:58,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:58,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:58,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:58,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:58,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:58,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:58,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:58,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:58,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:58,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:58,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:58,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:58,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:58,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:58,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:58,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:58,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:58,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:58,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:58,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:58,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:58,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:58,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:59,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:59,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:59,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:59,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:59,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:59,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:59,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:59,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:59,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:59,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:59,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:59,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:59,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:59,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:59,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:59,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:47:59,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:47:59,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:47:59,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:47:59,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:47:59,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:47:59,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:47:59,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:47:59,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:47:59,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:47:59,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:47:59,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:47:59,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:47:59,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:47:59,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:00,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:00,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:00,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:00,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:00,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:00,475 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:00,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:00,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:00,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:00,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:00,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:00,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:00,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:00,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:00,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:01,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:01,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:01,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:01,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:01,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:01,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:01,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:01,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:01,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:01,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:01,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:01,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:01,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:01,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:01,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:01,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:01,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:01,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:01,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:01,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:01,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:01,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:01,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:01,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:01,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:01,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:01,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:01,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:01,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:01,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:01,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:01,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:01,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:01,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:01,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:02,000 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:02,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:02,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:02,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:02,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:02,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:02,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:02,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:02,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:02,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:02,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:02,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:02,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:02,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:02,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:02,462 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:02,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:02,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:02,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:02,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:02,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:02,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:02,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:02,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:02,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:02,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:02,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:02,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:02,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:02,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:02,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:02,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:02,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:02,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:02,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:02,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:02,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:02,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:02,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:02,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:03,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:03,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:03,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:03,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:03,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:03,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:03,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:03,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:03,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:03,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:03,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:03,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:03,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:03,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:03,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:03,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:03,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:03,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:03,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:03,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:03,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:04,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:04,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:04,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:04,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:04,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:04,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:04,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:04,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:04,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:04,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:04,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:04,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:04,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:04,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:04,466 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:04,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:04,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:04,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:04,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:04,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:04,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:04,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:04,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:04,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:04,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:04,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:04,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:04,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:04,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:04,989 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:04,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:04,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:04,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:04,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:04,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:04,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:04,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:04,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:04,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:05,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:05,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:05,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:05,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:05,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:05,517 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:05,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:05,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:05,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:05,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:05,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:05,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:05,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:05,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:05,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:05,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:05,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:05,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:05,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:05,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:05,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:05,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:05,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:05,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:05,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:05,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:05,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:05,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:05,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:05,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:06,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:06,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:06,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:06,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:06,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:06,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:06,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:06,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:06,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:06,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:06,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:06,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:06,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:06,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:06,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:06,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:06,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:06,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:06,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:06,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:06,968 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:06,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:06,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:06,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:06,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:06,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:06,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:06,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:06,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:06,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:07,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:07,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:07,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:07,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:07,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:07,484 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:07,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:07,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:07,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:07,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:07,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:07,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:07,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:07,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:07,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:07,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:07,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:07,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:07,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:07,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:07,980 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:08,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:08,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:08,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:08,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:08,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:08,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:08,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:08,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:08,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:08,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:08,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:08,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:08,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:08,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:08,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:08,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:08,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:08,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:08,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:08,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:08,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:08,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:08,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:08,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:09,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:09,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:09,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:09,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:09,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:09,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:09,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:09,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:09,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:09,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:09,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:09,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:09,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:09,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:09,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:09,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:09,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:09,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:09,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:09,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:09,474 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:09,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:09,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:09,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:09,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:09,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:09,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:09,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:09,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:09,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:09,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:09,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:09,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:09,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:09,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:09,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:09,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:09,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:09,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:09,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:09,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:09,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:09,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:09,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:09,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:10,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:10,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:10,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:10,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:10,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:10,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:10,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:10,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:10,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:10,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:10,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:10,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:10,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:10,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:10,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:10,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:10,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:10,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:10,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:10,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:10,984 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:10,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:10,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:10,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:10,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:10,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:10,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:10,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:10,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:10,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:11,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:11,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:11,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:11,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:11,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:11,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:11,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:11,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:11,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:11,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:11,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:11,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:11,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:11,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:11,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:11,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:11,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:11,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:11,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:11,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:11,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:11,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:11,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:11,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:11,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:11,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:11,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:11,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:11,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:11,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:12,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:12,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:12,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:12,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:12,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:12,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:12,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:12,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:12,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:12,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:12,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:12,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:12,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:12,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:12,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:12,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:12,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:13,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:13,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:13,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:13,000 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:13,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:13,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:13,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:13,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:13,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:13,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:13,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:13,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:13,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:13,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:13,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:13,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:13,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:13,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:13,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:13,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:13,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:13,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:13,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:13,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:13,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:13,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:13,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:13,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:14,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:14,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:14,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:14,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:14,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:14,010 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:14,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:14,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:14,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:14,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:14,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:14,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:14,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:14,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:14,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:14,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:14,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:14,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:14,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:14,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:14,593 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:14,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:14,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:14,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:14,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:14,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:14,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:14,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:14,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:14,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:15,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:15,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:15,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:15,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:15,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:15,027 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:15,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:15,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:15,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:15,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:15,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:15,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:15,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:15,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:15,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:15,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:15,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:15,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:15,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:15,530 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:15,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:15,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:15,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:15,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:15,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:15,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:15,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:15,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:15,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:15,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:15,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:15,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:15,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:15,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:15,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:16,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:16,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:16,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:16,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:16,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:16,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:16,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:16,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:16,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:16,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:16,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:16,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:16,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:16,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:16,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:16,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:16,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:16,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:16,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:16,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:16,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:16,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:16,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:16,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:17,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:17,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:17,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:17,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:17,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:17,081 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:17,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:17,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:17,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:17,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:17,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:17,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:17,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:17,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:17,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:17,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:17,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:17,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:17,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:17,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:17,482 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:17,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:17,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:17,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:17,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:17,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:17,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:17,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:17,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:17,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:18,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:18,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:18,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:18,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:18,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:18,020 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:18,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:18,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:18,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:18,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:18,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:18,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:18,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:18,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:18,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:18,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:18,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:18,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:18,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:18,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:18,501 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:18,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:18,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:18,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:18,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:18,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:18,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:18,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:18,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:18,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:19,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:19,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:19,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:19,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:19,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:19,022 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:19,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:19,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:19,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:19,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:19,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:19,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:19,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:19,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:19,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:19,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:19,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:19,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:19,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:19,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:19,495 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:19,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:19,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:19,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:19,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:19,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:19,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:19,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:19,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:19,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:19,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:19,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:20,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:20,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:20,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:20,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:20,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:20,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:20,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:20,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:20,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:20,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:20,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:20,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:20,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:20,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:20,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:20,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:20,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:20,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:20,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:20,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:20,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:20,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:20,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:20,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:20,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:20,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:20,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:20,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:21,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:21,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:21,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:21,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:21,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:21,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:21,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:21,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:21,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:21,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:21,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:21,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:21,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:21,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:21,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:21,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:21,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:21,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:21,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:21,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:21,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:21,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:21,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:21,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:21,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:21,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:21,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:21,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:21,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:21,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:22,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:22,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:22,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:22,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:22,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:22,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:22,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:22,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:22,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:22,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:22,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:22,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:22,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:22,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:22,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:22,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:22,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:22,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:22,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:22,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:22,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:22,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:22,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:22,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:22,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:22,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:22,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:22,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:22,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:22,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:23,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:23,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:23,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:23,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:23,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:23,011 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:23,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:23,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:23,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:23,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:23,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:23,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:23,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:23,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:23,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:23,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:23,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:23,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:23,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:23,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:23,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:23,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:23,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:23,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:23,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:23,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:23,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:23,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:23,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:23,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:23,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:23,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:24,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:24,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:24,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:24,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:24,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:24,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:24,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:24,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:24,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:24,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:24,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:24,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:24,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:24,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:24,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:24,656 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:24,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:24,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:24,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:24,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:24,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:24,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:24,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:24,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:24,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:25,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:25,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:25,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:25,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:25,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:25,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:25,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:25,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:25,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:25,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:25,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:25,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:25,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:25,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:25,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:25,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:25,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:25,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:25,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:25,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:25,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:25,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:25,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:25,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:25,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:25,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:25,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:25,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:25,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:25,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:26,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:26,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:26,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:26,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:26,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:26,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:26,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:26,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:26,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:26,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:26,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:26,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:26,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:26,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:26,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:26,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:26,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:26,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:26,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:26,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:26,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:26,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:26,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:26,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:26,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:26,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:26,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:26,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:26,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:26,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:27,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:27,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:27,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:27,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:27,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:27,014 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:27,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:27,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:27,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:27,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:27,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:27,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:27,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:27,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:27,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:27,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:27,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:27,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:27,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:27,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:27,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:27,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:27,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:27,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:27,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:27,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:27,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:27,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:27,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:27,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:28,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:28,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:28,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:28,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:28,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:28,036 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:28,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:28,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:28,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:28,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:28,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:28,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:28,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:28,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:28,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:28,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:28,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:28,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:28,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:28,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:28,550 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:28,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:28,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:28,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:28,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:28,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:28,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:28,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:28,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:28,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:29,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:29,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:29,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:29,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:29,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:29,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:29,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:29,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:29,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:29,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:29,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:29,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:29,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:29,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:29,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:29,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:29,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:29,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:29,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:29,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:29,546 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:29,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:29,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:29,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:29,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:29,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:29,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:29,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:29,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:29,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:30,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:30,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:30,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:30,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:30,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:30,014 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:30,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:30,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:30,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:30,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:30,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:30,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:30,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:30,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:30,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:31,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:31,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:31,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:31,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:31,077 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:31,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:31,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:31,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:31,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:31,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:31,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:31,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:31,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:31,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:31,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:31,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:31,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:31,126 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:31,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:31,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:31,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:31,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:31,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:31,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:31,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:31,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:31,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:31,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:31,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:31,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:31,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:31,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:31,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:31,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:31,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:31,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:31,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:31,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:31,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:31,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:31,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:32,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:32,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:32,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:32,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:32,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:32,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:32,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:32,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:32,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:32,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:32,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:32,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:32,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:32,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:32,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:32,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:32,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:32,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:32,623 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:32,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:32,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:32,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:32,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:32,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:32,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:32,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:32,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:32,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:33,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:33,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:33,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:33,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:33,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:33,024 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:33,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:33,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:33,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:33,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:33,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:33,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:33,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:33,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:33,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:33,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:33,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:33,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:33,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:33,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:33,756 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:33,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:33,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:33,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:33,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:33,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:33,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:33,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:33,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:34,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:34,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:34,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:34,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:34,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:34,091 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:34,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:34,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:34,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:34,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:34,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:34,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:34,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:34,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:34,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:34,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:34,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:34,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:34,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:34,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:34,526 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:34,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:34,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:34,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:34,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:34,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:34,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:34,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:34,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:34,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:35,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:35,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:35,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:35,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:35,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:35,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:35,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:35,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:35,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:35,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:35,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:35,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:35,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:35,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:35,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:36,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:36,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:36,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:36,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:36,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:36,096 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:36,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:36,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:36,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:36,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:36,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:36,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:36,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:36,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:36,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:36,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:36,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:36,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:36,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:36,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:36,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:36,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:36,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:36,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:36,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:36,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:36,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:36,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:36,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:36,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:36,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:36,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:36,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:36,509 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:36,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:36,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:36,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:36,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:36,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:36,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:36,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:36,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:36,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:37,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:37,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:37,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:37,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:37,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:37,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:37,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:37,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:37,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:37,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:37,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:37,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:37,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:37,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:37,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:37,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:37,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:37,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:37,516 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:37,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:37,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:37,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:37,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:37,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:37,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:37,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:37,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:37,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:38,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:38,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:38,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:38,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:38,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:38,015 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:38,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:38,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:38,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:38,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:38,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:38,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:38,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:38,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:38,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:38,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:38,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:38,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:38,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:38,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:38,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:38,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:38,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:38,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:38,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:38,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:38,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:38,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:38,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:38,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:39,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:39,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:39,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:39,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:39,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:39,043 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:39,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:39,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:39,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:39,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:39,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:39,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:39,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:39,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:39,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:39,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:39,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:39,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:39,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:39,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:39,515 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:39,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:39,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:39,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:39,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:39,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:39,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:39,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:39,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:39,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:40,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:40,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:40,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:40,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:40,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:40,212 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:40,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:40,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:40,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:40,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:40,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:40,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:40,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:40,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:40,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:40,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:40,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:40,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:40,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:40,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:40,514 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:40,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:40,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:40,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:40,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:40,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:40,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:40,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:40,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:40,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:41,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:41,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:41,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:41,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:41,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:41,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:41,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:41,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:41,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:41,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:41,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:41,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:41,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:41,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:41,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:41,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:41,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:41,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:41,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:41,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:41,523 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:41,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:41,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:41,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:41,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:41,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:41,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:41,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:41,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:41,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:42,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:42,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:42,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:42,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:42,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:42,137 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:42,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:42,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:42,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:42,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:42,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:42,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:42,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:42,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:42,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:42,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:42,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:42,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:42,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:42,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:42,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:42,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:42,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:42,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:42,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:42,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:42,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:42,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:42,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:42,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:43,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:43,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:43,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:43,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:43,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:43,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:43,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:43,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:43,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:43,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:43,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:43,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:43,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:43,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:43,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:43,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:43,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:43,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:43,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:43,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:43,515 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:43,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:43,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:43,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:43,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:43,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:43,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:43,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:43,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:43,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:44,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:44,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:44,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:44,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:44,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:44,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:44,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:44,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:44,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:44,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:44,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:44,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:44,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:44,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:44,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:44,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:44,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:44,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:44,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:44,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:44,571 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:44,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:44,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:44,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:44,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:44,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:44,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:44,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:44,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:44,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:45,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:45,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:45,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:45,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:45,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:45,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:45,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:45,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:45,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:45,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:45,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:45,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:45,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:45,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:45,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:45,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:45,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:45,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:45,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:45,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:45,524 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:45,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:45,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:45,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:45,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:45,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:45,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:45,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:45,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:45,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:46,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:46,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:46,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:46,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:46,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:46,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:46,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:46,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:46,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:46,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:46,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:46,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:46,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:46,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:46,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:46,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:46,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:46,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:46,526 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:46,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:46,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:46,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:46,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:46,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:46,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:46,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:46,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:46,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:47,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:47,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:47,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:47,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:47,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:47,024 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:47,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:47,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:47,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:47,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:47,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:47,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:47,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:47,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:47,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:47,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:47,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:47,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:47,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:47,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:47,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:47,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:47,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:47,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:47,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:47,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:47,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:48,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:48,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:48,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:48,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:48,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:48,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:48,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:48,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:48,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:48,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:48,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:48,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:48,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:48,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:48,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:48,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:48,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:48,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:48,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:48,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:48,528 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:48,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:48,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:48,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:48,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:48,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:48,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:48,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:48,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:48,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:49,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:49,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:49,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:49,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:49,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:49,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:49,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:49,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:49,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:49,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:49,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:49,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:49,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:49,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:49,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:49,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:49,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:49,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:49,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:49,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:49,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:49,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:49,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:49,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:49,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:49,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:49,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:49,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:49,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:49,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:50,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:50,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:50,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:50,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:50,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:50,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:50,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:50,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:50,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:50,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:50,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:50,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:50,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:50,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:50,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:50,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:50,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:50,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:50,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:50,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:50,565 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:50,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:50,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:50,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:50,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:50,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:50,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:50,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:50,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:50,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:51,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:51,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:51,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:51,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:51,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:51,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:51,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:51,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:51,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:51,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:51,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:51,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:51,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:51,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:51,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:51,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:51,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:51,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:51,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:51,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:51,566 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:51,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:51,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:51,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:51,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:51,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:51,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:51,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:51,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:51,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:52,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:52,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:52,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:52,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:52,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:52,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:52,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:52,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:52,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:52,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:52,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:52,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:52,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:52,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:52,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:53,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:53,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:53,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:53,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:53,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:53,255 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:53,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:53,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:53,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:53,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:53,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:53,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:53,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:53,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:53,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:53,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:53,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:53,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:53,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:53,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:53,726 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:53,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:53,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:53,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:53,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:53,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:53,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:53,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:53,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:53,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:54,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:54,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:54,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:54,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:54,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:54,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:54,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:54,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:54,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:54,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:54,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:54,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:54,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:54,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:54,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:54,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:54,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:54,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:54,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:54,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:54,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:54,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:54,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:54,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:54,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:54,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:54,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:54,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:54,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:54,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:54,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:54,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:54,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:54,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:54,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:54,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:54,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:54,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:54,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:54,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:54,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:54,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:55,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:55,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:55,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:55,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:55,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:55,117 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:55,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:55,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:55,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:55,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:55,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:55,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:55,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:55,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:55,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:55,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:55,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:55,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:55,544 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:55,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:55,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:55,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:55,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:55,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:55,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:55,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:55,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:55,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:56,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:56,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:56,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:56,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:56,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:56,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:56,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:56,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:56,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:56,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:56,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:56,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:56,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:56,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:56,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:56,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:56,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:56,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:56,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:56,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:56,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:56,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:56,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:56,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:56,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:56,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:56,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:56,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:56,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:56,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:57,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:57,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:57,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:57,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:57,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:57,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:57,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:57,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:57,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:57,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:57,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:57,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:57,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:57,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:57,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:57,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:57,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:57,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:57,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:57,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:57,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:57,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:57,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:57,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:57,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:57,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:57,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:57,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:57,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:57,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:58,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:58,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:58,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:58,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:58,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:58,042 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:58,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:58,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:58,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:58,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:58,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:58,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:58,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:58,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:58,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:58,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:58,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:58,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:58,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:58,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:58,538 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:58,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:58,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:58,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:58,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:58,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:58,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:58,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:58,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:58,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:59,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:59,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:59,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:59,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:59,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:59,117 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:59,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:59,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:59,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:59,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:59,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:59,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:59,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:59,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:59,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:59,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:48:59,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:48:59,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:48:59,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:48:59,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:48:59,716 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:48:59,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:48:59,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:48:59,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:48:59,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:48:59,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:48:59,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:48:59,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:48:59,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:48:59,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:00,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:00,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:00,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:00,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:00,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:00,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:00,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:00,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:00,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:00,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:00,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:00,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:00,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:00,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:00,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:00,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:00,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:00,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:00,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:00,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:00,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:00,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:00,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:00,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:00,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:00,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:00,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:00,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:00,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:00,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:01,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:01,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:01,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:01,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:01,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:01,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:01,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:01,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:01,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:01,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:01,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:01,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:01,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:01,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:01,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:01,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:01,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:01,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:01,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:01,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:01,577 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:01,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:01,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:01,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:01,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:01,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:01,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:01,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:01,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:01,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:02,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:02,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:02,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:02,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:02,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:02,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:02,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:02,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:02,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:02,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:02,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:02,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:02,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:02,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:02,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:02,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:02,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:02,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:02,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:02,548 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:02,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:02,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:02,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:02,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:02,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:02,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:02,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:02,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:02,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:03,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:03,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:03,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:03,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:03,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:03,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:03,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:03,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:03,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:03,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:03,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:03,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:03,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:03,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:03,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:03,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:03,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:03,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:03,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:03,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:03,543 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:03,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:03,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:03,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:03,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:03,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:03,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:03,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:03,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:03,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:04,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:04,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:04,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:04,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:04,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:04,068 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:04,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:04,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:04,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:04,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:04,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:04,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:04,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:04,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:04,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:04,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:04,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:04,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:04,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:04,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:04,558 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:04,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:04,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:04,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:04,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:04,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:04,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:04,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:04,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:04,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:05,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:05,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:05,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:05,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:05,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:05,064 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:05,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:05,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:05,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:05,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:05,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:05,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:05,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:05,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:05,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:05,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:05,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:05,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:05,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:05,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:05,550 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:05,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:05,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:05,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:05,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:05,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:05,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:05,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:05,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:05,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:06,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:06,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:06,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:06,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:06,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:06,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:06,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:06,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:06,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:06,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:06,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:06,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:06,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:06,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:06,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:06,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:06,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:06,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:06,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:06,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:06,602 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:06,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:06,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:06,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:06,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:06,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:06,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:06,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:06,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:06,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:07,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:07,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:07,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:07,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:07,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:07,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:07,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:07,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:07,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:07,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:07,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:07,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:07,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:07,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:07,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:07,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:07,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:07,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:07,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:07,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:07,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:07,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:07,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:07,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:08,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:08,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:08,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:08,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:08,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:08,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:08,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:08,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:08,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:08,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:08,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:08,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:08,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:08,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:08,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:08,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:08,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:08,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:08,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:08,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:08,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:08,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:08,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:08,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:08,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:08,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:08,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:08,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:08,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:08,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:09,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:09,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:09,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:09,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:09,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:09,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:09,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:09,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:09,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:09,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:09,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:09,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:09,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:09,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:09,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:09,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:09,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:09,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:09,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:09,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:09,584 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:09,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:09,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:09,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:09,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:09,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:09,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:09,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:09,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:09,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:10,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:10,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:10,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:10,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:10,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:10,066 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:10,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:10,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:10,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:10,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:10,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:10,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:10,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:10,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:10,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:10,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:10,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:10,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:10,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:10,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:10,929 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:10,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:10,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:10,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:10,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:10,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:10,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:10,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:10,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:10,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:11,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:11,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:11,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:11,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:11,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:11,053 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:11,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:11,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:11,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:11,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:11,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:11,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:11,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:11,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:11,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:11,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:11,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:11,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:11,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:11,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:11,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:11,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:11,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:11,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:11,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:11,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:11,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:11,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:11,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:11,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:12,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:12,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:12,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:12,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:12,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:12,089 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:12,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:12,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:12,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:12,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:12,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:12,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:12,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:12,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:12,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:12,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:12,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:12,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:12,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:12,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:12,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:12,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:12,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:12,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:12,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:12,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:12,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:12,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:12,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:12,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:13,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:13,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:13,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:13,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:13,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:13,080 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:13,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:13,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:13,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:13,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:13,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:13,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:13,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:13,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:13,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:13,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:13,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:13,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:13,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:13,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:13,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:13,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:13,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:13,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:13,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:13,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:13,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:13,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:13,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:13,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:14,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:14,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:14,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:14,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:14,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:14,105 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:14,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:14,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:14,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:14,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:14,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:14,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:14,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:14,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:14,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:14,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:14,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:14,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:14,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:14,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:14,654 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:14,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:14,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:14,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:14,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:14,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:14,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:15,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:15,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:15,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:15,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:15,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:15,082 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:15,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:15,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:15,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:15,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:15,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:15,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:15,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:15,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:15,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:15,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:15,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:15,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:15,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:15,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:15,647 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:15,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:15,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:15,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:15,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:15,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:15,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:15,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:15,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:15,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:16,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:16,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:16,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:16,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:16,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:16,118 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:16,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:16,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:16,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:16,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:16,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:16,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:16,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:16,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:16,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:16,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:16,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:16,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:16,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:16,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:16,565 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:16,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:16,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:16,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:16,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:16,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:16,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:16,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:16,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:16,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:17,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:17,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:17,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:17,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:17,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:17,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:17,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:17,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:17,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:17,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:17,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:17,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:17,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:17,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:17,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:17,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:17,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:17,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:17,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:17,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:17,584 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:17,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:17,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:17,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:17,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:17,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:17,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:17,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:17,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:17,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:18,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:18,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:18,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:18,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:18,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:18,073 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:18,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:18,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:18,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:18,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:18,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:18,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:18,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:18,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:18,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:18,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:18,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:18,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:18,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:18,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:18,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:18,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:18,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:18,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:18,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:18,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:18,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:18,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:18,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:18,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:19,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:19,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:19,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:19,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:19,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:19,088 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:19,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:19,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:19,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:19,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:19,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:19,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:19,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:19,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:19,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:19,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:19,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:19,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:19,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:19,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:19,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:19,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:19,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:19,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:19,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:19,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:19,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:19,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:19,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:19,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:20,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:20,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:20,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:20,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:20,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:20,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:20,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:20,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:20,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:20,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:20,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:20,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:20,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:20,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:20,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:20,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:20,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:20,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:20,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:20,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:20,577 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:20,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:20,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:20,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:20,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:20,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:20,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:20,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:20,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:20,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:21,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:21,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:21,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:21,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:21,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:21,116 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:21,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:21,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:21,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:21,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:21,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:21,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:21,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:21,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:21,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:21,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:21,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:21,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:21,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:21,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:21,592 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:21,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:21,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:21,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:21,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:21,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:21,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:21,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:21,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:21,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:22,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:22,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:22,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:22,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:22,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:22,077 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:22,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:22,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:22,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:22,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:22,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:22,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:22,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:22,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:22,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:22,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:22,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:22,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:22,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:22,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:22,601 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:22,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:22,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:22,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:22,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:22,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:22,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:22,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:22,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:22,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:23,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:23,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:23,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:23,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:23,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:23,263 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:23,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:23,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:23,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:23,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:23,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:23,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:23,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:23,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:23,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:23,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:23,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:23,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:23,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:23,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:23,605 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:23,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:23,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:23,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:23,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:23,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:23,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:23,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:23,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:23,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:24,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:24,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:24,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:24,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:24,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:24,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:24,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:24,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:24,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:24,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:24,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:24,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:24,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:24,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:24,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:24,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:24,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:24,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:24,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:24,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:24,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:25,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:25,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:25,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:25,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:25,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:25,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:25,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:25,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:25,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:25,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:25,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:25,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:25,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:25,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:25,095 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:25,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:25,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:25,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:25,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:25,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:25,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:25,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:25,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:25,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:25,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:25,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:25,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:25,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:25,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:25,603 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:25,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:25,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:25,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:25,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:25,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:25,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:25,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:25,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:25,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:26,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:26,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:26,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:26,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:26,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:26,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:26,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:26,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:26,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:26,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:26,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:26,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:26,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:26,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:26,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:26,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:26,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:26,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:26,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:26,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:26,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:26,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:26,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:26,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:26,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:26,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:26,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:26,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:26,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:26,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:27,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:27,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:27,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:27,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:27,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:27,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:27,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:27,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:27,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:27,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:27,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:27,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:27,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:27,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:27,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:27,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:27,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:27,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:27,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:27,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:27,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:27,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:27,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:27,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:27,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:27,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:27,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:27,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:27,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:27,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:28,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:28,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:28,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:28,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:28,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:28,107 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:28,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:28,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:28,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:28,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:28,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:28,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:28,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:28,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:28,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:28,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:28,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:28,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:28,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:28,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:28,603 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:28,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:28,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:28,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:28,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:28,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:28,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:28,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:28,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:28,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:29,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:29,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:29,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:29,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:29,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:29,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:29,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:29,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:29,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:29,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:29,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:29,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:29,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:29,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:29,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:29,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:29,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:29,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:29,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:29,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:29,726 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:29,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:29,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:29,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:29,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:29,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:29,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:29,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:29,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:29,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:30,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:30,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:30,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:30,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:30,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:30,225 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:30,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:30,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:30,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:30,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:30,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:30,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:30,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:30,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:30,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:30,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:30,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:30,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:30,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:30,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:30,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:30,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:30,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:30,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:30,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:30,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:30,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:30,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:30,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:30,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:31,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:31,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:31,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:31,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:31,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:31,129 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:31,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:31,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:31,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:31,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:31,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:31,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:31,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:31,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:31,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:32,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:32,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:32,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:32,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:32,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:32,390 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:32,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:32,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:32,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:32,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:32,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:32,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:32,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:32,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:32,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:32,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:32,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:32,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:32,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:32,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:32,428 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:32,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:32,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:32,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:32,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:32,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:32,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:32,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:32,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:32,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:32,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:32,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:32,643 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:32,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:32,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:32,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:32,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:32,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:32,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:32,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:32,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:32,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:33,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:33,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:33,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:33,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:33,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:33,122 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:33,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:33,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:33,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:33,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:33,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:33,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:33,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:33,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:33,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:33,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:33,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:33,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:33,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:33,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:33,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:33,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:33,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:33,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:33,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:33,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:33,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:33,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:33,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:33,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:34,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:34,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:34,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:34,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:34,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:34,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:34,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:34,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:34,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:34,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:34,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:34,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:34,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:34,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:34,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:34,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:34,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:34,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:34,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:34,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:34,631 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:34,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:34,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:34,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:34,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:34,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:34,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:35,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:35,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:35,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:35,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:35,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:35,135 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:35,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:35,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:35,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:35,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:35,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:35,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:35,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:35,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:35,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:35,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:35,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:35,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:35,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:35,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:35,647 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:35,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:35,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:35,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:35,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:35,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:35,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:35,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:35,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:35,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:36,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:36,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:36,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:36,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:36,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:36,150 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:36,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:36,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:36,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:36,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:36,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:36,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:36,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:36,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:36,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:36,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:36,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:36,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:36,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:36,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:36,658 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:36,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:36,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:36,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:36,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:36,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:36,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:36,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:36,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:36,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:37,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:37,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:37,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:37,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:37,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:37,204 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:37,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:37,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:37,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:37,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:37,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:37,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:37,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:37,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:37,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:37,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:37,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:37,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:37,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:37,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:37,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:37,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:37,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:37,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:37,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:37,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:37,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:37,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:37,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:37,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:38,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:38,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:38,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:38,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:38,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:38,148 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:38,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:38,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:38,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:38,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:38,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:38,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:38,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:38,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:38,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:38,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:38,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:38,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:38,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:38,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:38,765 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:38,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:38,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:38,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:38,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:38,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:38,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:38,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:38,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:38,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:39,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:39,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:39,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:39,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:39,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:39,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:39,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:39,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:39,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:39,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:39,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:39,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:39,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:39,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:39,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:39,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:39,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:39,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:39,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:39,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:39,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:39,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:39,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:39,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:39,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:39,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:39,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:39,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:39,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:39,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:40,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:40,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:40,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:40,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:40,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:40,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:40,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:40,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:40,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:40,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:40,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:40,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:40,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:40,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:40,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:40,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:40,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:40,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:40,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:40,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:40,708 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:40,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:40,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:40,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:40,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:40,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:40,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:40,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:40,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:40,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:41,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:41,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:41,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:41,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:41,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:41,135 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:41,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:41,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:41,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:41,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:41,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:41,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:41,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:41,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:41,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:41,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:41,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:41,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:41,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:41,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:41,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:41,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:41,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:41,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:41,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:41,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:41,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:41,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:41,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:41,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:42,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:42,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:42,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:42,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:42,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:42,157 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:42,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:42,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:42,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:42,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:42,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:42,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:42,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:42,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:42,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:42,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:42,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:42,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:42,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:42,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:42,665 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:42,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:42,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:42,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:42,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:42,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:42,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:42,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:42,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:42,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:43,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:43,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:43,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:43,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:43,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:43,136 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:43,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:43,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:43,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:43,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:43,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:43,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:43,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:43,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:43,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:43,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:43,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:43,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:43,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:43,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:43,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:43,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:43,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:43,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:43,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:43,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:43,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:43,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:43,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:43,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:44,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:44,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:44,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:44,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:44,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:44,136 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:44,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:44,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:44,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:44,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:44,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:44,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:44,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:44,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:44,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:44,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:44,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:44,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:44,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:44,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:44,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:44,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:44,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:44,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:44,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:44,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:44,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:44,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:44,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:44,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:45,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:45,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:45,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:45,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:45,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:45,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:45,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:45,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:45,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:45,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:45,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:45,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:45,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:45,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:45,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:45,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:45,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:45,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:45,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:45,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:45,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:45,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:45,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:45,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:45,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:45,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:45,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:45,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:45,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:45,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:46,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:46,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:46,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:46,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:46,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:46,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:46,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:46,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:46,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:46,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:46,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:46,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:46,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:46,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:46,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:46,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:46,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:46,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:46,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:46,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:46,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:46,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:46,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:46,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:46,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:46,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:46,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:47,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:47,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:47,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:47,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:47,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:47,136 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:47,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:47,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:47,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:47,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:47,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:47,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:47,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:47,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:47,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:47,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:47,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,104 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:49:48,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,111 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:49:48,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:49:48,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,177 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,184 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:48,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:48,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:48,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,201 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:49:48,212 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:48,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:49:48,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:49:48,255 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:49:48,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:48,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:48,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,387 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,409 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,468 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,483 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,508 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,595 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,613 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,644 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,659 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:48,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:48,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:48,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,676 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,711 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,747 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,771 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,789 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,817 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,850 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,867 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,903 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,935 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,955 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:48,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:48,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:48,974 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:48,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:48,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:48,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:48,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:48,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:48,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:48,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,012 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,030 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,062 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,080 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,114 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,133 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,156 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:49,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:49,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:49,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,163 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,182 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,210 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,228 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,314 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:49:49,642 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:49,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:49:49,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:49,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:49,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:49,802 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:49,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:49,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:49,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:49,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:49,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:49,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:49,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:49,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:49,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:49,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:49,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,061 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,124 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:50,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:50,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:50,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,164 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,187 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,205 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,278 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,296 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,313 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,358 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,375 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,403 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,425 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,571 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,589 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,608 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,773 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:50,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:50,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:50,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,806 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,874 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,928 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,945 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,962 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:50,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:50,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:50,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:50,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:50,990 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:50,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:50,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:50,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,006 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,031 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,052 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,069 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,085 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,209 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:51,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:51,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:51,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,221 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,237 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,256 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,286 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,306 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,353 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,455 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,473 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,491 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,509 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,526 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:51,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:51,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:51,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,670 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,688 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,743 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,761 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,779 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,864 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,882 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,917 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,937 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:51,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:51,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:51,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:51,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:51,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:51,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:51,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:51,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:51,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:51,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:51,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:51,973 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,046 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,163 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:52,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:52,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:52,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,199 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,242 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,299 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,314 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,330 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,358 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,406 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,427 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,462 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,581 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,603 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,866 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:52,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:52,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:52,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,914 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,932 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,954 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:52,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:52,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:52,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:52,983 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:52,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:52,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:52,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:52,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:52,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:52,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:52,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:52,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:53,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:53,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:53,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:53,002 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:53,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:53,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:53,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:53,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:53,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:53,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:53,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:53,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:53,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:53,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:53,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:53,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,214 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:54,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:49:54,467 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:49:54,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:54,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:54,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,543 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,558 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:54,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:54,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:54,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,566 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,579 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:54,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:54,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:54,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,595 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,618 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,684 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,704 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:54,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:54,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:54,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,714 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,733 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,758 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,775 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,858 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,876 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,892 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,947 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:54,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:54,975 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:54,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:54,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:54,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:54,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:54,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:54,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:54,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:54,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,006 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,155 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,172 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,190 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:55,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:55,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:55,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,217 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,244 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,259 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,380 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,446 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,495 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,542 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,602 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,617 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,653 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,674 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:55,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:55,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:55,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,680 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,698 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,717 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,778 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,798 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,833 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,870 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,891 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,908 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,944 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,960 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:55,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:55,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:55,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:55,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:55,997 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:55,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:55,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:55,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:55,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:55,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:55,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:55,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,014 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,049 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,067 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,101 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,153 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,158 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:56,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:56,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:56,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,181 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,200 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,216 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,271 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,362 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,390 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,417 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,547 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,564 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,582 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,617 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,634 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,665 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,676 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:56,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:56,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:56,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,695 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,741 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,772 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,791 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,808 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,842 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,859 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,901 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,950 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:56,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:56,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:56,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:56,966 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:56,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:56,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:56,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:56,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:56,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:56,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:56,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:56,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,001 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,097 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,116 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,133 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,155 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:57,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:57,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:57,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,158 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,176 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,224 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,259 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,285 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,304 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,335 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,353 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,415 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,456 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,471 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,487 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,505 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,548 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,568 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,599 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,615 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,650 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,661 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:57,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:57,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:57,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,674 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,697 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,717 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,733 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,773 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,790 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,823 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,839 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,877 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,892 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,908 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,942 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,964 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,982 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:57,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:57,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:57,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:57,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:57,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:57,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:57,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:57,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:57,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:57,999 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:57,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:57,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,031 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,048 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,598 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:58,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:58,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:58,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,623 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,647 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,665 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:58,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,696 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,713 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,821 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,839 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,874 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:58,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:58,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:58,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:58,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:58,940 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:58,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:58,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:58,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:58,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:58,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:58,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:58,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,062 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,081 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,105 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,140 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,157 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,162 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:59,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:49:59,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:49:59,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,197 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,227 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,245 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,285 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,382 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,399 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,416 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,433 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,471 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,511 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,528 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,546 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,597 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,620 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,636 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:49:59,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:49:59,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:49:59,670 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:49:59,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:49:59,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:49:59,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:49:59,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:49:59,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:49:59,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:49:59,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:49:59,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:49:59,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:49:59,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:50:01,411 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:50:01,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:01,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:01,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,430 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,447 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,528 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:50:01,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:01,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:01,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,591 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,607 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,635 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,651 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:50:01,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:01,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:01,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,655 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,684 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,746 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:50:01,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:01,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:01,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,812 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,829 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,853 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,871 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,901 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:50:01,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:01,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:01,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,956 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:01,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:01,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:01,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:01,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:01,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:01,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:01,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:01,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:01,973 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:01,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:01,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:01,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,054 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,090 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,106 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,124 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,161 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,177 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,215 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:50:02,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:02,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:02,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,221 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,239 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,275 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,298 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,374 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,391 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,422 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,443 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,474 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,504 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:50:02,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:02,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:02,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,728 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:50:02,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:02,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:02,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:02,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:02,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:02,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:50:02,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:02,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:02,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:02,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:02,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:02,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:02,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:21,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:21,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:22,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:22,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:22,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:22,234 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:50:22,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:22,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:22,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:22,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:22,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:22,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:22,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:43,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:50:43,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:50:43,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:50:43,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:50:43,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:50:43,348 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:50:43,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:50:43,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:50:43,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:50:43,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:50:43,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:50:43,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:50:43,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:50:43,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:50:43,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:51:03,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:51:03,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:51:03,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:51:03,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:51:03,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:51:03,433 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:51:03,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:51:03,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:51:03,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:51:03,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:51:03,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:51:03,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:51:03,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:51:03,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:51:03,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:51:26,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:51:26,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:51:26,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:51:26,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:51:26,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:51:26,816 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:51:26,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:51:26,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:51:26,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:51:26,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:51:26,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:51:26,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:51:26,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:51:26,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:51:26,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:53:22,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:53:22,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:53:22,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:53:22,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:53:22,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:53:22,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:53:22,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:53:22,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:53:22,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:53:22,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:53:22,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:53:22,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:53:22,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:53:22,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:53:22,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:53:46,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:53:46,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:53:46,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:53:46,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:53:46,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:53:46,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:53:46,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:53:46,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:53:46,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:53:46,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:53:46,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:53:46,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:53:46,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:53:46,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:53:46,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:26,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:26,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:26,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:26,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:26,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:26,769 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:54:26,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:26,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:26,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:26,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:26,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:26,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:26,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:26,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:26,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:31,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:31,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:31,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:31,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:31,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:31,629 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:54:31,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:31,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:31,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:31,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:31,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:31,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:31,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:31,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:31,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:33,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:33,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:33,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:33,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:33,540 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 17:54:33,542 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 17:54:33,544 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:54:33,544 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:54:33,545 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 17:54:33,545 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 17:54:33,545 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@90b8a5 +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:54:33,546 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 17:54:33,553 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:54:33,555 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 17:54:33,555 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 17:54:33,555 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:54:33,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:33,555 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:54:33,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:33,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:33,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:33,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:33,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:33,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:33,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:33,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:33,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:38,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:38,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:38,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:38,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:38,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:38,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:54:38,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:38,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:38,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:38,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:38,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:38,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:38,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:38,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:38,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:45,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:45,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:45,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:45,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:45,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:45,728 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:54:45,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:45,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:45,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:45,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:45,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:45,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:45,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:45,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:45,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:49,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:49,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:49,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:49,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:49,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:49,865 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:54:49,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:49,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:49,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:49,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:49,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:49,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:49,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:49,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:49,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:51,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:54:51,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:54:51,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:54:51,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:54:51,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:54:51,121 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:54:51,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:54:51,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:54:51,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:54:51,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:54:51,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:54:51,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:54:51,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:54:51,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:54:51,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:36,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:55:36,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:55:36,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:55:36,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:55:36,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:55:36,906 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:55:36,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:55:36,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:55:36,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:55:36,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:55:36,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:55:36,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:55:36,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:36,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:55:36,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:37,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:55:37,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:55:37,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:55:37,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:55:37,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:55:37,700 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:55:37,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:55:37,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:55:37,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:55:37,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:55:37,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:55:37,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:55:37,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:37,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:55:37,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:38,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:55:38,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:55:38,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:55:38,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:55:38,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:55:38,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:55:38,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:55:38,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:55:38,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:55:38,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:55:38,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:55:38,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:55:38,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:38,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:55:38,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:57,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:55:57,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:55:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:55:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:55:57,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:55:57,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:55:57,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:55:57,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:55:57,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:55:57,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:55:57,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:55:57,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:55:57,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:57,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:55:57,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:59,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:55:59,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:55:59,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:55:59,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:55:59,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:55:59,542 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:55:59,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:55:59,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:55:59,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:55:59,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:55:59,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:55:59,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:55:59,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:55:59,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:55:59,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:07,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:56:07,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:56:07,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:56:07,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:56:07,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:56:07,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:56:07,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:56:07,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:56:07,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:56:07,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:56:07,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:56:07,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:56:07,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:07,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:56:07,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:08,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:56:08,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:56:08,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:56:08,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:56:08,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:56:08,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:56:08,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:56:08,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:56:08,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:56:08,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:56:08,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:56:08,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:56:08,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:08,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:56:08,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:11,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:56:11,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:56:11,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:56:11,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:56:11,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:56:11,190 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:56:11,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:56:11,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:56:11,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:56:11,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:56:11,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:56:11,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:56:11,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:11,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:56:11,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:12,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:56:12,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:56:12,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:56:12,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:56:12,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:56:12,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:56:12,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:56:12,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:56:12,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:56:12,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:56:12,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:56:12,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:56:12,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:12,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:56:12,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:16,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:56:16,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:56:16,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:56:16,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:56:16,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:56:16,332 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:56:16,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:56:16,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:56:16,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:56:16,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:56:16,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:56:16,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:56:16,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:16,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:56:16,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:18,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:56:18,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:56:18,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:56:18,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:56:18,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:56:18,105 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:56:18,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:56:18,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:56:18,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:56:18,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:56:18,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:56:18,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:56:18,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:56:18,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:56:18,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:57:36,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:57:36,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:57:36,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:57:36,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:57:36,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:57:36,996 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:57:36,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:57:36,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:57:36,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:57:36,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:57:36,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:57:36,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:57:36,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:57:36,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:57:36,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:57:52,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:57:52,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:57:53,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:57:53,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:57:53,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:57:53,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:57:53,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:57:53,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:57:53,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:57:53,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:57:53,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:57:53,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:57:53,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:57:53,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:57:53,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:58:06,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:58:06,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:58:06,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:58:06,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:58:06,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:58:06,411 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:58:06,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:58:06,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:58:06,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:58:06,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:58:06,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:58:06,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:58:06,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:58:06,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:58:06,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:58:11,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:58:11,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:58:11,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:58:11,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:58:11,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:58:11,865 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:58:11,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:58:11,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:58:11,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:58:11,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:58:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:58:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:58:11,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:58:11,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:58:11,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:58:12,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:58:12,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:58:12,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:58:12,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:58:12,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:58:12,525 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:58:12,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:58:12,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:58:12,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:58:12,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:58:12,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:58:12,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:58:12,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:58:12,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:58:12,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:01,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:59:01,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:59:01,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:59:01,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:59:01,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:59:01,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:59:01,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:59:01,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:59:01,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:59:01,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:59:01,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:59:01,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:59:01,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:01,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:59:01,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:48,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:59:48,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:59:48,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:59:48,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:59:48,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:59:48,207 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:59:48,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:59:48,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:59:48,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:59:48,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:59:48,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:59:48,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:59:48,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:48,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:59:48,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:52,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:59:52,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:59:52,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:59:52,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:59:52,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:59:52,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:59:52,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:59:52,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:59:52,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:59:52,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:59:52,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:59:52,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:59:52,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:52,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:59:52,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:57,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:59:57,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:59:57,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:59:57,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:59:57,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:59:57,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:59:57,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:59:57,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:59:57,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:59:57,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:59:57,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:59:57,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:59:57,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:57,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:59:57,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:59,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:59:59,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:59:59,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:59:59,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:59:59,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:59:59,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:59:59,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:59:59,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:59:59,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:59:59,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:59:59,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:59:59,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:59:59,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:59:59,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:59:59,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:06,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:00:06,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:00:06,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:00:06,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:00:06,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:00:06,167 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 18:00:06,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:00:06,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:00:06,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:00:06,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:00:06,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:00:06,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:00:06,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:06,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:00:06,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:17,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:00:17,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:00:17,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:00:17,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:00:17,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:00:17,036 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:00:17,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:00:17,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:00:17,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:00:17,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:00:17,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:00:17,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:00:17,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:17,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:00:17,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:36,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:00:36,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:00:36,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:00:36,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:00:36,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:00:36,847 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:00:36,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:00:36,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:00:36,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:00:36,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:00:36,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:00:36,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:00:36,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:36,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:00:36,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:41,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:00:41,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:00:41,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:00:41,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:00:41,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:00:41,435 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:00:41,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:00:41,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:00:41,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:00:41,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:00:41,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:00:41,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:00:41,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:00:41,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:00:41,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:07,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:01:07,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:01:07,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:01:07,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:01:07,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:01:07,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:01:07,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:01:07,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:01:07,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:01:07,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:01:07,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:01:07,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:01:07,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:07,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:01:07,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:08,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:01:08,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:01:08,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:01:08,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:01:08,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:01:08,296 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 18:01:08,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:01:08,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:01:08,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:01:08,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:01:08,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:01:08,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:01:08,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:08,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:01:08,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:09,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:01:09,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:01:09,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:01:09,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:01:09,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:01:09,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:01:09,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:01:09,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:01:09,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:01:09,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:01:09,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:01:09,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:01:09,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:09,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:01:09,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:11,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:01:11,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:01:11,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:01:11,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:01:11,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:01:11,472 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:01:11,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:01:11,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:01:11,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:01:11,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:01:11,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:01:11,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:01:11,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:01:11,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:01:11,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:03:36,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:03:36,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:03:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:03:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:03:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:03:36,828 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:03:36,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:03:36,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:03:36,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:03:36,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:03:36,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:03:36,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:03:36,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:03:36,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:03:36,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:06,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:06,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:06,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:06,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:06,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:06,138 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:06,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:06,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:06,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:06,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:06,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:06,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:06,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:06,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:06,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:07,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:07,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:07,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:07,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:07,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:07,765 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:07,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:07,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:07,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:07,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:07,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:07,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:07,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:07,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:07,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:09,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:09,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:09,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:09,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:09,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:09,586 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:09,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:09,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:09,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:09,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:09,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:09,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:09,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:09,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:09,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:11,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:11,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:11,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:11,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:11,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:11,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:11,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:11,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:11,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:11,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:11,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:11,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:11,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:11,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:11,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:13,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:13,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:13,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:13,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:13,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:13,080 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 18:04:13,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:13,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:13,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:13,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:13,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:13,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:13,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:13,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:13,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:16,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:16,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:16,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:16,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:16,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:16,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:16,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:16,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:16,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:16,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:16,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:16,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:16,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:16,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:16,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:17,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:17,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:17,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:17,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:17,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:17,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:17,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:17,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:17,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:17,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:17,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:17,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:17,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:17,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:17,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:21,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:04:21,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:04:21,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:04:21,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:04:21,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:04:21,195 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:04:21,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:04:21,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:04:21,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:04:21,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:04:21,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:04:21,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:04:21,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:04:21,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:04:21,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:05:51,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:05:51,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:05:51,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:05:51,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:05:51,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:05:51,549 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:05:51,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:05:51,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:05:51,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:05:51,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:05:51,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:05:51,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:05:51,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:05:51,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:05:51,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:05:56,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:05:56,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:05:56,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:05:56,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:05:56,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:05:56,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:05:56,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:05:56,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:05:56,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:05:56,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:05:56,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:05:56,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:05:56,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:05:56,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:05:56,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:05:59,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:05:59,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:05:59,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:05:59,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:05:59,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:05:59,626 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:05:59,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:05:59,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:05:59,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:05:59,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:05:59,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:05:59,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:05:59,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:05:59,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:05:59,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:06:04,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:06:04,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:06:04,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:06:04,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:06:04,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:06:04,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:06:04,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:06:04,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:06:04,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:06:04,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:06:04,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:06:04,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:06:04,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:06:04,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:06:04,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:06:09,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:06:09,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:06:09,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:06:09,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:06:09,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:06:09,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:06:09,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:06:09,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:06:09,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:06:09,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:06:09,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:06:09,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:06:09,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:06:09,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:06:09,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:06:11,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:06:11,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:06:11,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:06:11,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:06:11,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:06:11,025 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:06:11,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:06:11,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:06:11,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:06:11,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:06:11,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:06:11,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:06:11,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:06:11,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:06:11,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:13,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:13,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:13,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:13,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:13,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:13,110 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 18:07:13,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:13,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:13,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:13,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:13,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:13,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:13,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:13,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:13,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:13,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:13,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:13,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:13,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:13,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:13,646 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:13,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:13,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:13,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:13,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:13,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:13,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:13,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:13,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:13,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:21,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:21,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:21,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:21,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:21,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:21,463 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:21,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:21,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:21,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:21,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:21,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:21,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:21,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:21,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:21,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:22,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:22,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:22,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:22,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:22,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:22,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:22,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:22,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:22,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:22,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:22,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:22,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:22,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:22,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:22,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:24,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:24,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:24,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:24,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:24,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:24,998 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:24,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:24,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:24,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:25,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:25,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:25,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:25,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:25,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:25,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:27,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:27,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:27,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:27,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:27,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:27,512 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:27,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:27,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:27,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:27,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:27,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:27,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:27,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:27,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:27,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:28,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:28,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:28,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:28,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:28,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:28,704 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:28,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:28,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:28,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:28,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:28,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:28,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:28,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:28,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:28,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:30,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:30,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:30,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:30,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:30,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:30,545 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:30,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:30,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:30,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:30,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:30,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:30,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:30,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:30,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:30,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:32,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:32,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:32,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:32,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:32,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:32,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:32,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:32,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:32,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:32,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:32,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:32,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:32,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:32,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:32,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:32,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:32,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:32,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:32,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:32,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:32,914 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:32,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:32,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:32,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:32,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:32,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:32,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:32,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:32,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:32,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:34,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:34,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:34,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:34,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:34,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:34,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:34,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:34,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:34,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:34,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:34,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:34,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:34,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:34,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:34,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:35,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:35,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:35,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:35,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:35,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:35,254 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:35,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:35,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:35,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:35,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:35,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:36,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:36,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:36,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:36,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:36,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:36,791 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:36,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:36,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:36,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:36,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:36,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:36,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:36,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:36,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:37,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:37,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:37,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:37,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:37,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:37,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:37,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:37,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:37,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:37,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:37,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:37,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:37,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:37,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:37,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:38,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:38,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:38,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:38,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:38,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:38,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:39,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:39,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:39,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:39,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:39,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:39,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:39,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:39,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:39,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:39,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:39,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:39,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:39,259 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:39,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:39,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:39,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:39,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:39,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:39,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:39,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:39,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:39,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:39,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:39,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:39,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:39,339 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:39,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:39,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:39,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:39,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:39,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:39,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:39,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:39,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:39,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:39,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:39,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:39,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:39,609 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:39,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:39,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:39,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:39,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:39,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:39,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:39,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:39,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:39,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:39,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:39,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:39,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:39,818 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:39,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:39,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:39,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:39,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:39,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:39,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:39,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:39,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:39,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:39,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:39,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:39,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:39,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:39,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:39,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:39,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:39,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:39,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:39,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:39,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:40,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:40,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:40,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:40,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:40,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:40,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:40,254 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:40,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:40,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:40,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:40,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:40,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:40,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:40,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:40,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:40,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:40,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:40,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:40,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:40,372 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:40,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:40,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:40,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:40,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:40,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:40,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:40,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:40,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:40,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:40,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:40,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:40,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:40,883 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:40,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:40,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:40,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:40,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:40,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:40,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:40,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:40,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:40,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:40,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:40,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:40,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:40,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:40,985 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:41,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:41,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:41,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:41,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:41,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:41,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:41,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:41,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:41,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:42,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:42,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:42,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:42,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:42,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:42,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:42,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:42,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:42,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:42,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:42,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:42,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:42,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:42,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:42,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:42,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:42,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:42,596 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:42,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:42,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:42,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:42,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:42,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:42,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:42,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:42,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:42,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:42,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:42,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:42,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:42,791 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:42,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:42,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:42,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:42,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:42,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:42,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:42,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:42,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:42,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:42,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:42,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:42,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:42,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:42,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:42,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:42,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:42,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:42,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:42,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:42,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:42,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:42,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:43,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:43,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:43,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:43,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:43,135 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:43,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:43,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:43,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:43,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:43,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:43,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:43,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:43,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:43,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:43,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:43,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:43,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:43,350 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:43,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:43,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:43,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:43,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:43,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:43,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:43,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:43,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:43,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:43,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:43,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:43,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:43,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:43,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:43,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:43,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:43,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:43,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:43,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:43,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:43,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:43,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:43,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:43,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:43,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:43,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:43,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:43,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:43,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:43,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:43,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:43,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:43,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:43,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:43,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:44,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:44,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:44,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:44,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:44,155 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:44,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:44,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:44,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:44,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:44,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:44,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:44,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:44,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:44,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:44,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:44,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:44,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:44,329 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:44,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:44,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:44,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:44,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:44,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:44,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:44,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:44,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:44,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:44,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:44,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:44,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:44,369 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:44,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:44,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:44,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:44,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:44,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:44,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:44,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:44,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:44,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:44,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:44,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:44,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:44,539 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:44,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:44,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:44,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:44,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:44,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:44,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:44,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:44,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:44,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:44,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:44,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:44,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:44,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:44,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:44,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:44,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:44,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:44,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:44,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:44,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:44,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:44,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:44,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:44,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:44,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:44,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:44,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:44,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:44,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:44,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:44,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:44,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:44,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:44,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:44,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:45,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:45,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:45,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:45,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:45,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:45,029 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:45,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:45,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:45,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:45,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:45,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:45,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:45,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:45,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:45,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:45,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:45,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:45,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:45,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:45,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:45,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:45,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:45,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:45,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:45,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:45,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:45,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:45,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:45,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:45,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:45,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:45,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:45,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:45,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:45,599 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:45,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:45,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:45,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:45,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:45,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:45,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:45,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:45,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:45,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:46,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:46,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:46,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:46,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:46,117 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:46,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:46,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:46,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:46,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:46,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:46,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:46,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:46,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:46,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:46,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:46,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:46,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:46,170 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:46,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:46,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:46,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:46,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:46,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:46,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:46,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:46,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:46,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:46,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:46,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:46,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:46,433 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:46,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:46,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:46,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:46,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:46,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:46,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:46,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:46,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:46,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:46,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:46,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:46,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:46,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:46,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:46,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:46,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:46,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:46,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:46,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:46,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:46,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:46,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:46,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:46,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:46,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:46,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:46,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:46,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:46,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:46,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:46,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:46,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:46,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:46,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:46,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:47,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:47,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:47,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:47,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:47,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:47,157 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:47,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:47,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:47,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:47,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:47,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:47,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:47,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:47,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:47,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:47,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:47,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:47,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:47,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:47,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:47,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:47,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:47,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:47,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:47,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:47,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:47,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:47,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:47,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:47,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:47,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:47,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:47,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:47,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:47,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:47,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:07:47,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:47,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:47,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:47,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:47,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:47,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:47,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:47,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:47,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:53,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:53,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:53,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:53,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:53,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:53,646 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 18:07:53,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:53,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:53,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:53,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:53,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:53,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:53,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:53,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:53,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:54,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:54,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:54,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:54,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:54,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:54,317 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:07:54,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:54,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:54,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:54,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:54,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:54,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:54,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:54,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:54,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:56,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:07:56,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:07:56,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:07:56,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:07:56,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:07:56,918 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:07:56,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:07:56,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:07:56,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:07:56,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:07:56,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:07:56,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:07:56,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:07:56,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:07:56,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:00,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:08:00,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:08:00,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:08:00,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:08:00,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:08:00,181 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:08:00,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:08:00,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:08:00,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:08:00,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:08:00,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:08:00,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:08:00,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:00,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:08:00,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:02,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:08:02,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:08:02,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:08:02,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:08:02,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:08:02,517 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:08:02,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:08:02,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:08:02,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:08:02,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:08:02,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:08:02,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:08:02,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:02,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:08:02,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:07,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:08:07,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:08:07,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:08:07,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:08:07,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:08:07,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:08:07,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:08:07,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:08:07,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:08:07,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:08:07,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:08:07,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:08:07,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:07,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:08:07,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:10,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:08:10,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:08:10,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:08:10,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:08:10,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:08:10,616 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:08:10,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:08:10,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:08:10,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:08:10,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:08:10,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:08:10,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:08:10,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:10,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:08:10,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:12,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:08:12,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:08:12,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:08:12,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:08:12,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:08:12,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:08:12,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:08:12,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:08:12,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:08:12,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:08:12,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:08:12,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:08:12,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:08:12,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:08:12,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:21,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:09:21,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:09:21,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:09:21,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:09:21,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:09:21,857 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:09:21,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:09:21,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:09:21,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:09:21,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:09:21,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:09:21,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:09:21,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:21,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:09:21,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:31,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:09:31,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:09:31,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:09:31,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:09:31,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:09:31,091 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:09:31,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:09:31,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:09:31,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:09:31,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:09:31,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:09:31,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:09:31,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:31,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:09:31,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:33,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:09:33,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:09:33,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:09:33,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:09:33,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:09:33,649 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:09:33,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:09:33,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:09:33,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:09:33,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:09:33,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:09:33,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:09:33,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:33,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:09:33,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:35,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:09:35,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:09:35,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:09:35,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:09:35,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:09:35,550 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:09:35,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:09:35,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:09:35,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:09:35,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:09:35,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:09:35,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:09:35,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:35,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:09:35,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:37,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:09:37,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:09:37,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:09:37,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:09:37,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:09:37,333 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:09:37,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:09:37,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:09:37,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:09:37,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:09:37,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:09:37,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:09:37,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:09:37,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:09:37,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:10:49,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:10:49,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:10:49,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:10:49,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:10:49,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:10:49,767 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:10:49,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:10:49,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:10:49,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:10:49,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:10:49,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:10:49,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:10:49,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:10:49,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:10:49,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:10:54,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:10:54,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:10:54,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:10:54,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:10:54,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:10:54,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:10:54,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:10:54,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:10:54,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:10:54,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:10:54,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:10:54,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:10:54,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:10:54,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:10:54,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:10:55,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:10:55,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:10:55,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:10:55,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:10:55,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:10:55,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:10:55,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:10:55,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:10:55,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:10:55,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:10:55,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:10:55,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:10:55,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:10:55,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:10:55,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:12:27,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:12:28,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:12:28,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:12:28,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:12:28,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:12:28,609 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:12:28,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:12:28,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:12:28,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:12:28,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:12:28,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:12:28,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:12:28,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:12:28,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:12:28,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:12:30,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:12:30,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:12:30,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:12:30,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:12:30,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:12:30,231 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:12:30,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:12:30,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:12:30,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:12:30,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:12:30,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:12:30,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:12:30,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:12:30,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:12:30,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:15,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:15,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:15,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:15,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:15,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:15,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:15,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:15,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:15,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:15,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:15,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:15,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:15,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:15,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:15,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:15,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:15,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:15,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:15,544 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:15,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:15,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:15,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:15,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:15,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:15,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:15,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:15,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:15,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:16,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:16,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:16,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:16,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:16,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:16,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:16,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:16,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:16,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:16,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:16,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:16,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:16,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:16,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:16,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:16,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:16,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:16,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:16,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:16,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:16,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:16,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:16,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:16,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:16,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:16,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:16,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:16,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:16,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:16,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:17,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:17,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:17,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:17,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:17,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:17,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:17,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:17,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:17,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:17,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:17,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:17,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:17,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:17,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:17,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:17,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:17,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:17,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:17,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:17,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:17,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:17,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:17,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:17,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:17,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:17,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:17,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:17,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:17,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:18,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:18,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:18,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:18,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:18,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:18,068 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:18,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:18,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:18,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:18,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:18,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:18,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:18,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:18,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:18,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:18,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:18,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:18,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:18,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:18,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:18,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:18,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:18,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:18,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:18,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:18,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:18,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:18,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:18,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:18,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:19,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:19,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:19,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:19,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:19,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:19,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:19,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:19,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:19,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:19,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:19,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:19,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:19,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:19,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:19,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:19,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:19,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:19,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:19,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:19,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:19,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:19,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:19,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:19,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:19,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:19,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:19,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:19,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:19,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:19,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:20,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:20,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:20,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:20,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:20,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:20,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:20,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:20,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:20,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:20,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:20,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:20,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:20,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:20,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:20,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:20,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:20,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:20,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:20,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:20,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:20,566 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:20,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:20,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:20,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:20,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:20,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:20,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:20,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:20,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:20,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:21,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:21,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:21,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:21,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:21,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:21,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:21,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:21,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:21,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:21,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:21,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:21,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:21,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:21,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:21,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:21,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:21,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:21,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:21,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:21,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:21,549 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:21,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:21,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:21,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:21,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:21,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:21,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:21,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:21,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:21,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:22,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:22,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:22,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:22,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:22,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:22,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:22,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:22,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:22,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:22,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:22,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:22,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:22,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:22,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:22,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:22,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:22,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:22,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:22,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:22,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:22,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:22,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:22,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:22,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:22,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:22,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:22,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:22,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:22,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:22,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:23,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:23,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:23,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:23,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:23,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:23,068 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:23,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:23,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:23,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:23,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:23,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:23,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:23,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:23,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:23,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:23,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:23,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:23,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:23,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:23,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:23,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:23,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:23,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:23,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:23,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:23,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:23,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:23,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:23,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:23,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:24,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:24,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:24,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:24,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:24,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:24,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:24,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:24,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:24,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:24,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:24,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:24,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:24,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:24,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:24,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:24,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:24,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:24,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:24,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:24,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:24,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:24,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:24,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:24,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:24,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:24,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:24,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:24,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:24,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:24,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:25,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:25,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:25,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:25,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:25,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:25,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:25,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:25,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:25,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:25,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:25,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:25,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:25,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:25,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:25,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:25,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:25,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:25,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:25,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:25,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:25,550 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:25,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:25,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:25,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:25,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:25,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:25,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:25,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:25,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:25,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:26,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:26,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:26,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:26,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:26,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:26,074 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:26,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:26,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:26,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:26,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:26,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:26,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:26,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:26,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:26,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:26,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:26,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:26,556 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:26,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:26,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:26,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:26,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:26,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:26,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:26,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:26,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:26,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:27,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:27,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:27,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:27,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:27,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:27,080 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:27,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:27,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:27,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:27,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:27,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:27,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:27,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:27,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:27,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:27,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:27,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:27,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:27,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:27,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:27,566 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:27,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:27,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:27,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:27,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:27,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:27,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:27,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:27,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:27,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:28,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:28,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:28,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:28,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:28,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:28,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:28,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:28,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:28,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:28,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:28,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:28,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:28,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:28,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:28,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:28,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:28,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:28,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:28,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:28,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:28,567 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:28,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:28,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:28,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:28,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:28,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:28,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:28,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:28,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:28,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:29,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:29,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:29,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:29,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:29,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:29,174 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:29,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:29,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:29,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:29,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:29,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:29,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:29,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:29,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:29,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:29,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:29,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:29,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:29,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:29,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:29,568 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:29,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:29,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:29,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:29,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:29,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:29,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:29,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:29,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:29,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:30,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:30,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:30,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:30,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:30,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:30,064 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:30,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:30,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:30,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:30,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:30,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:30,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:30,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:30,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:30,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:30,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:30,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:30,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:30,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:30,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:30,591 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:30,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:30,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:30,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:30,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:30,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:30,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:30,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:30,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:30,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:31,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:31,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:31,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:31,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:31,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:31,061 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:31,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:31,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:31,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:31,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:31,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:31,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:31,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:31,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:31,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:31,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:31,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:31,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:31,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:31,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:31,565 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:31,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:31,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:31,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:31,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:31,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:31,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:31,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:31,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:31,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:32,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:32,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:32,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:32,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:32,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:32,061 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:32,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:32,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:32,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:32,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:32,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:32,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:32,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:32,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:32,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:32,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:32,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:32,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:32,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:32,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:32,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:32,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:32,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:32,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:32,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:32,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:32,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:32,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:32,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:32,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:33,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:33,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:33,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:33,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:33,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:33,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:33,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:33,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:33,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:33,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:33,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:33,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:33,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:33,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:33,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:33,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:33,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:33,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:33,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:33,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:33,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:33,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:33,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:33,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:33,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:33,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:33,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:33,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:33,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:33,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:34,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:34,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:34,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:34,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:34,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:34,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:34,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:34,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:34,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:34,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:34,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:34,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:34,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:34,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:34,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:34,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:34,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:34,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:34,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:34,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:34,582 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:34,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:34,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:34,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:34,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:34,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:34,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:34,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:34,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:34,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:35,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:35,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:35,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:35,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:35,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:35,091 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:35,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:35,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:35,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:35,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:35,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:35,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:35,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:35,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:35,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:35,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:35,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:35,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:35,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:35,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:35,597 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:35,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:35,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:35,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:35,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:35,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:35,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:35,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:35,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:35,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:36,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:36,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:36,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:36,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:36,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:36,082 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:36,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:36,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:36,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:36,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:36,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:36,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:36,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:36,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:36,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:36,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:36,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:36,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:36,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:36,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:36,584 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:36,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:36,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:36,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:36,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:36,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:36,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:36,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:36,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:36,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:37,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:37,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:37,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:37,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:37,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:37,080 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:37,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:37,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:37,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:37,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:37,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:37,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:37,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:37,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:37,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:37,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:37,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:37,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:37,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:37,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:37,605 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:37,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:37,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:37,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:37,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:37,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:37,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:37,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:37,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:37,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:38,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:38,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:38,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:38,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:38,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:38,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:38,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:38,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:38,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:38,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:38,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:38,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:38,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:38,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:38,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:38,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:38,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:38,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:38,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:38,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:38,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:38,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:38,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:38,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:38,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:38,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:38,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:38,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:38,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:38,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:39,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:39,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:39,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:39,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:39,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:39,082 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:39,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:39,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:39,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:39,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:39,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:39,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:39,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:39,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:39,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:39,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:39,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:39,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:39,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:39,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:39,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:39,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:39,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:39,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:39,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:39,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:39,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:39,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:39,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:39,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:40,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:40,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:40,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:40,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:40,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:40,119 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:40,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:40,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:40,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:40,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:40,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:40,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:40,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:40,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:40,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:40,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:40,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:40,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:40,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:40,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:40,592 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:40,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:40,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:40,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:40,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:40,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:40,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:40,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:40,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:40,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:41,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:41,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:41,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:41,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:41,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:41,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:41,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:41,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:41,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:41,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:41,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:41,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:41,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:41,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:41,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:41,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:41,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:41,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:41,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:41,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:41,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:41,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:41,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:41,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:41,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:41,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:42,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:42,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:42,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:42,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:42,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:42,189 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:42,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:42,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:42,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:42,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:42,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:42,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:42,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:42,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:42,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:42,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:42,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:42,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:42,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:42,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:42,686 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:42,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:42,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:42,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:42,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:42,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:42,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:42,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:42,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:42,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:43,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:43,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:43,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:43,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:43,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:43,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:43,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:43,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:43,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:43,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:43,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:43,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:43,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:43,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:43,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:43,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:43,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:43,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:43,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:43,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:43,665 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:43,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:43,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:43,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:43,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:43,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:43,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:43,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:43,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:43,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:44,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:44,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:44,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:44,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:44,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:44,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:44,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:44,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:44,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:44,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:44,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:44,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:44,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:44,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:44,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:44,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:44,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:44,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:44,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:44,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:44,687 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:44,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:44,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:44,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:44,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:44,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:44,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:44,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:44,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:44,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:45,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:45,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:45,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:45,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:45,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:45,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:45,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:45,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:45,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:45,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:45,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:45,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:45,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:45,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:45,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:45,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:45,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:45,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:45,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:45,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:45,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:45,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:45,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:45,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:45,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:45,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:45,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:45,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:45,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:45,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:46,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:46,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:46,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:46,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:46,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:46,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:46,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:46,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:46,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:46,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:46,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:46,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:46,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:46,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:46,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:46,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:46,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:46,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:46,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:46,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:46,668 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:46,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:46,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:46,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:46,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:46,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:46,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:46,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:46,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:46,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:47,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:47,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:47,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:47,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:47,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:47,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:47,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:47,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:47,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:47,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:47,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:47,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:47,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:47,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:47,672 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:47,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:47,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:47,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:47,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:47,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:47,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:47,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:47,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:47,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:48,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:48,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:48,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:48,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:48,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:48,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:48,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:48,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:48,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:48,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:48,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:48,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:48,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:48,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:48,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:48,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:48,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:48,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:48,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:48,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:48,676 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:48,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:48,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:48,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:48,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:48,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:48,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:48,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:48,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:48,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:49,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:49,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:49,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:49,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:49,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:49,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:49,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:49,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:49,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:49,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:49,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:49,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:49,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:49,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:49,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:49,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:49,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:49,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:49,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:49,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:49,718 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:49,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:49,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:49,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:49,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:49,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:49,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:49,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:49,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:49,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,220 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:50,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:50,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:50,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,539 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 18:13:50,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,546 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 18:13:50,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 18:13:50,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,617 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,635 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,652 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,670 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,707 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:50,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:50,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:50,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,747 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,764 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,782 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,799 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,847 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,906 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,927 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,958 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:50,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:50,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:50,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:50,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:50,975 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:50,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:50,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:50,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:50,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:50,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,016 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,034 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,059 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,077 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,135 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,165 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,180 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:51,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:51,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:51,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,214 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,231 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,278 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,343 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,387 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,403 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,418 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,456 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,477 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,493 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,510 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,595 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,660 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,674 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:51,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 18:13:51,700 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:51,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:51,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:51,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,747 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,781 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,800 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,817 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,840 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,857 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,873 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,890 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,906 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:51,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:51,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:51,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:51,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:51,926 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:51,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:51,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:51,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:51,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:51,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:51,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:51,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,113 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,164 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,212 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:52,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 18:13:52,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,266 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,318 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,402 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,469 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,581 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,648 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,696 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,713 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,718 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:52,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:52,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:52,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,828 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:52,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:52,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:52,910 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:52,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:52,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:52,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:52,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:52,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:52,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:52,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,048 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,064 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,080 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,177 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:53,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:53,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:53,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,253 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,536 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,589 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,751 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:53,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:53,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:53,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,956 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,972 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:53,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:53,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:53,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:53,987 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:53,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:53,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:53,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:53,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:53,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:53,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:53,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:53,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,002 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,106 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,122 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,160 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,174 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,212 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:54,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:54,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 18:13:54,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:54,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,231 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,266 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,284 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,336 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,376 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,392 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,430 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,484 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,571 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,679 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:54,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 18:13:54,720 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:54,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:54,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:54,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:54,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,743 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,764 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,815 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,837 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,876 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,896 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,925 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,946 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,973 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:54,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:54,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:54,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:54,989 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:54,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:54,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:54,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:54,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:54,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:54,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:54,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:54,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,006 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,110 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,194 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,236 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:55,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:55,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:55,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,277 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,626 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,643 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,716 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:55,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 18:13:55,717 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:55,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:55,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:55,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:55,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,752 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,785 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,802 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,818 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,835 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,851 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,867 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:55,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:55,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:55,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:55,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:55,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:55,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:55,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:55,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:55,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:55,964 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:55,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:55,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,037 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,053 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,069 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,084 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,180 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,254 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:56,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 18:13:56,254 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:56,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:56,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,494 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,510 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,611 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,638 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,747 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:56,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:56,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:56,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,789 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,871 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,886 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,974 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:56,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:56,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:56,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:56,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:56,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:56,990 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:56,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:56,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:56,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:56,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:56,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:56,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,043 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,059 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,108 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,187 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,207 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,252 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 18:13:57,252 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:57,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:57,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:57,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:57,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,279 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,333 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,755 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:57,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,755 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:57,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:57,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 18:13:57,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:57,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,818 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,853 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,870 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,887 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,905 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,939 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,955 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,971 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:57,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:57,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:57,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:57,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:57,986 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:57,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:57,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:57,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:57,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:57,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:57,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:57,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,060 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,117 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,142 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,159 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,243 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:58,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 18:13:58,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:58,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:58,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,302 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,393 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,454 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,564 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,624 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,678 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,758 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:58,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:58,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:58,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,774 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,818 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,889 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,905 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,921 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:58,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:58,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:58,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:58,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:58,994 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:58,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:58,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:58,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:58,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:58,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:58,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:58,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,083 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,166 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,182 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,198 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,211 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:59,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:59,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:59,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,244 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,263 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,295 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,312 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,328 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,369 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,417 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,471 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,573 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,618 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,653 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,676 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,693 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,716 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:13:59,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:13:59,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:13:59,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,743 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,759 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,793 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,809 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,844 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,860 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,885 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,909 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,926 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:13:59,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:13:59,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:13:59,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:13:59,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:13:59,995 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:13:59,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:13:59,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:13:59,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:13:59,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:13:59,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:13:59,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:13:59,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,016 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:14:00,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:14:00,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,060 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:14:00,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,075 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:14:00,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,094 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:14:00,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,127 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 18:14:00,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,136 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 18:14:00,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:00,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:00,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:00,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:00,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:00,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 18:14:00,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:14:00,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:14:00,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:00,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:00,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:00,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:00,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:00,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:00,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:08,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:08,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:08,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:08,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:08,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:08,844 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 18:14:08,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:08,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:08,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:08,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:08,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:08,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:08,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:16,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:16,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:16,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:16,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:16,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:16,415 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:14:16,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:14:16,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:14:16,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:16,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:16,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:16,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:16,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:16,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:16,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:31,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:14:31,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:14:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:14:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:14:31,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:14:31,211 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:14:31,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:14:31,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:14:31,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:14:31,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:14:31,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:14:31,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:14:31,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:14:31,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:14:31,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:03,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:16:03,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:16:03,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:16:03,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:16:03,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:16:03,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:16:03,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:16:03,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:16:03,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:16:03,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:16:03,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:16:03,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:16:03,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:03,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:16:03,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:07,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:16:07,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:16:07,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:16:07,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:16:07,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:16:07,764 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:16:07,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:16:07,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:16:07,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:16:07,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:16:07,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:16:07,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:16:07,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:07,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:16:07,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:11,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:16:11,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:16:11,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:16:11,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:16:11,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:16:11,400 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:16:11,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:16:11,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:16:11,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:16:11,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:16:11,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:16:11,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:16:11,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:11,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:16:11,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:34,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:16:34,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:16:34,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:16:34,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:16:34,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:16:34,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:16:34,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:16:34,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:16:34,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:16:34,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:16:34,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:16:34,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:16:34,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:16:34,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:16:34,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:19:45,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:19:45,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:19:45,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:19:45,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:19:45,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:19:45,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 18:19:46,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:19:46,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:19:46,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:19:46,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:19:46,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:19:46,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:19:46,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:19:46,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:19:46,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:19:58,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:19:58,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:19:58,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:19:58,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:19:58,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:19:58,417 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:19:58,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:19:58,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:19:58,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:19:58,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:19:58,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:19:58,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:19:58,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:19:58,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:19:58,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:05,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:20:05,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:20:05,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:20:05,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:20:05,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:20:05,777 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:20:05,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:20:05,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:20:05,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:20:05,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:20:05,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:20:05,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:20:05,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:05,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:20:05,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:07,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:20:07,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:20:07,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:20:07,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:20:07,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:20:07,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:20:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:20:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:20:07,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:20:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:20:07,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:20:07,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:20:07,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:07,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:20:07,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:12,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:20:12,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:20:12,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:20:12,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:20:12,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:20:12,273 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:20:12,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:20:12,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:20:12,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:20:12,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:20:12,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:20:12,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:20:12,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:12,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:20:12,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:17,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:20:17,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:20:17,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:20:17,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:20:17,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:20:17,398 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:20:17,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:20:17,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:20:17,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:20:17,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:20:17,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:20:17,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:20:17,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:20:17,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:20:17,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:31:50,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:31:50,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:31:50,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:31:50,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:31:50,331 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 18:31:50,334 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 18:31:50,358 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 18:31:50,359 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 18:31:50,359 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 18:31:50,359 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 18:31:50,359 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@3acca2 +2015-07-20 18:31:50,359 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 18:31:50,359 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 18:31:50,362 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@d61c83 +2015-07-20 18:31:50,362 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 18:31:50,362 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 18:31:50,362 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 18:31:50,362 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@3acca2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@d61c83} + +2015-07-20 18:31:50,364 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 18:31:50,364 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 18:31:50,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:31:50,364 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 18:31:50,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:31:50,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:31:50,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:31:50,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:31:50,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:31:50,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:31:50,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:25,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:32:25,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:32:25,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:32:25,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:32:25,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:32:25,756 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:32:25,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:32:25,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:32:25,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:32:25,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:32:25,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:32:25,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:32:25,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:25,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:32:25,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:30,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:32:30,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:32:30,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:32:30,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:32:30,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:32:30,681 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:32:30,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:32:30,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:32:30,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:32:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:32:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:32:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:32:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:32:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:31,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:32:31,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:32:31,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:32:31,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:32:31,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:32:31,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:32:31,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:32:31,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:32:31,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:32:31,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:32:31,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:32:31,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:32:31,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:31,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:32:31,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:32,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:32:32,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:32:32,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:32:32,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:32:32,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:32:32,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:32:32,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:32:32,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:32:32,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:32:32,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:32:32,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:32:32,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:32:32,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:32,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:32:32,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:34,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:32:34,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:32:34,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:32:34,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:32:34,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:32:34,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:32:34,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:32:34,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:58,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:32:58,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:32:58,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:32:58,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:32:58,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:32:58,647 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:32:58,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:32:58,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:32:58,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:32:58,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:32:58,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:32:58,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:32:58,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:32:58,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:32:58,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:33:05,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:33:05,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:33:05,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:33:05,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:33:05,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:33:05,579 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:33:05,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:33:05,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:33:05,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:33:05,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:33:05,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:33:05,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:33:05,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:33:05,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:33:05,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:37:00,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:37:00,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:37:00,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:37:00,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:37:00,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:37:00,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 18:37:00,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 18:37:00,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 18:37:00,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:37:00,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:37:00,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:37:00,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:37:00,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:37:00,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:37:00,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:50:47,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:50:47,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:50:47,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:50:47,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:50:47,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:50:47,530 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 18:50:47,530 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 18:50:47,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 18:50:47,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 18:50:47,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 18:50:47,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 18:50:47,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 18:50:47,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 18:50:47,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:24:31,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 19:24:31,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 19:24:31,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 19:24:31,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 19:24:31,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 19:24:31,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 19:24:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 19:24:32,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 19:24:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 19:24:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 19:24:32,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 19:24:32,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 19:24:32,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 19:24:32,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 19:24:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:24:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 19:24:32,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:44:22,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 19:44:22,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 19:44:22,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 19:44:22,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 19:44:22,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 19:44:22,733 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 19:44:22,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 19:44:22,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 19:44:22,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 19:44:22,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 19:44:22,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 19:44:22,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 19:44:22,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:44,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:52:44,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:52:44,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:52:44,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:52:44,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:52:44,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:52:44,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:52:44,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:52:44,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:52:44,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:52:44,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:52:44,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:52:44,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:44,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:52:44,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:47,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:52:47,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:52:47,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:52:47,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:52:47,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:52:47,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:52:47,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:52:47,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:52:47,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:52:47,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:52:47,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:52:47,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:52:47,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:47,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:52:47,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:51,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:52:51,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:52:51,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:52:51,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:52:51,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:52:51,009 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:52:51,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:52:51,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:52:51,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:52:51,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:52:51,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:52:51,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:52:51,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:51,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:52:51,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:52,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:52:52,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:52:52,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:52:52,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:52:52,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:52:52,711 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:52:52,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:52:52,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:52:52,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:52:52,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:52:52,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:52:52,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:52:52,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:52:52,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:52:52,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:53:07,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:53:07,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:53:07,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:53:07,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:53:07,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:53:07,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:53:07,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:53:07,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:53:07,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:53:07,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:53:07,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:53:07,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:53:07,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:53:07,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:53:07,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:53:28,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:53:28,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:53:28,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:53:28,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:53:28,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:53:28,662 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:53:28,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:53:28,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:53:28,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:53:28,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:53:28,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:53:28,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:53:28,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:53:28,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:53:28,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:53:32,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:53:32,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:53:32,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:53:32,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:53:32,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:53:32,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:53:32,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:53:32,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:53:32,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:53:32,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:53:32,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:53:32,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:53:32,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:53:32,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:53:32,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:08,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:08,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:08,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:08,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:08,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:08,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:08,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:08,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:08,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:08,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:08,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:08,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:08,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:08,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:08,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:11,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:11,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:11,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:11,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:11,041 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:11,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:11,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:11,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:11,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:12,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:12,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:12,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:12,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:12,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:12,954 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:12,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:12,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:12,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:12,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:12,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:12,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:12,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:12,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:12,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:14,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:14,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:14,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:14,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:14,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:14,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:14,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:14,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:14,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:14,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:14,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:14,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:14,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:14,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:14,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:16,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:16,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:16,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:16,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:16,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:16,056 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:16,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:16,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:16,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:16,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:16,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:16,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:16,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:16,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:16,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:16,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:16,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:16,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:16,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:16,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:16,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:16,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:16,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:16,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:16,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:16,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:16,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:16,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:16,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:16,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:16,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:16,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:16,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:16,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:16,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:16,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:16,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:16,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:16,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:16,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:16,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:16,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:16,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:18,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:18,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:18,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:18,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:18,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:18,497 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 08:54:18,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:18,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:18,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:18,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:18,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:18,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:18,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:18,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:18,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:20,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:20,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:20,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:20,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:20,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:20,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:54:20,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:20,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:20,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:20,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:20,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:20,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:20,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:20,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:20,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:24,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:24,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:24,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:24,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:24,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:24,615 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 08:54:24,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:24,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:24,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:24,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:24,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:24,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:25,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:25,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:25,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:25,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:25,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:25,662 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 08:54:25,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:25,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:25,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:25,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:25,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:25,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:25,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:25,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:25,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:26,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:54:26,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:54:26,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:54:26,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:54:26,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:54:26,940 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:54:26,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:54:26,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:54:26,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:54:26,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:54:26,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:54:26,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:54:26,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:54:26,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:54:26,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:58:30,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 08:58:30,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 08:58:30,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 08:58:30,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 08:58:30,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 08:58:30,667 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 08:58:30,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 08:58:30,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 08:58:30,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 08:58:30,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 08:58:30,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 08:58:30,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 08:58:30,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 08:58:30,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 08:58:30,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:03:01,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:03:01,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:03:01,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:03:01,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:03:01,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:03:01,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:03:01,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:03:01,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:03:01,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:03:01,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:03:01,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:03:01,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:03:01,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:03:01,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:03:01,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:03:46,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:03:46,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:03:46,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:03:46,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:03:46,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:03:46,664 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:03:46,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:03:46,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:03:46,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:03:46,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:03:46,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:03:46,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:03:46,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:03:46,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:03:46,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:48,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:07:48,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:07:48,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:07:48,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:07:48,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:07:48,384 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:07:48,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:07:48,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:07:48,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:07:48,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:07:48,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:07:48,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:07:48,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:48,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:07:48,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:52,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:07:52,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:07:52,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:07:52,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:07:52,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:07:52,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:07:52,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:07:52,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:07:52,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:07:52,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:07:52,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:07:52,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:07:52,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:52,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:07:52,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:53,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:07:53,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:07:53,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:07:53,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:07:53,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:07:53,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:07:54,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:07:54,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:07:54,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:07:54,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:07:54,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:07:54,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:07:54,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:54,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:07:54,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:54,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:07:54,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:07:54,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:07:54,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:07:54,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:07:54,856 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:07:54,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:07:54,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:07:54,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:07:54,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:07:54,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:07:54,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:07:54,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:07:54,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:07:54,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:11:02,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:11:02,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:11:02,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:11:02,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:11:02,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:11:02,281 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 09:11:02,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:11:02,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:11:02,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:11:02,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:11:02,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:11:02,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:11:02,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:11:02,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:11:02,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:11:04,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:11:04,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:11:04,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:11:04,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:11:04,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:11:04,033 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 09:11:04,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:11:04,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:11:04,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:11:04,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:11:04,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:11:04,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:11:04,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:11:04,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:11:04,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:11:04,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:11:04,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:11:04,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:11:04,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:11:04,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:11:04,568 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:11:04,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:11:04,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:11:04,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:11:04,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:11:04,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:11:04,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:11:04,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:11:04,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:11:04,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:39,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:14:39,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:14:39,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:14:39,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:14:39,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:14:39,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:14:39,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:14:39,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:14:39,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:14:39,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:14:39,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:14:39,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:14:39,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:39,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:14:39,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:43,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:14:43,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:14:43,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:14:43,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:14:43,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:14:43,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:14:43,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:14:43,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:14:43,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:14:43,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:14:43,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:14:43,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:14:43,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:43,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:14:43,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:44,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:14:44,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:14:44,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:14:44,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:14:44,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:14:44,664 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:14:44,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:14:44,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:14:44,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:14:44,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:14:44,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:14:44,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:14:44,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:44,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:14:44,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:45,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:14:45,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:14:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:14:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:14:45,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:14:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:14:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:14:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:14:45,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:38:01,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:38:01,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:38:01,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:38:01,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:38:01,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:38:01,599 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:38:01,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:38:01,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:38:01,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:38:01,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:38:01,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:38:01,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:38:01,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:38:01,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:38:01,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:38:18,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:38:18,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:38:18,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:38:18,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:38:18,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:38:18,869 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:38:18,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:38:18,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:38:18,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:38:18,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:38:18,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:38:18,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:38:18,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:38:18,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:38:18,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:38:25,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:38:25,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:38:25,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:38:25,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:38:25,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:38:25,905 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:38:25,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:38:25,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:38:25,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:38:25,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:38:25,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:38:25,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:38:25,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:38:25,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:38:25,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:39:38,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:39:38,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:39:38,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:39:38,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:39:38,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:39:38,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:39:38,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:39:38,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:39:38,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:39:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:39:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:39:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:39:38,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:39:38,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:39:38,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:41:09,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:41:09,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:41:09,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:41:09,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:41:09,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:41:09,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:41:09,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:41:09,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:41:09,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:41:09,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:41:09,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:41:09,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:41:09,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:41:09,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:41:09,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:42:08,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:42:08,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:42:08,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:42:08,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:42:08,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:42:08,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:42:08,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:42:08,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:42:08,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:42:08,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:42:08,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:42:08,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:42:08,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:42:08,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:42:08,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:00,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:43:00,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:43:00,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:43:00,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:43:00,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:43:00,937 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:43:00,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:43:00,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:43:00,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:43:00,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:43:00,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:43:00,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:43:00,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:00,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:43:00,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:01,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:43:01,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:43:01,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:43:01,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:43:01,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:43:01,683 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 09:43:01,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:43:01,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:43:01,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:43:01,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:43:01,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:43:01,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:43:01,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:01,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:43:01,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:02,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:43:02,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:43:02,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:43:02,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:43:02,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:43:02,320 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 09:43:02,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:43:02,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:43:02,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:43:02,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:43:02,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:43:02,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:43:02,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:02,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:43:02,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:04,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 09:43:04,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 09:43:04,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 09:43:04,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 09:43:04,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 09:43:04,420 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 09:43:04,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 09:43:04,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 09:43:04,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 09:43:04,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 09:43:04,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 09:43:04,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 09:43:04,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 09:43:04,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 09:43:04,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:24:26,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:24:26,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:24:26,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:24:26,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:24:26,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:24:26,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 10:24:26,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:24:26,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:24:26,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:24:26,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:24:26,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:24:26,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:24:26,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:24:26,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:24:26,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:39:39,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:39:39,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:39:39,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:39:39,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:39:39,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:39:39,357 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 10:39:39,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:39:39,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:39:39,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:39:39,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:39:39,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:39:39,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:39:39,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:39:39,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:39:39,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:04,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:42:04,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:42:04,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:42:04,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:42:04,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:42:04,272 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 10:42:04,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:42:04,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:42:04,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:42:04,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:42:04,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:42:04,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:42:04,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:04,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:42:04,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:09,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:42:09,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:42:09,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:42:09,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:42:09,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:42:09,673 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 10:42:09,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:42:09,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:42:09,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:42:09,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:42:09,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:42:09,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:42:09,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:09,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:42:09,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:10,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:42:10,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:42:10,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:42:10,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:42:10,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:42:10,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 10:42:10,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:42:10,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:42:10,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:42:10,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:42:10,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:42:10,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:42:10,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:10,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:42:10,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:12,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:42:12,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:42:12,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:42:12,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:42:12,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:42:12,153 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 10:42:12,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:42:12,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:42:12,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:42:12,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:42:12,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:42:12,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:42:12,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:12,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:42:12,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:12,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:42:12,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:42:12,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:42:12,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:42:12,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:42:12,828 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 10:42:12,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:42:12,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:42:12,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:42:12,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:42:12,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:42:12,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:42:12,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:12,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:42:12,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:13,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 10:42:13,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 10:42:13,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 10:42:13,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 10:42:13,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 10:42:13,893 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 10:42:13,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 10:42:13,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 10:42:13,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 10:42:13,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 10:42:13,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 10:42:13,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 10:42:13,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 10:42:13,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 10:42:13,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 12:01:06,284 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 12:01:06,358 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 12:01:06 CST 2015]; root of context hierarchy +2015-07-21 12:01:06,486 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 12:01:07,080 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 12:01:07,083 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 12:01:07,241 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 12:01:07,546 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 12:01:07,551 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 12:01:07,586 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c0b3ef: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 12:01:07,876 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 12:01:07,930 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 12:01:07,944 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 12:01:07,947 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 12:01:07,951 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 12:01:07,956 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 12:01:08,148 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 12:01:08,256 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 12:01:08,292 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 12:01:08,320 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 12:01:08,396 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 12:01:08,404 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 12:01:08,405 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 12:01:08,406 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 12:01:08,408 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 12:01:08,409 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 12:01:08,412 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 12:01:08,504 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 12:01:09,110 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 12:01:09,110 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 12:01:09,126 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 12:01:09,129 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 12:01:09,130 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 12:01:09,132 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 12:01:09,132 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 12:01:09,132 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 12:01:09,132 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 12:01:09,133 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 12:01:09,133 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 12:01:09,133 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 12:01:09,133 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 12:01:09,141 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 12:01:09,141 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 12:01:09,141 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 12:01:09,141 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 12:01:09,141 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 12:01:09,142 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 12:01:09,142 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 12:01:09,145 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 12:01:09,145 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 12:01:09,145 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 12:01:09,145 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 12:01:09,145 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 12:01:09,146 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 12:01:09,148 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 12:01:09,149 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 12:01:09,150 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 12:01:09,150 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 12:01:09,150 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 12:01:09,276 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 12:01:09,541 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 12:01:09,546 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 12:01:09,547 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 12:01:09,570 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 12:01:10,224 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 12:01:10,224 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 12:01:10,224 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 12:01:10,224 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 12:01:10,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 12:01:10,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 12:01:10,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 12:01:10,339 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 12:01:10,403 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 12:01:10,403 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 12:01:10,403 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 12:01:10,403 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 12:01:10,403 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 12:01:10,434 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@76a538] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 12:01:10,450 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 4159 ms +2015-07-21 12:56:35,461 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 12:56:35,528 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 12:56:35 CST 2015]; root of context hierarchy +2015-07-21 12:56:35,642 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 12:56:36,132 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 12:56:36,136 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 12:56:36,297 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 12:56:36,659 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 12:56:36,664 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 12:56:36,711 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6144bc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 12:56:36,968 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 12:56:37,046 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 12:56:37,055 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 12:56:37,058 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 12:56:37,065 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 12:56:37,071 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 12:56:37,298 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 12:56:37,536 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 12:56:37,575 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 12:56:37,616 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 12:56:37,648 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 12:56:37,648 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 12:56:37,653 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 12:56:37,654 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 12:56:37,657 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 12:56:37,659 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 12:56:37,664 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 12:56:37,715 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 12:56:38,381 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 12:56:38,382 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 12:56:38,398 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 12:56:38,401 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 12:56:38,403 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 12:56:38,403 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 12:56:38,404 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 12:56:38,404 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 12:56:38,404 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 12:56:38,404 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 12:56:38,404 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 12:56:38,404 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 12:56:38,406 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 12:56:38,406 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 12:56:38,408 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 12:56:38,409 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 12:56:38,409 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 12:56:38,409 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 12:56:38,409 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 12:56:38,467 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 12:56:38,735 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 12:56:38,739 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 12:56:38,739 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 12:56:38,833 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 12:56:38,917 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 12:56:38,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 12:56:38,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 12:56:38,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 12:56:38,970 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 12:56:38,970 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 12:56:38,970 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 12:56:38,970 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 12:56:39,047 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 12:56:39,047 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 12:56:39,047 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 12:56:39,047 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 12:56:39,048 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 12:56:39,076 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1228686] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 12:56:39,083 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3605 ms +2015-07-21 13:06:48,190 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 13:06:48,258 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 13:06:48 CST 2015]; root of context hierarchy +2015-07-21 13:06:48,447 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 13:06:48,889 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 13:06:48,891 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 13:06:49,038 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 13:06:49,231 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 13:06:49,243 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 13:06:49,292 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1564026: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 13:06:49,549 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 13:06:49,620 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 13:06:49,633 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 13:06:49,636 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 13:06:49,639 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 13:06:49,642 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 13:06:49,825 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 13:06:49,897 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 13:06:49,932 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 13:06:49,962 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 13:06:50,005 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 13:06:50,006 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 13:06:50,012 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 13:06:50,012 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 13:06:50,018 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 13:06:50,018 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 13:06:50,022 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 13:06:50,083 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 13:06:50,714 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 13:06:50,715 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 13:06:50,735 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 13:06:50,738 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 13:06:50,739 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 13:06:50,740 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 13:06:50,740 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 13:06:50,740 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 13:06:50,740 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 13:06:50,740 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 13:06:50,740 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 13:06:50,741 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 13:06:50,743 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 13:06:50,743 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 13:06:50,746 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 13:06:50,746 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 13:06:50,747 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 13:06:50,747 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 13:06:50,747 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 13:06:50,794 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 13:06:51,002 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 13:06:51,007 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 13:06:51,007 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 13:06:51,026 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 13:06:51,115 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 13:06:51,115 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 13:06:51,115 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:06:51,115 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:06:51,161 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 13:06:51,161 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 13:06:51,161 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:06:51,161 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:06:51,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 13:06:51,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 13:06:51,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:06:51,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:06:51,216 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 13:06:51,242 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e72d51] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 13:06:51,251 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3047 ms +2015-07-21 13:11:07,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:11:07,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:11:07,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:11:07,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:11:07,774 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 13:11:07,791 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 13:11:07,792 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:11:07,983 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 13:11:07,997 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 13:11:07,998 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:11:08,001 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:11:08,003 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1ddfa6a +2015-07-21 13:11:08,004 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 13:11:08,007 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:11:08,007 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1ddfa6a +2015-07-21 13:11:08,007 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 13:11:08,008 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 13:11:08,008 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@bd52c6 +2015-07-21 13:11:08,008 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 13:11:08,008 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 13:11:08,008 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 13:11:08,016 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 13:11:08,016 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 13:11:08,022 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 13:11:08,023 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:11:08,038 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 13:11:08,039 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 13:11:08,039 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:11:08,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:11:08,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:11:08,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:11:08,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:11:08,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:11:08,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:11:08,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:11:08,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:11:08,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:11:08,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:11:08,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:14:06,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:14:06,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:14:06,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:14:06,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:14:06,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:14:06,575 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:14:06,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:14:06,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:14:06,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:14:06,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:14:06,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:14:06,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:14:06,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:14:06,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:14:06,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:14:09,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:14:09,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:14:09,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:14:09,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:14:09,070 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete receiveEntity as r where id=? +2015-07-21 13:14:09,072 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[IDENT] 'receiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 13:14:09,072 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:14:09,073 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 13:14:42,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:14:42,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:14:42,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:14:42,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:14:42,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:14:42,616 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:14:42,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:14:42,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:14:42,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:14:42,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:14:42,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:14:42,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:14:42,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:14:42,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:14:42,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:16:06,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:16:06,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:16:06,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:16:06,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:16:06,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:16:06,486 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:16:06,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:16:06,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:16:06,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:16:06,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:16:06,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:16:06,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:16:06,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:16:06,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:16:06,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:18:07,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:18:07,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:18:07,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:18:07,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:18:07,599 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 13:18:07,603 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 13:18:07,603 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:18:07,604 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 13:18:07,604 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 13:18:07,604 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@bd52c6 +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 13:18:07,605 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 13:18:07,606 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 13:18:07,606 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:18:07,606 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 13:18:07,606 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-21 13:18:07,607 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:18:07,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:18:07,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 13:18:07,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:18:07,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:18:07,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:18:07,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:18:07,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:18:07,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:18:07,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:18:07,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:18:07,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:26:02,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:26:02,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:26:02,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:26:02,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:26:02,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:26:02,439 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:26:02,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:26:02,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:26:02,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:26:02,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:26:02,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:26:02,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:26:02,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:26:02,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:26:02,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:26:03,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:26:03,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:26:03,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:26:03,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:26:03,893 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete receiveEntity as r where id=? +2015-07-21 13:26:03,893 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[IDENT] 'receiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 13:26:03,893 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:26:03,893 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 13:34:37,044 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 13:34:37,090 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 13:34:37 CST 2015]; root of context hierarchy +2015-07-21 13:34:37,193 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 13:34:37,827 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 13:34:37,828 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 13:34:37,962 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 13:34:38,171 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 13:34:38,176 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 13:34:38,197 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11c7cf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 13:34:38,436 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 13:34:38,513 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 13:34:38,521 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 13:34:38,524 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 13:34:38,528 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 13:34:38,530 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 13:34:38,722 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 13:34:38,833 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 13:34:38,869 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 13:34:38,901 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 13:34:38,958 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 13:34:38,958 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 13:34:38,960 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 13:34:38,960 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 13:34:38,964 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 13:34:38,964 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 13:34:38,968 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 13:34:39,015 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 13:34:39,611 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 13:34:39,611 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 13:34:39,628 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 13:34:39,632 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 13:34:39,632 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 13:34:39,633 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 13:34:39,633 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 13:34:39,633 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 13:34:39,633 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 13:34:39,633 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 13:34:39,633 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 13:34:39,634 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 13:34:39,635 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 13:34:39,635 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 13:34:39,635 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 13:34:39,635 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 13:34:39,635 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 13:34:39,635 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 13:34:39,637 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 13:34:39,637 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 13:34:39,637 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 13:34:39,637 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 13:34:39,637 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 13:34:39,637 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 13:34:39,637 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 13:34:39,638 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 13:34:39,640 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 13:34:39,641 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 13:34:39,641 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 13:34:39,641 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 13:34:39,641 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 13:34:39,694 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 13:34:39,957 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 13:34:39,963 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 13:34:39,963 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 13:34:39,981 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 13:34:40,056 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 13:34:40,057 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 13:34:40,057 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:34:40,057 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:34:40,093 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 13:34:40,093 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 13:34:40,093 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:34:40,093 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:34:40,145 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 13:34:40,145 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 13:34:40,145 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:34:40,145 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:34:40,146 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 13:34:40,172 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1da6a63] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 13:34:40,200 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3142 ms +2015-07-21 13:38:42,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:38:42,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:38:42,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:38:42,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:38:43,018 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 13:38:43,028 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 13:38:43,028 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:38:43,063 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 13:38:43,235 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 13:38:43,236 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:38:43,250 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:38:43,251 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@12e02e4 +2015-07-21 13:38:43,252 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 13:38:43,253 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:38:43,256 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@12e02e4 +2015-07-21 13:38:43,256 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 13:38:43,257 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 13:38:43,257 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1cd7ee0 +2015-07-21 13:38:43,257 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 13:38:43,257 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 13:38:43,257 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 13:38:43,264 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 13:38:43,264 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 13:38:43,265 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 13:38:43,273 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:38:43,289 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 13:38:43,289 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 13:38:43,289 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:38:43,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:38:43,301 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:38:43,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:38:43,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:38:43,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:38:43,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:38:43,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:38:43,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:38:43,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:38:43,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:38:43,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:38:44,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:38:44,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:38:44,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:38:44,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:38:44,840 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete receiveEntity as r where r.id=? +2015-07-21 13:38:44,842 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[IDENT] 'receiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 13:38:44,842 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:38:44,843 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 13:52:36,624 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 13:52:36,669 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 13:52:36 CST 2015]; root of context hierarchy +2015-07-21 13:52:36,772 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 13:52:37,539 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 13:52:37,542 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 13:52:37,684 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 13:52:37,906 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 13:52:37,910 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 13:52:37,924 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7de3cf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 13:52:38,316 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 13:52:38,406 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 13:52:38,452 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 13:52:38,456 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 13:52:38,460 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 13:52:38,508 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 13:52:38,714 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 13:52:38,871 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 13:52:38,911 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 13:52:38,940 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 13:52:39,003 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 13:52:39,004 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 13:52:39,008 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 13:52:39,008 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 13:52:39,011 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 13:52:39,011 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 13:52:39,015 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 13:52:39,099 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 13:52:39,558 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 13:52:39,558 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 13:52:39,577 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 13:52:39,581 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 13:52:39,583 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 13:52:39,584 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 13:52:39,585 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 13:52:39,585 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 13:52:39,585 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 13:52:39,585 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 13:52:39,585 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 13:52:39,585 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 13:52:39,587 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 13:52:39,587 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 13:52:39,590 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 13:52:39,590 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 13:52:39,590 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 13:52:39,590 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 13:52:39,590 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 13:52:39,647 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 13:52:39,870 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 13:52:39,875 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 13:52:39,875 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 13:52:39,899 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 13:52:40,056 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 13:52:40,056 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 13:52:40,057 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:52:40,057 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:52:40,122 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 13:52:40,122 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 13:52:40,122 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:52:40,122 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:52:40,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 13:52:40,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 13:52:40,157 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 13:52:40,157 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 13:52:40,157 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 13:52:40,189 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1325302] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 13:52:40,202 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3569 ms +2015-07-21 13:53:14,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:53:14,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:53:14,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:53:14,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:53:14,202 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 13:53:14,228 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 13:53:14,228 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:14,302 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 13:53:14,479 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 13:53:14,479 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:53:14,483 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:53:14,486 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@69a946 +2015-07-21 13:53:14,486 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 13:53:14,487 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 13:53:14,496 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@69a946 +2015-07-21 13:53:14,496 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 13:53:14,498 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 13:53:14,500 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@617149 +2015-07-21 13:53:14,500 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 13:53:14,500 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 13:53:14,500 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 13:53:14,509 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 13:53:14,510 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 13:53:14,511 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 13:53:14,512 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:14,529 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 13:53:14,529 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 13:53:14,530 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:14,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:53:14,542 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:53:14,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:53:14,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:53:14,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:53:14,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:53:14,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:53:14,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:53:14,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:14,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:53:14,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:16,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:53:16,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:53:16,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:53:16,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:53:16,767 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-21 13:53:16,770 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 13:53:16,770 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:16,773 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 13:53:16,773 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-21 13:53:16,774 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-21 13:53:16,774 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1213991 +2015-07-21 13:53:16,774 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-21 13:53:16,776 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-21 13:53:16,776 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-21 13:53:16,776 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1213991} + +2015-07-21 13:53:16,776 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:16,779 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:16,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:53:16,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:53:16,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:53:16,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:16,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:53:16,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:22,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:53:22,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:53:23,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:53:23,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:53:23,023 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-21 13:53:23,027 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 13:53:23,033 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:23,034 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 13:53:23,034 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-21 13:53:23,034 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-21 13:53:23,034 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 13:53:23,034 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@617149 +2015-07-21 13:53:23,035 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-21 13:53:23,035 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 13:53:23,035 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 13:53:23,035 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-21 13:53:23,035 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 13:53:23,037 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 13:53:23,040 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:23,040 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-21 13:53:23,040 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-21 13:53:23,040 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 13:53:23,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:53:23,041 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 13:53:23,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:53:23,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:53:23,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:53:23,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:53:23,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:53:23,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:53:23,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:23,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:53:23,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:23,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:53:23,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:53:23,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:53:23,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:53:23,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:53:23,905 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:53:23,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:53:23,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:53:23,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:53:23,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:53:23,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:53:23,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:53:23,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:23,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:53:23,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:54,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:53:54,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:53:54,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:53:54,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:53:54,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:53:54,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:53:54,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:53:54,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:53:54,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:53:54,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:54:12,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:54:12,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:54:12,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:54:12,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:54:12,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:54:12,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:54:12,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:54:12,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:54:12,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:54:12,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:54:12,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:54:12,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:54:12,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:54:12,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:54:12,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:54:18,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:54:18,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:54:18,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:54:18,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:54:18,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:54:18,881 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:54:18,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:54:18,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:54:18,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:54:18,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:54:18,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:54:18,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:54:18,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:54:18,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:54:18,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:55:27,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 13:55:27,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 13:55:27,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 13:55:27,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 13:55:27,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 13:55:27,431 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 13:55:27,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 13:55:27,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 13:55:27,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 13:55:27,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 13:55:27,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 13:55:27,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 13:55:27,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 13:55:27,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 13:55:27,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:02:29,574 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 14:02:29,637 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 14:02:29 CST 2015]; root of context hierarchy +2015-07-21 14:02:29,730 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 14:02:30,249 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 14:02:30,253 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 14:02:30,402 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 14:02:30,632 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 14:02:30,637 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 14:02:30,654 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13a68f0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 14:02:30,851 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 14:02:30,899 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 14:02:30,918 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 14:02:30,921 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 14:02:30,924 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 14:02:30,929 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 14:02:31,118 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 14:02:31,243 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 14:02:31,287 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 14:02:31,316 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 14:02:31,349 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 14:02:31,349 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 14:02:31,352 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 14:02:31,352 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 14:02:31,355 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 14:02:31,355 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 14:02:31,362 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 14:02:31,443 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 14:02:31,934 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 14:02:31,934 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 14:02:31,950 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 14:02:31,954 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 14:02:31,955 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 14:02:31,955 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 14:02:31,955 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 14:02:31,955 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 14:02:31,955 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 14:02:31,956 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 14:02:31,956 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 14:02:31,956 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 14:02:31,956 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 14:02:31,957 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 14:02:31,957 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 14:02:31,957 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 14:02:31,957 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 14:02:31,957 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 14:02:31,958 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 14:02:31,958 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 14:02:31,961 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 14:02:31,961 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 14:02:31,961 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 14:02:31,961 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 14:02:31,961 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 14:02:32,005 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 14:02:32,180 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 14:02:32,184 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 14:02:32,185 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 14:02:32,198 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 14:02:32,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 14:02:32,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 14:02:32,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 14:02:32,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 14:02:32,327 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 14:02:32,327 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 14:02:32,327 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 14:02:32,327 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 14:02:32,360 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 14:02:32,360 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 14:02:32,360 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 14:02:32,360 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 14:02:32,360 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 14:02:32,387 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c1d350] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 14:02:32,393 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2813 ms +2015-07-21 14:03:13,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:03:13,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:03:13,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:03:13,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:03:13,806 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 14:03:13,823 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 14:03:13,824 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:13,865 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 14:03:14,046 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 14:03:14,047 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:03:14,051 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:03:14,052 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1c3271e +2015-07-21 14:03:14,053 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 14:03:14,054 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:03:14,055 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1c3271e +2015-07-21 14:03:14,055 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 14:03:14,056 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 14:03:14,056 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fb56ad +2015-07-21 14:03:14,056 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 14:03:14,056 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 14:03:14,057 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 14:03:14,063 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 14:03:14,063 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 14:03:14,064 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 14:03:14,066 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:14,083 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 14:03:14,083 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 14:03:14,083 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:14,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:03:14,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:03:14,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:03:14,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:03:14,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:03:14,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:03:14,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:03:14,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:03:14,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:14,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:03:14,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:15,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:03:15,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:03:15,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:03:15,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:03:15,583 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-21 14:03:15,589 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:03:15,589 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:15,590 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 14:03:15,590 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-21 14:03:15,591 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-21 14:03:15,591 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@eb073 +2015-07-21 14:03:15,591 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-21 14:03:15,592 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-21 14:03:15,593 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-21 14:03:15,593 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@eb073} + +2015-07-21 14:03:15,593 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:15,595 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:15,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:03:15,597 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:03:15,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:03:15,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:03:15,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:03:15,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:03:15,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:15,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:03:15,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:54,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:03:54,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:03:54,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:03:54,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:03:54,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:03:54,762 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:03:54,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:03:54,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:03:54,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:03:54,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:03:54,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:54,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:03:54,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:59,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:03:59,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:03:59,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:03:59,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:03:59,567 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-21 14:03:59,570 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 14:03:59,570 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:59,570 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fb56ad +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 14:03:59,571 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-21 14:03:59,572 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:03:59,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:03:59,573 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:03:59,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:03:59,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:03:59,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:03:59,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:03:59,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:03:59,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:03:59,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:59,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:03:59,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:59,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:03:59,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:03:59,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:03:59,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:03:59,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:03:59,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:03:59,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:03:59,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:03:59,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:03:59,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:03:59,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:03:59,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:03:59,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:03:59,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:03:59,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:10,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:10,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:10,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:10,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:10,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:10,058 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:04:10,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:10,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:10,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:10,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:10,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:10,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:10,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:11,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:11,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:11,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:11,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:11,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:11,799 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:04:11,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:11,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:11,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:11,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:11,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:11,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:11,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:11,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:11,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:12,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:12,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:12,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:12,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:12,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:12,569 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:12,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:12,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:12,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:12,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:12,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:12,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:12,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:12,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:12,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:17,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:17,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:17,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:17,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:17,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:17,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:17,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:17,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:17,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:17,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:17,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:17,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:17,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:17,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:17,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:19,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:19,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:19,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:19,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:19,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:19,472 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:19,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:19,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:19,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:19,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:19,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:19,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:19,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:19,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:19,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:20,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:20,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:20,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:20,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:20,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:20,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:20,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:20,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:20,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:20,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:20,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:20,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:20,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:20,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:20,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:21,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:21,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:21,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:21,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:21,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:21,910 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:21,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:21,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:21,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:21,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:21,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:21,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:21,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:21,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:21,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:23,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:23,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:23,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:23,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:23,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:23,468 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:23,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:23,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:23,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:23,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:23,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:23,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:23,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:23,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:23,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:23,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:23,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:23,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:23,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:23,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:23,860 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:23,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:23,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:23,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:23,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:23,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:23,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:23,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:23,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:23,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:24,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:24,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:24,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:24,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:24,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:24,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:24,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:24,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:24,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:24,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:24,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:24,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:24,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:24,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:24,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:24,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:04:24,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:04:24,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:04:24,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:04:24,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:04:24,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:04:24,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:04:24,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:04:24,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:04:24,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:04:24,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:04:24,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:04:24,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:04:24,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:04:24,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:18:38,279 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 14:18:38,330 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 14:18:38 CST 2015]; root of context hierarchy +2015-07-21 14:18:38,432 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 14:18:38,767 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 14:18:38,769 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 14:18:38,912 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 14:18:39,110 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 14:18:39,114 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 14:18:39,137 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b6fb22: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 14:18:39,460 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 14:18:39,511 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 14:18:39,521 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 14:18:39,524 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 14:18:39,527 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 14:18:39,531 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 14:18:39,693 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 14:18:39,796 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 14:18:39,835 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 14:18:39,864 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 14:18:39,900 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 14:18:39,900 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 14:18:39,904 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 14:18:39,904 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 14:18:39,914 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 14:18:39,914 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 14:18:39,919 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 14:18:39,996 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 14:18:40,874 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 14:18:40,875 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 14:18:40,891 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 14:18:40,896 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 14:18:40,897 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 14:18:40,897 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 14:18:40,897 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 14:18:40,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 14:18:40,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 14:18:40,898 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 14:18:40,898 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 14:18:40,898 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 14:18:40,898 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 14:18:40,898 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 14:18:40,898 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 14:18:40,899 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 14:18:40,899 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 14:18:40,899 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 14:18:40,900 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 14:18:40,900 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 14:18:40,903 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 14:18:40,903 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 14:18:40,903 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 14:18:40,903 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 14:18:40,903 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 14:18:40,962 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 14:18:41,229 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 14:18:41,234 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 14:18:41,234 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 14:18:41,248 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 14:18:41,386 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 14:18:41,386 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 14:18:41,386 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 14:18:41,386 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 14:18:41,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 14:18:41,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 14:18:41,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 14:18:41,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 14:18:41,460 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 14:18:41,460 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 14:18:41,460 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 14:18:41,460 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 14:18:41,460 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 14:18:41,486 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@631129] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 14:18:41,494 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3202 ms +2015-07-21 14:18:52,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:18:52,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:18:52,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:18:52,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:18:52,819 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 14:18:52,837 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 14:18:52,838 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:18:52,889 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 14:18:53,047 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 14:18:53,048 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:18:53,051 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:18:53,052 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@18132a5 +2015-07-21 14:18:53,054 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 14:18:53,055 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:18:53,055 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@18132a5 +2015-07-21 14:18:53,056 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 14:18:53,057 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 14:18:53,057 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fece66 +2015-07-21 14:18:53,057 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 14:18:53,057 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 14:18:53,057 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 14:18:53,064 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 14:18:53,064 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 14:18:53,065 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 14:18:53,065 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:18:53,093 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 14:18:53,093 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 14:18:53,093 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:18:53,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:18:53,105 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:18:53,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:18:53,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:18:53,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:18:53,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:18:53,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:18:53,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:18:53,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:18:53,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:18:53,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:08,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:08,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:08,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:08,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:08,932 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-21 14:19:08,938 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:19:08,939 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:19:08,941 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 14:19:08,942 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-21 14:19:08,942 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-21 14:19:08,942 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:19:08,943 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-21 14:19:08,947 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-21 14:19:08,947 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-21 14:19:08,947 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1361e7d} + +2015-07-21 14:19:08,949 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:19:08,951 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:19:08,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:08,956 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:19:09,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:09,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:09,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:09,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:09,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:09,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:09,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:15,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:15,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:15,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:15,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:15,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:15,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:15,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:15,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:15,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:15,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:15,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:15,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:15,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:15,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:15,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:17,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:17,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:17,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:17,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:17,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:17,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:17,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:17,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:17,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:17,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:17,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:17,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:17,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:25,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:25,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:25,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:25,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:25,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:25,671 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:19:25,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:25,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:25,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:25,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:25,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:25,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:25,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:29,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:29,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:29,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:29,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:29,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:29,546 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:29,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:29,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:29,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:29,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:29,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:29,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:29,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:29,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:29,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:31,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:31,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:31,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:31,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:31,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:31,657 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:19:31,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:31,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:31,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:31,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:31,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:31,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:31,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:33,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:33,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:33,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:33,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:33,852 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-21 14:19:33,855 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 14:19:33,855 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:19:33,856 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 14:19:33,856 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-21 14:19:33,856 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-21 14:19:33,856 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 14:19:33,857 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fece66 +2015-07-21 14:19:33,857 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-21 14:19:33,857 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 14:19:33,857 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 14:19:33,857 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-21 14:19:33,858 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 14:19:33,858 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 14:19:33,858 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:19:33,858 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-21 14:19:33,858 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-21 14:19:33,858 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:19:33,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:33,859 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:19:33,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:33,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:33,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:33,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:33,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:33,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:33,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:33,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:33,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:34,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:34,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:34,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:34,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:34,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:34,502 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:34,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:34,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:34,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:34,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:34,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:34,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:34,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:34,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:34,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:36,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:36,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:36,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:36,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:36,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:36,258 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:36,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:36,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:36,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:36,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:36,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:36,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:36,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:36,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:36,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:39,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:39,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:39,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:39,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:39,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:39,937 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:19:39,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:39,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:40,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:40,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:40,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:40,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:40,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:44,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:44,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:44,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:44,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:44,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:44,616 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:44,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:44,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:44,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:44,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:44,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:44,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:44,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:44,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:44,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:45,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:45,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:45,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:45,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:45,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:45,988 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:19:46,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:46,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:46,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:46,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:46,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:46,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:51,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:51,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:51,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:51,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:51,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:51,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:51,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:51,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:51,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:51,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:51,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:51,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:51,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:51,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:51,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:52,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:52,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:52,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:52,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:52,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:52,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:52,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:52,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:52,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:52,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:52,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:52,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:52,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:52,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:52,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:54,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:54,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:54,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:54,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:54,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:54,100 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:54,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:54,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:54,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:54,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:54,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:54,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:54,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:54,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:54,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:54,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:54,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:54,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:55,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:55,001 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:55,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:55,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:55,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:55,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:55,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:55,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:55,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:55,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:55,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:55,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:55,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:55,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:55,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:55,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:55,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:55,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:55,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:55,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:55,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:55,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:55,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:55,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:55,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:55,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:55,756 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:55,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:55,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:55,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:55,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:55,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:55,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:55,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:55,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:55,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:55,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:55,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:55,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:55,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:55,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:55,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:55,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:55,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:55,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:55,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:55,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:55,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:55,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:56,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:56,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:56,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:56,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:56,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:56,083 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:56,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:56,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:56,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:56,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:56,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:56,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:56,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:56,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:56,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:56,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:56,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:56,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:56,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:56,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:56,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:56,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:56,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:56,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:56,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:56,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:56,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:56,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:56,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:56,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:57,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:57,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:57,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:57,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:57,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:57,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:57,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:57,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:57,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:57,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:57,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:57,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:57,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:57,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:57,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:57,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:57,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:57,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:57,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:57,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:57,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:57,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:57,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:57,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:57,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:57,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:57,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:57,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:57,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:57,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:58,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:58,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:58,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:58,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:58,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:58,129 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:58,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:58,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:58,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:58,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:58,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:58,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:58,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:58,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:58,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:58,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:58,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:58,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:58,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:58,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:58,332 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:58,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:58,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:58,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:58,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:58,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:58,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:58,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:58,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:58,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:58,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:58,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:58,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:58,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:58,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:58,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:58,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:58,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:58,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:58,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:58,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:58,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:58,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:58,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:58,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:59,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:19:59,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:19:59,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:19:59,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:19:59,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:19:59,780 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:19:59,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:19:59,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:19:59,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:19:59,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:19:59,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:19:59,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:19:59,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:19:59,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:19:59,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:20:31,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:20:31,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:20:31,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:20:31,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:20:31,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:20:31,798 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:20:31,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:20:31,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:20:31,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:20:31,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:20:31,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:20:31,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:20:31,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:20:36,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:20:36,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:20:36,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:20:36,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:20:36,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:20:36,484 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:20:36,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:20:36,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:20:36,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:20:36,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:20:36,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:20:36,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:20:36,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:20:36,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:20:36,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:22:11,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:22:11,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:22:11,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:22:11,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:22:11,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:22:11,759 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:22:11,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:22:11,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:22:11,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:22:11,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:22:11,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:22:11,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:22:11,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:22:11,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:22:11,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:22:13,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:22:13,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:22:13,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:22:13,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:22:13,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:22:13,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:22:13,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:22:13,672 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:22:13,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:22:13,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:22:13,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:22:13,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:22:13,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:22:13,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:22:13,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:22:13,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:22:13,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:22:13,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:22:13,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:22:13,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:22:13,678 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:22:13,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:22:13,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:22:13,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:22:13,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:22:13,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:22:13,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:22:13,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:46,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:23:46,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:23:46,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:23:46,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:23:46,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:23:46,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:23:46,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:23:46,581 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:23:46,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:23:46,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:23:46,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:23:46,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:23:46,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:46,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:23:46,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:46,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:23:46,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:23:46,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:23:46,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:23:46,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:23:46,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:23:46,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:23:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:23:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:23:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:23:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:23:46,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:50,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:23:50,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:23:50,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:23:50,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:23:50,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:23:50,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:23:50,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:23:50,338 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:23:50,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:23:50,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:23:50,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:23:50,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:23:50,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:23:50,344 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:23:50,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:23:50,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:23:50,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:50,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-21 14:23:50,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:50,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:23:50,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:23:50,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:23:50,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:23:50,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:23:50,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:23:50,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:50,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:23:50,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:53,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:23:53,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:23:53,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:23:53,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:23:53,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:23:53,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:23:53,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:23:53,729 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 14:23:53,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:23:53,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:23:53,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:23:53,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:23:53,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:53,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:23:53,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:53,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:23:53,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:23:53,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:23:53,744 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:23:53,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:23:53,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:23:53,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:23:53,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:23:53,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:23:53,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:23:53,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:23:53,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:23:53,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:24:45,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:24:45,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:24:45,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:24:45,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:24:45,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:24:45,984 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:24:45,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:24:45,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:24:45,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:24:45,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:24:45,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:24:45,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:24:45,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:24:45,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:24:45,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:24:46,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:24:46,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:24:46,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:24:46,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:24:46,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:24:46,506 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:24:46,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:24:46,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:24:46,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:24:46,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:24:46,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:24:46,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:24:46,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:24:46,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:24:46,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:24:50,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:24:50,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:24:50,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:24:50,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:24:50,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:24:50,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:24:50,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:24:50,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:24:50,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:24:50,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:24:50,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:24:50,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:24:50,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:24:50,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:24:50,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:06,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:26:06,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:26:06,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:26:06,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:26:06,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:26:06,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:26:06,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:26:06,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:26:06,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:26:06,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:26:06,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:26:06,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:26:06,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:06,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:26:06,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:09,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:26:09,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:26:09,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:26:09,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:26:09,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:26:09,151 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:26:09,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:26:09,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:26:09,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:26:09,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:26:09,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:26:09,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:26:09,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:09,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:26:09,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:10,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:26:10,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:26:10,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:26:10,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:26:10,140 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 14:26:10,142 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 14:26:10,142 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:26:10,142 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 14:26:10,143 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 14:26:10,143 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 14:26:10,143 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 14:26:10,143 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fece66 +2015-07-21 14:26:10,144 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 14:26:10,144 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 14:26:10,144 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 14:26:10,144 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 14:26:10,144 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 14:26:10,145 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 14:26:10,145 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:26:10,146 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 14:26:10,146 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-21 14:26:10,146 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:26:10,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:26:10,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:26:10,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:26:10,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:26:10,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:26:10,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:26:10,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:26:10,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:26:10,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:10,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:26:10,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:18,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:26:18,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:26:18,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:26:18,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:26:18,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:26:18,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:26:18,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:26:18,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:26:18,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:26:18,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:26:18,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:26:18,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:26:18,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:18,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:26:18,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:23,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:26:23,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:26:23,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:26:23,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:26:23,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:26:23,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:26:23,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:26:23,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:26:23,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:26:23,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:26:23,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:26:23,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:26:23,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:26:23,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:26:23,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:28:18,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:28:18,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:28:18,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:28:18,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:28:18,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:28:18,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:28:18,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:28:18,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:28:18,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:28:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:28:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:28:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:28:18,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:28:18,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:28:18,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:28:24,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:28:24,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:28:24,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:28:24,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:28:24,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:28:24,020 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:28:24,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:28:24,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:28:24,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:28:24,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:28:24,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:28:24,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:28:24,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:28:24,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:28:24,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:16,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:29:16,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:29:16,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:29:16,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:29:16,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:29:16,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:29:16,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:29:16,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:29:16,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:29:16,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:29:16,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:29:16,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:29:16,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:16,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:29:16,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:17,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:29:17,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:29:17,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:29:17,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:29:17,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:29:17,401 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:29:17,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:29:17,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:29:17,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:29:17,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:29:17,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:29:17,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:29:17,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:17,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:29:17,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:18,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:29:18,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:29:19,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:29:19,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:29:19,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:29:19,003 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:29:19,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:29:19,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:29:19,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:29:19,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:29:19,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:29:19,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:29:19,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:19,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:29:19,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:19,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:29:19,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:29:19,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:29:19,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:29:19,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:29:19,919 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:29:19,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:29:19,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:29:19,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:29:19,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:29:19,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:29:19,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:29:19,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:19,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:29:19,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:20,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:29:20,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:29:20,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:29:20,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:29:20,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:29:20,643 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:29:20,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:29:20,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:29:20,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:29:20,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:29:20,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:29:20,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:29:20,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:29:20,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:29:20,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,458 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 14:32:30,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:30,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:30,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:30,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:30,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:32:30,476 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 14:32:30,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 14:32:30,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:32:30,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:30,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:30,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:30,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:30,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:30,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:30,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:30,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:30,654 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 14:32:30,657 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:32:30,657 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,658 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 14:32:30,658 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 14:32:30,658 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:30,658 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1ddb561 +2015-07-21 14:32:30,659 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 14:32:30,659 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:30,659 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:30,659 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 14:32:30,660 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 14:32:30,660 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 14:32:30,660 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1ddb561} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1361e7d} + +2015-07-21 14:32:30,660 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,661 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:32:30,661 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 14:32:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:30,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:30,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:30,704 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 14:32:30,707 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:32:30,707 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,707 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 14:32:30,708 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 14:32:30,708 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 14:32:30,708 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:30,708 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 14:32:30,708 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 14:32:30,708 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 14:32:30,709 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 14:32:30,709 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 14:32:30,709 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 14:32:30,709 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1361e7d} + +2015-07-21 14:32:30,709 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,709 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 14:32:30,710 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 14:32:30,710 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 14:32:30,710 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 14:32:30,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 14:32:30,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:30,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:30,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:30,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:30,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:30,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:30,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:32:30,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:32:30,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:32:30,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:30,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:30,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:30,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:30,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:30,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:30,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:32:30,800 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 14:32:30,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:32:30,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:30,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:30,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:30,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:30,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:30,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:30,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:30,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:30,880 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-21 14:32:30,885 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:32:30,886 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,886 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 14:32:30,886 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 14:32:30,886 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:30,886 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:30,887 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-21 14:32:30,887 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:30,887 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:30,887 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-21 14:32:30,887 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:30,887 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:30,888 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-21 14:32:30,888 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:30,889 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:30,889 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 14:32:30,889 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 14:32:30,889 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 14:32:30,890 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1361e7d} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1361e7d} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1361e7d} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1361e7d} + +2015-07-21 14:32:30,890 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,890 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:30,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:32:30,891 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 14:32:30,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:32:30,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:30,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:30,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:30,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:30,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:30,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:31,017 ERROR [com.lungcare.dicomfile.util.ZipUtils] - 创建ZIP文件失败 +java.io.FileNotFoundException: null_G:\wjlProgramFiles\local-git-repository\LungCareRestFulAPI\src\main\webapp\testFile\49fb9f84-b712-c19e-9841-67322d5f9536.zip (文件名、目录名或卷标语法不正确。) + at java.io.FileOutputStream.open(Native Method) + at java.io.FileOutputStream.(FileOutputStream.java:212) + at java.io.FileOutputStream.(FileOutputStream.java:104) + at com.lungcare.dicomfile.util.ZipUtils.createZip(ZipUtils.java:96) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:175) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:139) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-21 14:32:31,019 ERROR [com.lungcare.dicomfile.util.ZipUtils] - 创建ZIP文件失败 +java.io.FileNotFoundException: null_G:\wjlProgramFiles\local-git-repository\LungCareRestFulAPI\src\main\webapp\allBmps\49fb9f84-b712-c19e-9841-67322d5f9536.zip (文件名、目录名或卷标语法不正确。) + at java.io.FileOutputStream.open(Native Method) + at java.io.FileOutputStream.(FileOutputStream.java:212) + at java.io.FileOutputStream.(FileOutputStream.java:104) + at com.lungcare.dicomfile.util.ZipUtils.createZip(ZipUtils.java:96) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:176) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:139) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-21 14:32:31,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:31,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:31,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:31,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:31,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:32:31,229 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 14:32:31,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:32:31,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:32:31,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:32:31,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:31,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:31,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:31,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:31,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:31,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:38,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:32:38,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:32:38,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:32:38,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:32:38,179 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@18132a5 +2015-07-21 14:32:38,182 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 14:32:38,183 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:32:38,183 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:32:38,183 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 14:32:38,183 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 14:32:38,183 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 14:32:38,184 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@18132a5} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1361e7d} + +2015-07-21 14:32:38,184 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:38,184 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:32:38,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:32:38,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 14:32:38,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:32:38,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:32:38,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:32:38,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:32:38,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:32:38,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:32:38,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:14,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:33:14,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:33:14,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:33:14,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:33:14,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:33:14,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:33:14,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:33:14,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:33:14,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:33:14,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:33:14,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:33:14,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:33:14,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:14,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:33:14,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:53,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:33:53,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:33:53,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:33:53,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:33:53,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:33:53,926 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:33:53,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:33:53,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:33:53,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:33:53,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:33:53,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:33:53,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:33:53,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:53,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:33:53,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:55,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:33:55,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:33:55,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:33:55,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:33:55,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:33:55,219 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:33:55,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:33:55,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:33:55,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:33:55,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:33:55,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:33:55,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:33:55,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:55,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:33:55,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:57,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:33:57,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:33:57,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:33:57,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:33:57,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:33:57,143 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:33:57,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:33:57,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:33:57,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:33:57,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:33:57,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:33:57,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:33:57,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:57,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:33:57,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:58,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:33:58,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:33:58,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:33:58,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:33:58,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:33:58,320 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:33:58,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:33:58,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:33:58,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:33:58,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:33:58,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:33:58,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:33:58,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:58,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:33:58,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:59,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:33:59,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:33:59,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:33:59,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:33:59,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:33:59,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:33:59,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:33:59,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:33:59,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:33:59,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:33:59,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:33:59,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:33:59,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:33:59,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:33:59,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:00,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:34:00,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:34:00,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:34:00,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:34:00,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:34:00,254 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:34:00,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:34:00,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:34:00,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:34:00,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:34:00,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:34:00,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:34:00,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:00,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:34:00,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:00,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:34:00,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:34:00,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:34:00,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:34:00,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:34:00,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:34:00,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:34:00,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:34:00,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:34:00,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:34:00,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:34:00,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:34:00,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:00,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:34:00,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:02,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:34:02,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:34:02,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:34:02,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:34:02,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:34:02,542 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:34:02,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:34:02,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:34:02,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:34:02,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:34:02,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:34:02,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:34:02,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:02,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:34:02,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:12,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:34:12,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:34:12,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:34:12,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:34:12,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:34:12,989 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:34:12,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:34:12,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:34:12,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:34:12,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:34:12,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:34:12,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:34:12,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:12,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:34:12,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:22,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:34:22,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:34:22,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:34:22,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:34:22,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:34:22,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:34:22,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:34:22,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:34:22,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:34:22,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:34:22,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:34:22,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:34:22,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:22,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:34:22,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:45,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:34:45,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:34:45,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:34:45,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:34:45,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:34:45,411 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:34:45,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:34:45,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:34:45,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:34:45,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:34:45,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:34:45,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:34:45,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:34:45,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:34:45,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:53:30,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:53:30,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:53:30,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:53:30,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:53:30,887 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-21 14:53:30,891 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 14:53:30,891 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:53:30,891 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 14:53:30,892 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 14:53:30,892 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:53:30,892 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@18132a5 +2015-07-21 14:53:30,892 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-21 14:53:30,892 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 14:53:30,892 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1361e7d +2015-07-21 14:53:30,893 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 14:53:30,893 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 14:53:30,893 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 14:53:30,894 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@18132a5} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1361e7d} + +2015-07-21 14:53:30,894 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:53:30,894 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 14:53:30,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:53:30,894 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 14:53:30,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:53:30,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:53:30,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:53:30,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:53:30,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:53:30,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:53:30,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:55:59,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:55:59,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:55:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:55:59,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:55:59,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:55:59,106 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:55:59,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:55:59,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:55:59,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:55:59,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:55:59,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:55:59,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:55:59,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:55:59,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:55:59,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:57:43,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:57:43,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:57:43,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:57:43,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:57:43,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:57:43,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:57:43,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:57:43,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:57:43,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:57:43,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:57:43,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:57:43,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:57:43,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:57:43,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:57:43,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:57:47,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:57:47,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:57:47,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:57:47,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:57:47,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:57:47,063 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-21 14:57:47,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:57:47,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:57:47,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:57:47,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:57:47,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:57:47,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:57:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:57:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:57:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:57:47,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:57:47,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:57:47,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:57:47,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:57:47,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:57:47,663 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 14:57:47,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:57:47,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:57:47,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:57:47,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:57:47,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:57:47,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:57:47,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:57:47,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:57:47,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:58:00,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 14:58:00,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 14:58:00,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 14:58:00,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 14:58:00,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 14:58:00,648 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 14:58:00,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 14:58:00,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 14:58:00,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 14:58:00,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 14:58:00,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 14:58:00,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 14:58:00,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 14:58:00,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 14:58:00,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:00:50,269 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jul 21 14:18:38 CST 2015]; root of context hierarchy +2015-07-21 16:00:50,866 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b6fb22: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 16:00:52,283 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-21 16:00:52,298 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-21 16:01:09,541 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 16:01:09,591 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 16:01:09 CST 2015]; root of context hierarchy +2015-07-21 16:01:09,634 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 16:01:09,886 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 16:01:09,886 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 16:01:10,118 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 16:01:10,488 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 16:01:11,120 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 16:01:11,130 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@81c3ab: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 16:01:11,274 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 16:01:11,343 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 16:01:11,371 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 16:01:11,374 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 16:01:11,377 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 16:01:11,379 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 16:01:11,442 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 16:01:11,545 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 16:01:11,787 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 16:01:11,858 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 16:01:11,953 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 16:01:11,954 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 16:01:11,955 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 16:01:11,956 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 16:01:11,961 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 16:01:11,964 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 16:01:11,969 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 16:01:12,021 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 16:01:13,131 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 16:01:13,131 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 16:01:13,150 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 16:01:13,153 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 16:01:13,154 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 16:01:13,156 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 16:01:13,156 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 16:01:13,156 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 16:01:13,156 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 16:01:13,157 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 16:01:13,157 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 16:01:13,157 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 16:01:13,158 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 16:01:13,158 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 16:01:13,158 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 16:01:13,158 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 16:01:13,173 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 16:01:13,173 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 16:01:13,175 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 16:01:13,175 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 16:01:13,175 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 16:01:13,180 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 16:01:13,180 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 16:01:13,180 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 16:01:13,180 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 16:01:13,180 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 16:01:13,182 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 16:01:13,187 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 16:01:13,187 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 16:01:13,187 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 16:01:13,187 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 16:01:13,252 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 16:01:13,484 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 16:01:13,491 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 16:01:13,491 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 16:01:13,513 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 16:01:13,811 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 16:01:13,812 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 16:01:13,812 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:01:13,812 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:01:13,872 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 16:01:13,872 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 16:01:13,872 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:01:13,872 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:01:13,936 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 16:01:13,936 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 16:01:13,936 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:01:13,936 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:01:13,936 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 16:01:13,963 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@149faaf] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 16:01:13,999 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 4458 ms +2015-07-21 16:14:43,294 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 16:14:43,343 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 16:14:43 CST 2015]; root of context hierarchy +2015-07-21 16:14:43,466 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 16:14:44,055 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 16:14:44,058 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 16:14:44,225 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 16:14:44,441 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 16:14:44,447 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 16:14:44,475 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@cd597f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 16:14:44,800 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 16:14:44,876 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 16:14:44,889 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 16:14:44,891 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 16:14:44,907 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 16:14:44,919 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 16:14:45,136 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 16:14:45,291 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 16:14:45,337 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 16:14:45,373 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 16:14:45,463 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 16:14:45,469 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 16:14:45,472 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 16:14:45,472 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 16:14:45,483 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 16:14:45,484 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 16:14:45,490 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 16:14:45,576 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 16:14:46,089 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 16:14:46,090 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 16:14:46,107 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 16:14:46,111 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 16:14:46,112 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 16:14:46,113 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 16:14:46,114 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 16:14:46,114 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 16:14:46,114 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 16:14:46,114 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 16:14:46,114 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 16:14:46,114 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 16:14:46,116 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 16:14:46,116 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 16:14:46,118 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 16:14:46,119 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 16:14:46,119 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 16:14:46,119 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 16:14:46,119 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 16:14:46,177 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 16:14:46,393 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 16:14:46,398 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 16:14:46,398 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 16:14:46,422 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 16:14:46,510 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 16:14:46,510 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 16:14:46,510 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:14:46,510 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:14:46,544 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 16:14:46,544 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 16:14:46,544 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:14:46,544 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:14:46,570 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 16:14:46,570 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 16:14:46,570 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:14:46,570 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:14:46,570 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 16:14:46,629 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e389a7] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 16:14:46,635 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3325 ms +2015-07-21 16:18:15,021 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 16:18:15,090 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 16:18:15 CST 2015]; root of context hierarchy +2015-07-21 16:18:15,218 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 16:18:15,888 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 16:18:15,892 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 16:18:16,063 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 16:18:16,314 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 16:18:16,321 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 16:18:16,342 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b3b1b6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 16:18:16,602 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 16:18:16,654 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 16:18:16,680 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 16:18:16,684 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 16:18:16,687 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 16:18:16,690 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 16:18:16,926 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 16:18:17,049 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 16:18:17,106 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 16:18:17,147 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 16:18:17,207 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 16:18:17,207 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 16:18:17,209 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 16:18:17,210 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 16:18:17,214 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 16:18:17,214 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 16:18:17,218 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 16:18:17,321 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 16:18:17,859 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 16:18:17,859 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 16:18:17,876 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 16:18:17,880 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 16:18:17,881 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 16:18:17,881 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 16:18:17,882 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 16:18:17,882 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 16:18:17,882 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 16:18:17,882 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 16:18:17,882 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 16:18:17,882 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 16:18:17,883 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 16:18:17,883 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 16:18:17,883 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 16:18:17,883 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 16:18:17,883 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 16:18:17,884 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 16:18:17,884 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 16:18:17,884 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 16:18:17,886 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 16:18:17,887 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 16:18:17,887 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 16:18:17,887 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 16:18:17,887 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 16:18:17,942 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 16:18:18,167 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 16:18:18,172 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 16:18:18,172 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 16:18:18,200 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 16:18:18,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 16:18:18,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 16:18:18,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:18:18,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:18:18,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 16:18:18,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 16:18:18,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:18:18,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:18:18,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 16:18:18,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 16:18:18,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 16:18:18,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 16:18:18,344 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 16:18:18,371 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@7e1f9b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 16:18:18,459 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3401 ms +2015-07-21 16:18:54,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:54,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:54,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:54,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:54,517 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 16:18:54,525 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 16:18:54,525 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:18:54,743 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 16:18:54,769 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 16:18:54,771 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 16:18:54,772 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:18:54,773 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 16:18:54,777 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 16:18:54,777 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 16:18:54,782 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 16:18:54,786 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 16:18:54,787 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 16:18:54,791 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1d621b9} + +2015-07-21 16:18:54,791 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:18:54,805 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 16:18:54,805 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 16:18:54,805 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:18:54,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:54,816 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:54,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:54,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:54,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:54,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:54,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:54,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:54,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:54,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:54,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:54,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:54,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:55,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:55,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:55,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:55,030 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:55,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:55,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:55,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:55,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:55,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:55,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:55,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:55,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:55,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:55,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:55,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:55,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:55,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:55,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:55,341 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:55,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:55,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:55,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:55,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:55,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:55,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:55,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:55,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:55,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:55,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:55,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:55,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:55,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:55,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:55,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:55,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:55,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:55,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:55,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:55,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:55,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:55,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:55,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:55,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:56,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:56,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:56,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:56,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:56,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:56,352 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:56,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:56,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:56,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:56,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:56,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:56,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:56,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:56,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:56,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:56,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:56,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:56,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:56,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:56,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:56,853 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:56,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:56,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:56,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:56,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:56,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:56,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:56,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:56,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:56,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:57,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:57,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:57,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:57,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:57,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:57,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:57,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:57,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:57,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:57,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:57,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:57,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:57,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:57,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:57,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:57,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:57,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:57,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:57,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:57,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:57,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:57,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:57,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:57,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:57,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:57,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:57,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:57,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:57,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:57,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:58,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:58,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:58,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:58,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:58,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:58,387 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:58,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:58,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:58,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:58,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:58,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:58,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:58,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:58,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:58,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:58,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:58,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:58,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:58,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:58,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:58,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:58,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:58,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:58,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:58,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:58,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:58,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:58,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:58,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:58,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:59,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:59,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:59,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:59,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:59,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:59,355 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:59,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:59,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:59,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:59,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:59,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:59,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:59,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:59,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:59,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:59,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:18:59,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:18:59,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:18:59,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:18:59,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:18:59,837 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:18:59,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:18:59,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:18:59,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:18:59,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:18:59,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:18:59,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:18:59,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:18:59,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:18:59,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:00,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:00,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:00,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:00,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:00,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:00,342 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:00,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:00,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:00,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:00,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:00,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:00,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:00,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:00,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:00,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:00,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:00,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:00,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:00,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:00,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:00,922 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:00,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:00,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:00,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:00,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:00,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:00,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:00,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:00,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:00,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:01,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:01,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:01,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:01,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:01,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:01,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:01,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:01,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:01,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:01,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:01,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:01,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:01,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:01,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:01,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:01,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:01,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:01,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:01,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:01,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:01,895 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:01,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:01,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:01,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:01,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:01,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:01,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:01,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:01,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:01,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:02,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:02,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:02,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:02,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:02,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:02,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:02,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:02,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:02,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:02,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:02,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:02,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:02,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:02,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:02,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:02,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:02,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:02,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:02,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:02,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:02,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:02,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:02,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:02,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:02,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:02,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:02,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:02,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:02,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:02,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:03,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:03,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:03,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:03,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:03,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:03,367 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:03,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:03,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:03,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:03,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:03,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:03,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:03,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:03,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:03,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:03,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:03,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:03,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:03,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:03,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:03,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:03,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:03,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:03,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:03,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:03,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:03,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:03,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:03,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:03,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:04,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:04,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:04,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:04,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:04,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:04,366 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:04,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:04,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:04,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:04,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:04,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:04,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:04,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:04,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:04,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:04,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:04,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:04,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:04,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:04,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:04,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:04,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:04,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:04,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:04,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:04,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:04,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:04,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:04,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:04,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:05,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:05,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:05,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:05,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:05,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:05,381 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:05,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:05,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:05,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:05,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:05,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:05,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:05,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:05,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:05,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:05,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:05,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:05,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:05,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:05,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:05,864 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:05,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:05,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:05,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:05,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:05,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:05,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:05,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:05,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:05,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:06,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:06,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:06,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:06,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:06,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:06,381 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:06,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:06,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:06,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:06,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:06,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:06,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:06,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:06,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:06,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:06,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:06,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:06,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:06,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:06,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:06,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:06,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:06,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:06,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:06,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:06,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:06,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:06,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:06,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:06,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:07,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:07,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:07,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:07,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:07,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:07,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:07,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:07,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:07,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:07,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:07,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:07,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:07,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:07,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:07,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:07,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:07,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:07,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:07,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:07,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:07,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:07,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:07,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:07,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:07,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:07,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:07,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:07,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:07,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:07,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:08,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:08,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:08,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:08,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:08,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:08,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:08,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:08,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:08,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:08,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:08,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:08,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:08,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:08,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:08,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:09,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:09,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:09,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:09,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:09,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:09,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:09,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:09,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:09,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:09,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:09,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:09,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:09,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:09,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:09,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:09,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:09,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:09,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:09,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:09,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:09,632 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:09,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:09,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:09,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:09,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:09,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:09,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:09,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:09,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:09,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:09,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:09,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:09,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:09,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:09,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:09,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:09,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:09,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:09,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:09,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:09,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:09,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:09,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:09,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:09,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:10,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:10,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:10,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:10,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:10,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:10,416 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:10,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:10,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:10,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:10,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:10,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:10,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:10,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:10,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:10,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:10,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:10,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:10,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:10,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:10,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:10,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:10,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:10,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:10,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:10,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:10,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:10,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:10,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:10,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:10,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:11,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:11,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:11,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:11,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:11,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:11,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:11,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:11,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:11,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:11,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:11,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:11,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:11,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:11,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:11,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:11,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:11,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:11,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:11,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:11,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:11,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:11,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:11,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:11,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:11,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:11,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:11,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:11,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:11,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:11,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:12,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:12,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:12,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:12,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:12,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:12,415 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:12,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:12,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:12,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:12,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:12,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:12,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:12,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:12,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:12,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:12,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:12,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:12,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:12,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:12,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:12,918 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:12,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:12,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:12,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:12,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:12,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:12,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:12,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:12,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:12,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:13,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:13,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:13,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:13,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:13,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:13,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:13,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:13,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:13,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:13,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:13,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:13,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:13,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:13,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:13,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:13,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:13,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:13,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:13,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:13,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:13,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:13,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:13,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:13,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:13,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:13,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:13,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:13,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:13,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:13,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:14,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:14,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:14,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:14,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:14,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:14,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:14,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:14,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:14,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:14,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:14,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:14,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:14,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:14,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:14,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:14,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:14,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:14,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:14,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:14,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:14,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:14,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:14,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:14,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:14,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:14,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:14,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:14,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:14,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:14,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:15,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:15,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:15,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:15,423 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:15,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:15,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:15,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:15,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:15,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:15,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:15,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:15,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:15,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:15,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:15,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:15,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:15,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:15,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:15,955 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:15,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:15,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:15,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:15,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:15,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:15,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:15,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:15,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:15,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:16,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:16,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:16,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:16,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:16,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:16,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:16,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:16,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:16,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:16,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:16,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:16,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:16,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:16,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:16,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:16,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:16,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:16,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:16,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:16,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:16,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:16,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:16,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:16,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:16,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:16,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:16,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:16,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:16,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:16,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:17,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:17,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:17,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:17,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:17,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:17,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:17,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:17,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:17,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:17,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:17,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:17,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:17,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:17,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:17,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:17,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:17,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:17,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:17,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:17,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:17,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:17,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:17,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:17,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:17,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:17,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:17,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:17,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:17,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:17,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:18,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:18,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:18,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:18,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:18,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:18,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:18,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:18,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:18,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:18,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:18,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:18,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:18,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:18,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:18,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:18,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:18,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:18,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:18,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:18,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:18,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:18,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:18,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:18,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:18,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:18,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:18,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:18,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:18,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:18,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:19,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:19,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:19,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:19,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:19,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:19,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:19,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:19,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:19,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:19,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:19,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:19,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:19,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:19,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:19,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:19,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:19,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:19,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:19,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:19,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:19,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:19,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:19,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:19,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:19,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:19,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:19,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:19,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:19,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:19,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:20,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:20,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:20,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:20,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:20,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:20,409 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:20,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:20,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:20,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:20,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:20,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:20,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:20,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:20,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:20,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:20,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:20,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:20,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:20,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:20,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:20,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:20,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:20,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:20,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:20,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:20,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:20,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:20,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:20,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:20,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:21,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:21,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:21,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:21,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:21,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:21,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:21,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:21,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:21,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:21,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:21,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:21,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:21,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:21,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:21,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:21,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:21,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:21,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:21,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:21,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:21,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:21,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:21,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:21,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:21,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:21,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:21,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:21,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:21,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:21,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:22,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:22,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:22,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:22,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:22,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:22,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:22,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:22,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:22,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:22,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:22,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:22,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:22,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:22,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:22,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:22,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:22,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:22,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:22,926 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:22,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:22,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:22,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:22,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:22,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:22,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:22,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:22,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:22,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:23,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:23,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:23,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:23,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:23,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:23,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:23,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:23,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:23,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:23,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:23,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:23,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:23,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:23,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:23,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:23,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:23,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:23,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:23,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:23,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:23,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:23,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:23,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:23,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:23,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:23,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:23,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:23,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:23,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:23,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:24,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:24,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:24,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:24,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:24,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:24,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:24,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:24,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:24,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:24,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:24,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:24,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:24,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:24,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:24,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:24,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:24,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:24,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:24,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:24,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:24,940 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:24,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:24,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:24,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:24,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:24,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:24,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:24,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:24,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:24,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:25,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:25,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:25,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:25,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:25,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:25,422 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:25,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:25,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:25,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:25,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:25,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:25,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:25,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:25,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:25,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:25,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:25,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:25,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:25,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:25,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:25,927 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:25,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:25,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:25,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:25,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:25,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:25,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:25,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:25,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:25,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:26,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:26,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:26,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:26,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:26,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:26,429 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:26,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:26,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:26,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:26,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:26,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:26,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:26,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:26,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:26,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:26,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:26,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:26,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:26,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:26,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:26,936 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:26,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:26,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:26,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:26,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:26,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:26,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:26,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:26,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:26,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:27,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:27,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:27,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:27,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:27,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:27,432 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:27,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:27,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:27,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:27,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:27,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:27,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:27,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:27,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:27,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:27,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:27,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:27,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:27,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:27,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:27,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:27,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:27,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:27,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:27,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:27,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:27,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:27,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:27,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:27,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:28,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:28,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:28,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:28,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:28,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:28,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:28,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:28,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:28,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:28,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:28,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:28,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:28,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:28,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:28,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:28,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:28,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:28,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:28,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:28,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:28,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:28,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:28,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:28,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:28,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:28,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:28,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:28,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:28,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:28,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:29,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:29,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:29,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:29,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:29,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:29,439 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:29,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:29,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:29,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:29,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:29,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:29,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:29,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:29,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:29,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:29,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:29,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:29,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:29,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:29,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:29,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:29,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:29,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:29,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:29,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:29,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:29,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:29,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:29,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:29,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:30,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:30,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:30,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:30,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:30,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:30,444 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:30,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:30,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:30,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:30,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:30,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:30,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:30,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:30,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:30,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:30,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:30,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:30,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:30,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:30,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:30,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:30,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:30,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:30,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:30,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:30,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:30,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:30,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:30,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:30,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:31,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:31,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:31,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:31,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:31,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:31,437 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:31,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:31,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:31,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:31,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:31,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:31,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:31,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:31,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:31,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:31,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:31,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:31,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:31,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:31,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:31,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:31,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:31,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:31,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:31,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:31,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:31,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:31,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:31,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:31,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:32,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:32,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:32,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:32,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:32,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:32,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:32,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:32,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:32,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:32,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:32,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:32,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:32,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:32,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:32,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:32,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:32,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:32,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:32,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:32,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:32,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:32,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:32,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:32,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:32,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:32,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:32,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:32,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:32,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:32,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:33,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:33,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:33,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:33,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:33,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:33,451 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:33,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:33,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:33,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:33,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:33,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:33,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:33,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:33,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:33,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:33,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:33,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:33,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:33,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:33,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:33,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:33,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:33,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:33,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:33,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:33,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:33,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:33,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:33,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:33,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:34,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:34,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:34,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:34,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:34,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:34,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:34,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:34,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:34,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:34,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:34,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:34,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:34,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:34,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:34,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:34,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:34,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:34,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:34,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:34,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:34,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:34,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:34,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:34,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:34,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:35,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:35,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:35,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:35,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:35,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:35,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:35,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:35,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:35,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:35,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:35,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:35,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:35,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:35,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:35,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:35,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:35,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:35,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:35,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:35,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:35,955 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:35,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:35,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:35,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:35,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:35,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:35,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:35,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:35,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:35,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:36,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:36,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:36,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:36,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:36,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:36,452 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:36,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:36,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:36,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:36,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:36,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:36,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:36,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:36,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:36,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:36,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:36,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:36,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:36,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:36,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:36,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:36,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:36,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:36,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:36,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:36,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:36,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:36,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:36,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:36,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:37,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:37,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:37,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:37,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:37,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:37,457 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:37,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:37,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:37,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:37,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:37,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:37,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:37,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:37,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:37,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:37,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:37,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:37,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:37,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:37,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:37,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:37,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:37,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:37,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:37,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:37,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:37,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:37,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:37,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:37,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:38,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:38,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:38,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:38,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:38,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:38,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:38,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:38,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:38,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:38,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:38,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:38,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:38,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:38,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:38,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:38,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:38,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:38,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:38,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:38,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:38,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:38,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:38,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:38,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:38,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:38,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:38,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:38,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:38,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:38,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:39,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:39,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:39,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:39,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:39,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:39,459 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:39,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:39,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:39,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:39,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:39,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:39,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:39,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:39,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:39,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:40,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:40,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:40,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:40,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:40,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:40,442 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:40,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:40,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:40,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:40,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:40,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:40,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:40,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:40,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:40,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:40,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:40,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:40,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:40,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:40,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:40,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:40,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:40,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:40,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:40,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:40,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:40,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:40,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:40,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:40,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:40,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:40,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:40,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:40,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:40,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:40,969 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:40,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:40,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:40,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:40,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:40,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:40,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:40,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:40,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:40,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:41,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:41,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:41,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:41,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:41,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:41,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:41,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:41,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:41,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:41,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:41,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:41,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:41,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:41,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:41,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:41,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:41,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:41,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:41,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:41,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:41,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:41,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:41,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:41,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:41,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:41,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:41,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:42,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:42,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:42,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:42,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:42,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:42,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:42,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:42,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:42,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:42,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:42,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:42,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:42,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:42,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:42,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:42,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:42,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:42,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:42,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:42,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:42,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:42,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:42,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:43,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:43,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:43,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:43,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:43,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:43,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:43,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:43,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:43,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:43,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:43,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:43,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:43,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:43,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:43,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:43,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:43,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:43,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:43,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:43,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:43,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:43,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:43,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:43,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:43,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:43,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:43,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:43,969 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:43,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:43,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:43,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:43,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:43,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:43,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:43,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:43,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:43,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:44,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:44,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:44,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:44,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:44,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:44,494 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:44,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:44,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:44,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:44,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:44,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:44,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:44,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:44,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:44,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:44,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:44,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:44,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:44,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:44,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:44,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:44,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:44,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:44,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:44,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:44,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:44,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:44,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:44,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:44,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:45,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:45,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:45,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:45,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:45,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:45,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:45,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:45,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:45,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:45,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:45,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:45,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:45,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:45,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:45,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:45,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:45,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:45,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:45,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:45,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:45,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:45,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:45,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:45,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:45,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:45,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:45,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:45,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:45,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:45,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:46,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:46,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:46,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:46,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:46,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:46,531 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:46,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:46,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:46,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:46,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:46,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:46,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:46,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:46,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:46,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:46,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:46,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:46,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:46,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:46,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:46,971 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:46,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:46,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:46,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:46,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:46,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:46,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:46,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:46,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:46,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:47,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:47,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:47,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:47,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:47,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:47,475 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:47,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:47,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:47,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:47,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:47,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:47,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:47,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:47,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:47,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:47,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:47,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:47,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:47,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:47,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:47,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:47,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:47,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:47,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:47,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:47,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:47,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:47,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:47,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:47,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:48,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:48,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:48,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:48,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:48,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:48,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:48,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:48,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:48,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:48,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:48,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:48,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:48,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:48,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:48,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:48,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:48,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:48,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:48,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:48,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:48,984 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:48,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:48,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:48,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:48,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:48,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:48,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:48,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:48,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:48,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:49,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:49,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:49,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:49,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:49,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:49,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:49,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:49,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:49,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:49,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:49,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:49,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:49,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:49,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:49,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:49,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:49,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:50,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:50,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:50,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:50,005 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:50,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:50,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:50,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:50,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:50,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:50,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:50,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:50,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:50,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:50,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:50,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:50,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:50,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:50,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:50,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:50,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:50,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:50,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:50,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:50,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:50,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:50,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:50,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:50,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:50,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:50,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:50,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:50,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:50,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:50,978 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:50,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:50,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:50,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:50,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:50,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:50,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:50,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:50,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:50,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:51,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:51,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:51,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:51,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:51,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:51,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:51,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:51,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:51,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:51,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:51,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:51,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:51,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:51,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:51,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:51,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:51,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:51,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:51,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:51,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:51,980 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:51,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:51,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:51,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:51,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:51,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:51,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:51,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:51,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:51,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:52,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:52,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:52,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:52,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:52,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:52,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:52,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:52,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:52,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:52,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:52,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:52,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:52,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:52,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:52,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:52,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:52,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:52,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:52,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:52,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:52,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:52,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:52,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:52,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:52,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:52,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:52,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:52,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:52,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:52,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:53,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:53,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:53,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:53,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:53,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:53,494 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:53,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:53,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:53,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:53,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:53,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:53,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:53,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:53,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:53,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:53,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:53,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:53,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:53,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:53,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:53,989 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:53,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:53,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:53,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:53,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:53,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:53,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:53,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:53,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:53,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:54,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:54,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:54,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:54,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:54,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:54,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:54,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:54,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:54,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:54,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:54,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:54,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:54,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:54,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:54,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:54,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:54,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:54,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:54,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:54,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:55,000 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:55,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:55,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:55,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:55,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:55,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:55,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:55,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:55,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:55,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:55,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:55,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:55,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:55,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:55,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:55,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:55,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:55,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:55,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:55,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:55,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:55,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:55,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:55,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:55,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:56,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:56,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:56,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:56,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:56,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:56,013 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:56,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:56,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:56,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:56,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:56,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:56,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:56,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:56,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:56,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:56,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:56,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:56,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:56,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:56,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:56,524 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:56,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:56,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:56,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:56,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:56,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:56,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:56,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:56,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:56,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:57,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:57,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:57,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:57,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:57,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:57,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:57,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:57,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:57,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:57,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:57,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:57,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:57,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:57,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:57,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:57,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:57,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:57,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:57,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:57,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:57,532 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:57,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:57,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:57,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:57,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:57,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:57,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:57,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:57,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:57,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:58,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:58,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:58,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:58,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:58,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:58,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:58,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:58,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:58,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:58,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:58,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:58,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:58,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:58,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:58,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:58,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:58,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:58,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:58,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:58,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:58,535 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:58,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:58,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:58,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:58,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:58,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:58,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:58,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:58,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:58,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:59,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:59,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:59,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:59,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:59,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:59,039 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:59,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:59,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:59,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:59,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:59,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:59,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:59,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:59,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:59,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:59,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:19:59,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:19:59,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:19:59,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:19:59,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:19:59,606 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:19:59,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:19:59,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:19:59,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:19:59,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:19:59,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:19:59,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:19:59,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:19:59,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:19:59,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:00,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:00,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:00,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:00,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:00,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:00,046 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:00,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:00,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:00,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:00,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:00,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:00,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:00,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:00,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:00,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:00,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:00,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:00,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:00,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:00,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:00,533 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:00,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:00,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:00,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:00,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:00,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:00,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:00,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:00,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:00,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:01,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:01,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:01,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:01,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:01,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:01,047 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:01,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:01,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:01,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:01,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:01,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:01,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:01,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:01,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:01,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:01,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:01,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:01,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:01,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:01,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:01,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:01,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:01,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:01,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:01,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:01,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:01,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:01,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:01,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:01,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:02,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:02,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:02,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:02,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:02,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:02,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:02,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:02,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:02,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:02,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:02,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:02,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:02,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:02,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:02,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:02,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:02,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:02,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:02,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:02,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:02,585 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:02,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:02,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:02,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:02,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:02,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:02,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:02,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:02,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:02,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:03,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:03,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:03,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:03,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:03,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:03,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:03,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:03,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:03,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:03,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:03,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:03,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:03,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:03,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:03,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:03,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:03,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:03,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:03,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:03,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:03,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:03,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:03,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:03,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:03,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:03,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:03,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:03,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:03,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:03,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:03,966 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 16:20:03,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:03,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:03,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:03,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:03,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:03,988 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 16:20:04,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 16:20:04,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,194 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:04,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:04,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:04,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,250 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 16:20:04,253 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 16:20:04,254 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:04,255 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 16:20:04,255 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 16:20:04,255 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:04,256 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@14ba2 +2015-07-21 16:20:04,256 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 16:20:04,257 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:04,257 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:20:04,257 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 16:20:04,257 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 16:20:04,257 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 16:20:04,258 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@14ba2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1d621b9} + +2015-07-21 16:20:04,258 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:04,260 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:04,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,261 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,634 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,648 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:04,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:04,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:04,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,652 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,677 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,848 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,865 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,907 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,924 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:04,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:04,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:04,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:04,983 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:04,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:04,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:04,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:04,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:04,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:04,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:04,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:04,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,014 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,051 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:05,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:05,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:05,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,158 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,199 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,254 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,270 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,348 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,389 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,428 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,444 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,480 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,511 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,583 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,608 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:05,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:05,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:05,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,713 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:05,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:05,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:05,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:05,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:05,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:05,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:05,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:05,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:05,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:05,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:05,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:05,719 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 16:20:06,081 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:06,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 16:20:06,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:06,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:06,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,171 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,200 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,219 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,269 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,376 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,411 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,429 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,486 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,518 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,543 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,571 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:06,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:06,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:06,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,594 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,619 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,635 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,717 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,828 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,853 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,920 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,938 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:06,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:06,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:06,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:06,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:06,979 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:06,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:06,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:06,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:06,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:06,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:06,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:06,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,064 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,091 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:07,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:07,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:07,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,119 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,138 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,300 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,331 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,356 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,380 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,395 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,454 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,521 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:07,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:07,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:07,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,598 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,688 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,769 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:07,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:07,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:07,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:07,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:07,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:07,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:07,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:07,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:07,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:07,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:07,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:07,920 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,047 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 16:20:08,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:08,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 16:20:08,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:08,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:08,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,175 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,284 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,442 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,461 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,480 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,507 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,531 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,574 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:08,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:08,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:08,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,596 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,643 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,668 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,685 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,728 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,774 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,791 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,849 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,902 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,938 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:08,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:08,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:08,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:08,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:08,981 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:08,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:08,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:08,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:08,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:08,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:08,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:08,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,008 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,025 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,067 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,150 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:09,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:09,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:09,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,160 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,222 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,240 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,259 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,279 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,309 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,404 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,422 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,442 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,459 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,534 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,591 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:09,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:09,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:09,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,604 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,673 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,741 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,762 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,786 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,840 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,863 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,914 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:09,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:09,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:09,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:09,964 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:09,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:09,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:09,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:09,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:09,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:09,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:09,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:09,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,008 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,089 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,112 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:10,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:10,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:10,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,131 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,173 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,238 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,263 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,389 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,540 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,594 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,619 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:10,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:10,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:10,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,635 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,652 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,669 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,683 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,700 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,718 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,780 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,796 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,826 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,843 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,885 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,958 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:10,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:10,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:10,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:10,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:10,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:10,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:10,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:10,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:10,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:10,977 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:10,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:10,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,028 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,046 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,081 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,113 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:11,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:11,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:11,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,136 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,160 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,205 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,262 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,279 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,309 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,423 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,489 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,566 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,584 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:11,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:11,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 16:20:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:11,612 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 16:20:11,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,635 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,689 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,729 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,750 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,771 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,801 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,867 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,885 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,926 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,951 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,978 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:11,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:11,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:11,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:11,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:11,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:11,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:11,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:11,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:11,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:11,999 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:11,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:11,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,016 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,086 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,105 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,124 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:12,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:12,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:12,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,150 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,252 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,295 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,318 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,381 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,420 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,457 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,474 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,540 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,555 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,648 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,668 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:12,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:12,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:12,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,825 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,896 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:12,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:12,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:12,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:12,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:12,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:12,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:12,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:12,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:12,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:12,998 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:12,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:12,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,081 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,110 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,132 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:13,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:13,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:13,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,141 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,166 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,236 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,257 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,277 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,369 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,388 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,468 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,600 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,618 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:13,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:13,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:13,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,639 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,705 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,723 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,747 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,878 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,910 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,930 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,952 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:13,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:13,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:13,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:13,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:13,993 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:13,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:13,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:13,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:13,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:13,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:13,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:13,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,010 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,053 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,103 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,122 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:14,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:14,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:14,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,124 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,144 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,239 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,272 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,377 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,450 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,470 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,586 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,654 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 16:20:14,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,655 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:14,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:14,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:14,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,732 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,749 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,764 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,845 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,869 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:14,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:14,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:14,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:14,946 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:14,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:14,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:14,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:14,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:14,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:14,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:14,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:14,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,047 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,064 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,083 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,113 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,131 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,152 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:15,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:15,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:15,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,170 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,203 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,220 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,241 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,323 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,360 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,376 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,438 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,457 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,481 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,499 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,588 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,610 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,667 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:15,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:15,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:15,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,674 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,787 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,834 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,852 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,907 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:15,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:15,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:15,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:15,945 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:15,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:15,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:15,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:15,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:15,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:15,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,001 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,054 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,140 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:16,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:16,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:16,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,178 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,251 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,281 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,334 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,408 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,428 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,451 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:16,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:16,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:16,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:16,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:16,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:16,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:16,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:16,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:16,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:16,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:16,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:16,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 16:20:16,751 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:17,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 16:20:17,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:17,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:17,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:17,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:17,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:17,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:17,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:17,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:17,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:17,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:17,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:17,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:17,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:17,693 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:17,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:17,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:17,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:17,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:17,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:17,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:17,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:17,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:17,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:17,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:17,722 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:17,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:17,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:17,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:17,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:17,737 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:17,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:17,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:17,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:17,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:17,756 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:17,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:17,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:17,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:17,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:17,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:17,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:17,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:17,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:18,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:18,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:18,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:18,024 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:18,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:18,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:18,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:18,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:18,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:18,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:18,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:18,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:18,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:18,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:18,041 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:18,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:18,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:18,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:18,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:18,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:18,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:18,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:18,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:18,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:18,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:18,067 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:18,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:18,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:18,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:18,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:18,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:18,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:18,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:18,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:18,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:18,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:18,090 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:20:18,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:18,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:18,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:18,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:18,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:18,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:18,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:18,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:18,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:18,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:18,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:18,188 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-21 16:20:18,195 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 16:20:18,195 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:18,195 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 16:20:18,195 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 16:20:18,196 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:18,196 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:20:18,196 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-21 16:20:18,198 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:18,198 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:18,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 16:20:18,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 16:20:18,199 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 16:20:18,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:18,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:20:18,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:18,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:18,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:18,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:18,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:18,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:18,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:18,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,203 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1d621b9} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1d621b9} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1d621b9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1d621b9} + +2015-07-21 16:20:18,204 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:18,204 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:18,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:18,205 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 16:20:18,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:18,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:18,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:18,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:18,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:18,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:18,238 ERROR [com.lungcare.dicomfile.util.ZipUtils] - 创建ZIP文件失败 +java.io.FileNotFoundException: null_G:\wjlProgramFiles\local-git-repository\LungCareRestFulAPI\src\main\webapp\testFile\33950fb6-9265-89b8-a556-b4d7abdebf24.zip (文件名、目录名或卷标语法不正确。) + at java.io.FileOutputStream.open(Native Method) + at java.io.FileOutputStream.(FileOutputStream.java:212) + at java.io.FileOutputStream.(FileOutputStream.java:104) + at com.lungcare.dicomfile.util.ZipUtils.createZip(ZipUtils.java:96) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:175) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:139) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-21 16:20:18,240 ERROR [com.lungcare.dicomfile.util.ZipUtils] - 创建ZIP文件失败 +java.io.FileNotFoundException: null_G:\wjlProgramFiles\local-git-repository\LungCareRestFulAPI\src\main\webapp\allBmps\33950fb6-9265-89b8-a556-b4d7abdebf24.zip (文件名、目录名或卷标语法不正确。) + at java.io.FileOutputStream.open(Native Method) + at java.io.FileOutputStream.(FileOutputStream.java:212) + at java.io.FileOutputStream.(FileOutputStream.java:104) + at com.lungcare.dicomfile.util.ZipUtils.createZip(ZipUtils.java:96) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:176) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:139) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-21 16:20:29,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:29,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:29,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:29,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:29,663 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 16:20:29,665 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 16:20:29,665 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:29,666 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 16:20:29,666 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 16:20:29,666 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:29,666 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@ad6743 +2015-07-21 16:20:29,666 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@ad6743} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1d621b9} + +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:29,667 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:29,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:29,668 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 16:20:29,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:29,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:29,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:29,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:29,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:29,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:29,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:37,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:37,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:37,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:37,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:37,409 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 16:20:37,414 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 16:20:37,414 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:37,414 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 16:20:37,414 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 16:20:37,414 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 16:20:37,415 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 16:20:37,415 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@10d73c7 +2015-07-21 16:20:37,415 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 16:20:37,415 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 16:20:37,415 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 16:20:37,416 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 16:20:37,416 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 16:20:37,417 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 16:20:37,417 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:37,417 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 16:20:37,417 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-21 16:20:37,417 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:37,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:37,417 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 16:20:37,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:37,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:37,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:37,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:37,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:37,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:37,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:37,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:37,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:46,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:46,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:46,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:46,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:46,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:46,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 16:20:46,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:46,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:46,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:46,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:46,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:46,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:46,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:46,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:46,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:49,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:20:49,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:20:49,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:20:49,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:20:49,134 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 16:20:49,137 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 16:20:49,137 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:49,137 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 16:20:49,138 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 16:20:49,138 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 16:20:49,139 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 16:20:49,139 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@ad6743 +2015-07-21 16:20:49,139 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 16:20:49,139 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 16:20:49,140 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@ad6743 +2015-07-21 16:20:49,140 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 16:20:49,140 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 16:20:49,140 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@10d73c7 +2015-07-21 16:20:49,140 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 16:20:49,140 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 16:20:49,141 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 16:20:49,141 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 16:20:49,141 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 16:20:49,145 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 16:20:49,150 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:49,151 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 16:20:49,151 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 16:20:49,160 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:20:49,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:20:49,162 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:20:49,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:20:49,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:20:49,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:20:49,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:20:49,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:20:49,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:20:49,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:20:49,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:20:49,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:21:14,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:21:14,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:21:14,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:21:14,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:21:14,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:21:14,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:21:14,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:21:14,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:21:14,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:21:14,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:21:14,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:21:14,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:21:14,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:21:14,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:21:14,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:21:25,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:21:25,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:21:25,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:21:25,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:21:25,246 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-21 16:21:25,249 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 16:21:25,249 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:21:25,249 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 16:21:25,249 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@ad6743 +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@ad6743} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1d621b9} + +2015-07-21 16:21:25,250 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:21:25,251 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:21:25,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:21:25,251 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 16:21:25,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:21:25,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:21:25,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:21:25,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:21:25,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:21:25,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:21:25,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:21:37,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:21:37,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:21:37,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:21:37,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:21:37,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:21:37,586 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:21:37,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:21:37,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:21:37,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:21:37,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:21:37,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:21:37,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:21:37,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:21:37,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:21:37,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:22:14,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:22:14,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:22:14,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:22:14,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:22:14,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:22:14,038 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:22:14,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:22:14,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:22:14,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:22:14,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:22:14,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:22:14,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:22:14,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:22:14,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:22:14,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:28,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:28,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:28,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:28,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:28,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:28,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:28,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:28,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:28,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:28,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:28,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:28,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:28,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:28,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:28,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:29,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:29,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:29,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:29,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:29,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:29,038 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:29,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:29,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:29,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:29,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:29,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:29,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:29,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:29,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:29,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:29,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:29,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:29,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:29,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:29,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:29,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:29,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:29,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:29,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:29,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:29,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:29,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:29,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:29,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:29,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:30,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:30,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:30,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:30,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:30,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:30,038 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:30,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:30,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:30,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:30,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:30,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:30,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:30,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:30,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:30,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:30,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:30,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:30,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:30,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:30,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:30,538 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:30,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:30,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:30,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:30,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:30,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:30,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:30,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:30,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:30,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:31,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:31,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:31,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:31,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:31,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:31,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:31,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:31,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:31,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:31,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:31,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:31,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:31,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:31,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:31,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:31,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:31,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:31,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:31,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:31,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:31,552 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:31,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:31,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:31,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:31,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:31,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:31,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:31,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:31,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:31,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:32,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:32,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:32,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:32,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:32,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:32,039 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:32,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:32,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:32,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:32,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:32,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:32,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:32,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:32,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:32,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:32,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:32,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:32,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:32,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:32,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:32,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:32,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:32,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:32,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:32,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:32,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:32,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:32,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:32,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:32,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:33,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:33,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:33,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:33,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:33,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:33,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:33,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:33,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:33,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:33,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:33,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:33,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:33,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:33,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:33,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:33,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:33,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:33,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:33,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:33,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:33,543 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:33,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:33,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:33,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:33,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:33,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:33,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:33,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:33,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:33,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:34,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:34,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:34,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:34,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:34,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:34,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:34,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:34,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:34,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:34,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:34,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:34,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:34,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:34,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:34,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:34,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:34,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:34,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:34,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:34,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:34,549 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:34,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:34,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:34,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:34,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:34,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:34,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:35,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:35,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:35,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:35,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:35,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:35,041 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:35,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:35,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:35,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:35,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:35,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:35,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:35,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:35,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:35,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:35,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:35,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:35,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:35,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:35,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:35,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:35,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:35,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:35,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:35,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:35,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:35,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:35,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:35,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:35,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:36,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:36,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:36,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:36,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:36,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:36,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:36,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:36,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:36,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:36,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:36,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:36,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:36,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:36,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:36,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:36,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:36,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:36,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:36,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:36,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:36,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:36,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:36,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:36,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:36,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:36,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:36,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:36,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:36,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:36,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:37,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:37,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:37,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:37,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:37,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:37,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:37,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:37,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:37,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:37,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:37,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:37,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:37,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:37,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:37,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:37,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:37,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:37,566 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:37,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:37,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:37,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:37,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:37,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:37,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:37,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:37,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:37,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:38,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:38,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:38,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:38,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:38,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:38,073 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:38,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:38,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:38,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:38,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:38,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:38,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:38,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:38,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:38,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:38,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:38,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:38,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:38,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:38,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:38,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:38,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:38,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:38,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:38,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:38,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:38,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:38,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:38,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:38,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:39,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:39,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:39,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:39,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:39,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:39,061 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:39,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:39,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:39,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:39,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:39,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:39,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:39,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:39,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:39,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:39,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:39,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:39,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:39,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:39,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:39,562 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:39,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:39,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:39,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:39,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:39,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:39,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:39,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:39,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:39,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:40,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:40,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:40,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:40,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:40,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:40,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:40,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:40,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:40,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:40,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:40,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:40,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:40,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:40,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:40,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:40,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:40,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:40,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:40,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:40,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:40,569 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:40,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:40,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:40,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:40,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:40,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:40,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:40,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:40,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:40,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:41,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:41,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:41,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:41,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:41,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:41,081 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:41,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:41,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:41,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:41,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:41,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:41,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:41,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:41,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:41,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:41,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:41,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:41,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:41,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:41,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:41,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:41,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:41,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:41,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:41,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:41,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:41,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:41,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:41,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:41,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:42,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:42,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:42,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:42,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:42,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:42,088 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:42,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:42,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:42,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:42,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:42,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:42,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:42,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:42,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:42,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:42,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:42,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:42,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:42,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:42,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:42,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:42,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:42,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:42,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:42,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:42,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:42,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:43,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:43,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:43,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:43,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:43,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:43,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:43,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:43,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:43,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:43,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:43,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:43,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:43,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:43,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:43,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:43,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:43,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:43,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:43,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:43,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:43,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:43,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:43,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:43,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:43,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:43,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:43,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:43,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:43,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:43,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,100 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:44,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:44,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:44,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,600 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:44,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:44,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:44,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,776 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 16:23:44,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,783 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 16:23:44,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 16:23:44,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,846 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:44,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,901 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:44,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,931 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:44,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,961 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:44,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:44,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:44,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:44,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:44,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:44,990 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:44,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:44,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:44,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:44,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:44,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:44,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:44,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,012 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,036 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,053 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,081 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,093 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:45,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:45,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:45,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,099 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,115 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,135 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,160 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,179 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,194 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,210 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,299 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,319 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,345 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,364 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,397 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,413 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,443 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,462 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,492 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,508 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,561 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,587 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,593 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:45,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:45,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:45,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,608 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,653 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,691 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,726 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,760 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,775 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,826 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,860 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,878 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,913 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,933 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,959 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:45,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:45,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:45,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:45,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:45,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:45,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:45,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:45,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:45,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:45,976 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:45,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:45,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,037 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,074 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,092 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,123 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,124 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:46,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:46,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:46,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,143 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,194 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,233 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,267 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,479 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,504 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,548 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,571 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,598 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,615 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:46,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:46,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:46,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,669 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,695 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,717 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,742 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,766 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,782 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,798 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,812 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,855 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,876 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,898 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,924 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,941 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,966 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:46,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:46,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:46,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:46,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:46,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:46,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:46,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:46,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:46,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:46,984 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:46,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:46,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,034 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,052 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,073 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,091 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,107 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:47,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:47,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:47,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,150 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,165 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,225 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,266 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 16:23:47,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,274 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 16:23:47,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,294 ERROR [com.lungcare.dicomfile.util.ZipUtils] - 创建ZIP文件失败 +java.io.FileNotFoundException: null_G:\wjlProgramFiles\local-git-repository\LungCareRestFulAPI\src\main\webapp\testFile\29184539-5fcc-04b3-1145-4af11e4e6e22.zip (文件名、目录名或卷标语法不正确。) + at java.io.FileOutputStream.open(Native Method) + at java.io.FileOutputStream.(FileOutputStream.java:212) + at java.io.FileOutputStream.(FileOutputStream.java:104) + at com.lungcare.dicomfile.util.ZipUtils.createZip(ZipUtils.java:96) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:175) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:139) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-21 16:23:47,295 ERROR [com.lungcare.dicomfile.util.ZipUtils] - 创建ZIP文件失败 +java.io.FileNotFoundException: null_G:\wjlProgramFiles\local-git-repository\LungCareRestFulAPI\src\main\webapp\allBmps\29184539-5fcc-04b3-1145-4af11e4e6e22.zip (文件名、目录名或卷标语法不正确。) + at java.io.FileOutputStream.open(Native Method) + at java.io.FileOutputStream.(FileOutputStream.java:212) + at java.io.FileOutputStream.(FileOutputStream.java:104) + at com.lungcare.dicomfile.util.ZipUtils.createZip(ZipUtils.java:96) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:176) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:139) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-21 16:23:47,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:47,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:47,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:47,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:47,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:47,653 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 16:23:47,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:47,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:47,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:47,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:47,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:47,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:47,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:47,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:47,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:49,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:49,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:49,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:49,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:49,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:49,853 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 16:23:49,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:49,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:49,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:49,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:49,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:49,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:49,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:53,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:23:53,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:23:53,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:23:53,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:23:53,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:23:53,091 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:23:53,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:23:53,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:23:53,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:23:53,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:23:53,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:23:53,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:23:53,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:23:53,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:23:53,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:24:05,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:24:05,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:24:06,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:24:06,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:24:06,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:24:06,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:24:06,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:24:06,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:24:06,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:24:06,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:24:06,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:24:06,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:24:06,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:24:06,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:24:06,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:27:01,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:27:01,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:27:01,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:27:01,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:27:01,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:27:01,900 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:27:01,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:27:01,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:27:01,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:27:01,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:27:01,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:27:01,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:27:01,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:27:01,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:27:01,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:27:09,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:27:09,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:27:09,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:27:09,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:27:09,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:27:09,406 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:27:09,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:27:09,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:27:09,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:27:09,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:27:09,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:27:09,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:27:09,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:27:09,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:27:09,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:38:25,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:38:25,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:38:25,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:38:25,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:38:25,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:38:25,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:38:25,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:38:25,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:38:25,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:38:25,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:38:25,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:38:25,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:38:25,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:38:25,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:38:25,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:45:36,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:45:36,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:45:37,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:45:37,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:45:37,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:45:37,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:45:37,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:45:37,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:45:37,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:45:37,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:45:37,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:45:37,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:45:37,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:45:37,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:45:37,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:52:03,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:52:03,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:52:03,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:52:03,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:52:03,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:52:03,662 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 16:52:03,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:52:03,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:52:03,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:52:03,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:52:03,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:52:03,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:52:03,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:09,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:09,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:09,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:09,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:09,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:09,997 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:54:09,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:54:09,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:54:09,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:09,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:10,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:10,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:10,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:10,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:10,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:15,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:15,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:15,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:15,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:15,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:15,190 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:54:15,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:54:15,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:54:15,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:15,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:15,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:15,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:15,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:16,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:16,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:16,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:16,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:16,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:16,831 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:54:16,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:54:16,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:54:16,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:16,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:16,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:16,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:16,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:16,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:16,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:17,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:17,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:17,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:17,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:17,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:17,673 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:54:17,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:54:17,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:54:17,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:17,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:17,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:17,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:17,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:17,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:17,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:21,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:21,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:21,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:21,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:21,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:21,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:21,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:21,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:21,310 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-21 16:54:21,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:21,312 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:54:21,313 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 16:54:21,313 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:54:21,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-21 16:54:21,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:54:21,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-21 16:54:21,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d621b9 +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-21 16:54:21,314 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-21 16:54:21,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:21,315 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1d621b9} + +2015-07-21 16:54:21,315 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:54:21,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:21,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:21,315 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 16:54:21,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:21,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:21,315 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 16:54:21,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:21,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:21,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:21,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:21,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:21,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:21,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:21,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:26,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:26,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:26,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 16:54:26,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 16:54:26,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:26,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:26,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:26,387 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-21 16:54:26,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:26,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:26,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 16:54:26,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 16:54:26,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:26,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 16:54:26,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:26,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:26,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:26,389 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 16:54:26,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:26,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 16:54:26,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 16:54:26,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 16:54:26,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 16:54:26,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 16:54:26,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 16:54:26,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 16:54:26,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 16:54:26,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:38:46,677 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 22:38:46,725 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 22:38:46 CST 2015]; root of context hierarchy +2015-07-21 22:38:46,819 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 22:38:47,177 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 22:38:47,177 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 22:38:47,302 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 22:38:47,472 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 22:38:47,477 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 22:38:47,490 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8ad131: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 22:38:47,684 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 22:38:47,724 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 22:38:47,724 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 22:38:47,739 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 22:38:47,739 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 22:38:47,739 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 22:38:47,803 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 22:38:47,896 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 22:38:47,927 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 22:38:47,959 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 22:38:47,990 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 22:38:47,990 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 22:38:47,990 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 22:38:47,990 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 22:38:47,990 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 22:38:47,990 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 22:38:48,005 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 22:38:48,068 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 22:38:48,614 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 22:38:48,614 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 22:38:48,629 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 22:38:48,629 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 22:38:48,629 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 22:38:48,629 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 22:38:48,629 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 22:38:48,676 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 22:38:48,848 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 22:38:48,863 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 22:38:48,863 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 22:38:48,863 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 22:38:48,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 22:38:48,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 22:38:48,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 22:38:48,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 22:38:48,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 22:38:48,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 22:38:48,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 22:38:48,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 22:38:49,052 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 22:38:49,052 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 22:38:49,052 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 22:38:49,052 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 22:38:49,052 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 22:38:49,098 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@af5ffe] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 22:38:49,098 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2405 ms +2015-07-21 22:39:55,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:39:55,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:39:55,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:39:55,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:39:55,163 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 22:39:55,178 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 22:39:55,178 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:39:55,210 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 22:39:55,225 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 22:39:55,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@ca1529 +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@ca1529 +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@18cb29a +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 22:39:55,241 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:39:55,256 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 22:39:55,256 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 22:39:55,256 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:39:55,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:39:55,272 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 22:39:55,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:39:55,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:39:55,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:39:55,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:39:55,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:39:55,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:39:55,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:39:55,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:39:55,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:22,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:22,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:22,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:22,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:22,398 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 22:40:22,414 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 22:40:22,414 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@13ebef7} + +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 22:40:22,415 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:22,415 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:22,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:22,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:22,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:22,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:22,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:22,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:22,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:22,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:22,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:22,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:22,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:22,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:23,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:23,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:23,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:23,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:23,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:23,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:23,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:23,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:23,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:23,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:23,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:23,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:23,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:23,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:23,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:23,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:23,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:23,897 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:23,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:24,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:24,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:24,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:24,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:24,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:24,412 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:24,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:24,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:24,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:24,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:24,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:24,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:24,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:24,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:24,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:24,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:24,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:24,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:24,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:24,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:24,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:24,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:24,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:24,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:25,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:25,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:25,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:25,396 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:25,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:25,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:25,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:25,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:25,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:25,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:25,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:25,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:25,895 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:25,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:25,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:25,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:25,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:26,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:26,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:26,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:26,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:26,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:26,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:26,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:26,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:26,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:26,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:26,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:26,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:26,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:26,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:26,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:26,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:26,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:26,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:26,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:26,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:26,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:26,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:26,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:26,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:26,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:26,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:26,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:26,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:26,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:26,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:27,393 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:27,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:27,892 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:27,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:27,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:28,408 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:28,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:28,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:28,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:28,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:28,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:28,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:28,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:28,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:28,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:28,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:29,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:29,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:29,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:29,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:29,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:29,406 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:29,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:29,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:29,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:29,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:29,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:29,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:29,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:29,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:29,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:29,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:29,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:29,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:29,906 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:29,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:29,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:29,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:29,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:30,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:30,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:30,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:30,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:30,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:30,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:30,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:30,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:30,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:30,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:30,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:30,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:30,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:30,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:30,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:30,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:30,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:30,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:30,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:30,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:30,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:30,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:30,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:31,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:31,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:31,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:31,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:31,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:31,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:31,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:31,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:31,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:31,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:31,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:31,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:31,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:31,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:31,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:31,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:31,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:31,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:31,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:31,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:31,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:31,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:31,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:32,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:32,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:32,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:32,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:32,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:32,420 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:32,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:32,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:32,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:32,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:32,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:32,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:32,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:32,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:32,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:32,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:32,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:32,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:32,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:32,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:32,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:32,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:32,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:32,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:32,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:32,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:32,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:32,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:32,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:32,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:33,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:33,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:33,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:33,414 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:33,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:33,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:33,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:33,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:33,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:33,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:33,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:33,914 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:33,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:33,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:33,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:33,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,054 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 22:40:34,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,070 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 22:40:34,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 22:40:34,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@8ebced +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@8ebced} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@13ebef7} + +2015-07-21 22:40:34,180 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:34,195 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:34,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,227 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,242 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,289 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,305 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,320 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,336 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,367 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,383 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,398 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,414 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,429 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,429 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,445 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,461 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,492 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,507 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,523 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,539 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,554 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,585 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,632 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,648 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,663 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,679 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,695 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,726 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,741 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,773 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,788 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,819 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,835 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,866 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,913 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 22:40:34,944 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,960 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:34,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:34,975 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:34,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:34,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:34,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:34,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:34,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,007 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,022 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,038 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,053 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,069 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,085 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,117 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,148 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,164 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,210 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,257 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,273 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,288 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,355 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,398 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:35,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:35,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:35,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,462 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,498 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,512 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,542 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,558 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,597 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,612 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,628 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,643 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,690 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,737 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,753 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,784 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,799 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,815 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,846 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,862 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,877 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,909 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,940 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 22:40:35,940 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,955 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:35,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:35,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:35,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:35,987 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:35,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:35,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:35,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:35,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:35,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:35,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:35,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:35,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,002 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,018 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,049 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,080 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,315 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,424 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,502 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,518 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:40:36,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:36,565 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@13ebef7} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@13ebef7} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@13ebef7} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@13ebef7} + +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:36,580 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:36,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 22:40:36,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:36,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:36,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:36,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:36,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:36,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:40:36,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:36,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:36,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:36,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:36,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:36,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:36,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:36,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:36,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:41,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:41,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@18cb29a +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-21 22:40:41,291 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:41,291 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:41,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:45,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:45,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:45,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:45,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:45,597 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 22:40:45,597 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@ca1529 +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@ca1529} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@13ebef7} + +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:45,613 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:40:45,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:45,613 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 22:40:45,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:45,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:45,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:45,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:45,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:45,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:45,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:46,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:46,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:46,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:46,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:46,066 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:46,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:46,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:46,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:46,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:56,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:40:56,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:40:56,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:40:56,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:40:56,485 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:40:56,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:40:56,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:40:56,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:40:56,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:41:08,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:41:08,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:41:08,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:41:08,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:41:08,452 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@ca1529 +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@13ebef7 +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@ca1529} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@13ebef7} + +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:41:08,467 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:41:08,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:41:08,467 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 22:41:08,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:41:08,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:41:08,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:41:08,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:41:08,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:41:08,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:41:08,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:41:15,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:41:15,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:41:15,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:41:15,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:41:15,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:41:15,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 22:41:15,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:41:15,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:41:15,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:41:15,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:41:15,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:41:15,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:41:15,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:41:15,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:41:15,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:47:06,004 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 22:47:06,036 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 22:47:06 CST 2015]; root of context hierarchy +2015-07-21 22:47:06,083 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 22:47:06,208 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 22:47:06,208 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 22:47:06,317 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 22:47:06,458 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 22:47:06,458 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 22:47:06,473 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fa41b4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 22:47:06,582 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 22:47:06,629 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 22:47:06,645 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 22:47:06,645 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 22:47:06,645 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 22:47:06,645 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 22:47:06,692 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 22:47:06,777 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 22:47:06,817 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 22:47:06,849 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 22:47:06,890 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 22:47:06,891 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 22:47:06,893 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 22:47:06,894 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 22:47:06,896 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 22:47:06,897 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 22:47:06,901 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 22:47:06,938 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 22:47:07,270 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 22:47:07,270 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 22:47:07,285 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 22:47:07,285 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 22:47:07,285 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 22:47:07,285 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 22:47:07,285 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 22:47:07,333 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 22:47:07,489 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 22:47:07,489 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 22:47:07,489 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 22:47:07,505 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 22:47:07,520 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 22:47:07,520 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 22:47:07,520 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 22:47:07,520 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 22:47:07,536 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 22:47:07,567 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@af5092] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 22:47:07,583 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1579 ms +2015-07-21 22:48:08,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:08,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:08,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:08,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:08,262 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 22:48:08,293 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:48:08,293 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:08,324 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@135cda9 +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 22:48:08,340 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 22:48:08,355 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 22:48:08,355 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@135cda9} + +2015-07-21 22:48:08,355 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:08,371 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 22:48:08,371 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 22:48:08,371 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:08,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:08,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:08,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:08,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:08,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:08,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:08,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:08,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:08,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:08,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:08,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:08,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:08,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:08,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:08,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:08,699 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:08,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:08,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:08,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:08,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:09,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:09,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:09,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:09,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:09,182 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:09,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:09,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:09,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:09,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:09,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:09,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:09,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:09,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:09,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:09,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:09,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:09,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:09,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:09,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:09,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:09,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:09,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:09,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:09,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:10,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:10,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:10,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:10,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:10,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:10,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:10,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:10,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:10,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:10,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:10,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:10,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:10,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:10,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:10,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:10,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:10,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:10,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:10,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:10,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:10,684 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:10,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:10,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:10,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:10,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:10,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:10,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:11,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:11,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:11,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:11,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:11,185 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:11,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:11,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:11,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:11,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:11,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:11,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:11,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:11,684 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:11,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:11,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:11,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:11,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:12,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:12,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:12,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:12,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:12,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:12,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:12,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:12,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:12,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:12,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:12,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:12,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:12,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:12,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:12,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:12,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:12,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:12,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:12,683 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:12,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:12,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:12,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:12,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:13,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:13,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:13,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:13,182 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:13,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:13,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:13,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:13,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:13,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:13,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:13,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:13,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:13,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:13,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:13,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:13,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:13,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:13,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:13,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:13,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:14,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:14,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:14,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:14,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:14,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:14,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:14,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:14,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:14,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:14,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:14,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:14,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:14,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:14,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:14,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:14,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:14,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:14,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:14,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:14,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:14,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:14,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:14,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:14,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:15,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:15,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:15,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:15,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:15,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:15,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:15,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:15,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:15,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:15,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:15,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:15,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:15,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,211 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:16,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:16,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:16,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,446 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 22:48:16,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,461 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 22:48:16,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 22:48:16,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@19f9a8a +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@135cda9 +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@19f9a8a} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@135cda9} + +2015-07-21 22:48:16,493 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:16,508 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:16,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,508 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,539 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,555 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,586 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,617 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,633 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,664 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,680 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,695 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 22:48:16,695 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,727 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,773 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,805 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,820 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,851 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,867 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,914 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,929 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,961 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:16,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:16,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:16,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:16,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:16,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:16,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:16,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:16,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:16,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:16,992 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:16,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:16,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,023 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,039 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,070 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,085 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,148 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,179 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,210 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,227 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,258 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,285 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,300 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,333 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,366 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,383 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,402 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,432 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,447 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,484 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,500 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,533 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,548 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,595 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,673 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 22:48:17,705 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,720 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,736 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,767 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,798 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,845 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,861 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:17,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:17,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:17,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:17,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:17,876 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:48:17,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:17,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:17,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:17,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:17,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:17,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:17,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:18,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:18,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:18,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:18,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:18,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:18,532 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:18,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:18,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:18,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:18,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:18,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:18,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:18,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:18,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:18,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:18,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:18,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:18,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:18,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:18,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:18,845 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:48:18,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:18,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:18,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:18,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:18,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:18,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:18,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:18,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:18,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:20,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:20,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:20,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:20,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:20,265 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 22:48:20,265 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:48:20,296 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:20,296 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:48:20,296 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:48:20,296 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:48:20,296 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@124bbe0 +2015-07-21 22:48:20,312 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 22:48:20,312 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:48:20,312 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@135cda9 +2015-07-21 22:48:20,312 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:48:20,312 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:48:20,428 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:48:20,428 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@124bbe0} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@135cda9} + +2015-07-21 22:48:20,428 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:20,429 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:20,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:20,429 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 22:48:20,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:20,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:20,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:20,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:20,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:20,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:20,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:23,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:23,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:23,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:23,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@e75835 +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-21 22:48:23,678 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:23,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:23,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 22:48:23,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:23,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:23,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:23,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:23,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:23,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:23,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:23,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:23,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:31,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:31,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:31,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:31,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:31,583 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 22:48:31,587 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 22:48:31,587 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:31,587 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 22:48:31,588 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 22:48:31,588 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:48:31,588 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:48:31,588 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@124bbe0 +2015-07-21 22:48:31,588 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 22:48:31,589 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 22:48:31,589 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@124bbe0 +2015-07-21 22:48:31,589 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 22:48:31,589 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 22:48:31,590 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@e75835 +2015-07-21 22:48:31,590 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 22:48:31,590 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 22:48:31,590 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 22:48:31,598 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 22:48:31,598 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 22:48:31,598 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 22:48:31,599 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:31,599 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 22:48:31,599 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 22:48:31,599 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:48:31,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:31,600 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 22:48:31,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:31,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:31,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:31,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:31,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:31,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:31,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:31,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:31,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:37,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:48:37,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:48:37,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:48:37,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:48:37,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:48:37,732 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 22:48:37,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:48:37,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:48:37,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:48:37,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:48:37,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:48:37,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:48:37,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:48:37,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:48:37,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:58:12,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:58:12,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:58:12,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:58:12,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@124bbe0 +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@135cda9 +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@124bbe0} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@135cda9} + +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:58:12,209 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 22:58:12,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:58:12,209 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 22:58:12,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:58:12,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:58:12,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:58:12,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:58:12,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:58:12,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:58:12,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:08,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:08,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:08,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:08,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:08,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:08,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:08,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:08,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:08,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:09,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:09,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:09,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:09,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:09,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:09,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:09,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:09,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:09,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:09,665 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:09,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:09,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:09,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:10,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:10,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:10,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:10,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:10,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:10,164 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:10,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:10,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:10,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:10,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:10,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:10,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:10,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:10,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:10,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:10,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:10,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:10,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:10,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:10,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:10,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:10,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:10,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:10,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:11,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:11,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:11,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:11,164 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:11,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:11,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:11,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:11,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:11,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:11,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:11,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:11,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:11,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:11,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:11,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:11,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:11,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:11,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:11,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:11,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:11,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:11,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:11,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:12,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:12,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:12,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:12,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:12,179 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:12,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:12,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:12,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:12,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:12,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:12,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:12,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:12,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:12,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:12,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:12,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:12,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:12,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:13,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:13,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:13,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:13,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:13,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:13,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:13,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:13,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:13,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:13,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:13,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:13,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:13,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:13,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:13,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:13,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:13,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:13,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:13,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:13,688 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:13,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:13,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:13,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:13,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:13,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:13,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:13,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:13,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:13,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:14,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:14,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:14,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,641 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 22:59:14,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,641 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 22:59:14,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 22:59:14,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,672 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,687 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,687 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,719 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,750 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,781 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,812 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,828 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,859 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,875 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,921 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,937 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:14,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:14,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:14,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:14,968 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:14,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:14,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:14,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:14,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:14,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:14,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:14,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:14,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,015 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,046 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,062 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,109 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,140 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,155 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,171 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:15,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,187 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,219 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,234 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,266 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,281 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,312 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,328 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,375 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,390 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,437 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,453 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,484 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,515 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,531 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,562 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,593 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,609 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,640 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,671 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,702 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,718 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,780 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,812 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,843 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,905 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,968 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:15,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:15,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:15,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:15,999 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:15,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:15,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:15,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:15,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:15,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:15,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:15,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:15,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,030 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,046 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,061 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,108 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,139 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:16,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:16,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:16,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,234 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,250 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 22:59:16,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:16,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:16,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:16,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:16,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:16,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 22:59:16,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 22:59:16,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 22:59:16,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:16,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:16,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:16,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:16,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:16,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:16,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:17,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 22:59:17,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 22:59:17,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 22:59:17,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 22:59:17,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 22:59:17,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 22:59:17,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 22:59:17,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 22:59:17,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 22:59:17,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 22:59:17,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 22:59:17,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 22:59:17,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:01:42,529 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 23:01:42,545 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 23:01:42 CST 2015]; root of context hierarchy +2015-07-21 23:01:42,592 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 23:01:42,721 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 23:01:42,721 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 23:01:42,814 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 23:01:42,970 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 23:01:42,970 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 23:01:42,986 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f4f3e3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 23:01:43,111 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 23:01:43,157 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 23:01:43,157 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 23:01:43,157 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 23:01:43,157 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 23:01:43,157 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 23:01:43,204 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 23:01:43,282 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 23:01:43,313 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 23:01:43,329 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 23:01:43,360 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 23:01:43,360 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 23:01:43,376 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 23:01:43,376 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 23:01:43,376 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 23:01:43,376 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 23:01:43,376 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 23:01:43,407 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 23:01:43,750 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 23:01:43,750 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 23:01:43,766 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 23:01:43,766 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 23:01:43,766 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 23:01:43,781 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 23:01:43,781 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 23:01:43,814 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 23:01:43,985 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 23:01:43,985 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 23:01:43,985 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 23:01:44,001 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 23:01:44,016 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 23:01:44,016 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 23:01:44,016 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:01:44,016 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:01:44,032 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 23:01:44,063 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d62b06] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 23:01:44,079 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1550 ms +2015-07-21 23:03:10,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:10,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:10,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:10,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:10,482 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:03:10,497 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:03:10,497 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:10,529 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 23:03:10,544 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:03:10,544 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 23:03:10,544 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:10,544 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@234230} + +2015-07-21 23:03:10,560 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:10,575 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:03:10,575 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 23:03:10,575 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:10,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:10,591 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:10,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:10,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:10,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:10,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:10,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:10,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:10,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:10,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:10,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:10,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:10,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:10,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:10,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:10,887 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:10,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:10,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:10,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:10,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:11,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:11,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:11,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:11,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:11,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:11,376 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:11,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:11,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:11,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:11,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:11,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:11,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:11,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:11,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:11,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:11,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:11,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:11,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:11,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:11,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:11,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:11,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:11,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:11,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:11,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:11,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:11,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:11,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:11,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:12,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:12,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:12,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:12,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:12,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:12,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:12,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:12,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:12,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:12,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:12,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:12,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:12,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:12,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:12,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:12,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:12,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:12,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:12,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:12,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:12,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:12,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:12,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:13,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:13,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:13,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:13,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:13,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:13,869 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:13,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:13,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:13,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:13,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,384 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:14,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:14,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:14,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,666 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 23:03:14,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,681 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 23:03:14,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 23:03:14,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,713 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1148435 +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1148435} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@234230} + +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:14,728 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:14,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,728 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,759 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,775 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,806 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,837 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,869 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,884 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,900 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,931 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,962 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,978 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:14,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:14,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:14,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:14,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:14,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:14,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:14,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:14,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:14,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:14,993 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:14,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:14,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,025 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,040 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,071 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,087 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,134 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,165 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,196 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,212 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,243 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,259 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,274 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,305 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,321 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,337 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-21 23:03:15,399 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,416 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,431 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,462 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,478 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,494 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,572 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,603 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,634 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,650 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:03:15,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@234230} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@234230} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@234230} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@234230} + +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:15,712 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:15,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,712 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 23:03:15,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:15,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:15,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:15,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:15,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:15,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:03:15,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:03:15,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:03:15,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:15,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:15,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:15,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:15,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:15,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:15,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:17,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:17,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:17,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:17,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:17,381 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 23:03:17,381 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:03:17,398 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:17,398 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:03:17,399 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:03:17,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:17,399 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@4fa7de +2015-07-21 23:03:17,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 23:03:17,399 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@4fa7de} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@234230} + +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:17,400 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:17,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:17,401 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 23:03:17,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:17,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:17,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:17,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:17,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:17,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:17,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:19,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:03:19,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:03:19,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:03:19,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:03:19,515 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@4fa7de +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@234230 +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@4fa7de} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@234230} + +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:19,532 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:03:19,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:03:19,532 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 23:03:19,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:03:19,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:03:19,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:03:19,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:03:19,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:03:19,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:03:19,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:05:36,078 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 23:05:36,113 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 23:05:36 CST 2015]; root of context hierarchy +2015-07-21 23:05:36,154 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 23:05:36,294 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 23:05:36,294 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 23:05:36,388 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 23:05:36,544 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 23:05:36,544 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 23:05:36,559 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@df4053: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 23:05:36,669 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 23:05:36,731 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 23:05:36,731 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 23:05:36,731 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 23:05:36,747 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 23:05:36,747 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 23:05:36,809 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 23:05:36,871 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 23:05:36,903 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 23:05:36,934 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 23:05:36,981 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 23:05:36,981 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 23:05:36,981 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 23:05:36,981 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 23:05:36,981 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 23:05:36,981 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 23:05:36,996 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 23:05:37,027 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 23:05:37,371 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 23:05:37,371 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 23:05:37,386 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 23:05:37,386 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 23:05:37,386 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 23:05:37,386 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 23:05:37,386 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 23:05:37,402 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 23:05:37,402 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 23:05:37,403 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 23:05:37,403 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 23:05:37,403 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 23:05:37,403 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 23:05:37,403 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 23:05:37,450 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 23:05:37,606 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 23:05:37,606 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 23:05:37,606 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 23:05:37,621 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 23:05:37,637 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 23:05:37,637 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 23:05:37,637 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:05:37,637 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:05:37,652 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 23:05:37,684 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ec3366] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 23:05:37,699 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1621 ms +2015-07-21 23:06:56,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:56,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:56,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:56,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:56,852 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:06:56,861 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:06:56,861 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:06:56,896 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 23:06:56,920 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:06:56,922 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 23:06:56,923 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@7e6799 +2015-07-21 23:06:56,925 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 23:06:56,926 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 23:06:56,926 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 23:06:56,931 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 23:06:56,935 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 23:06:56,936 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 23:06:56,937 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@7e6799} + +2015-07-21 23:06:56,937 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:06:56,951 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:06:56,951 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 23:06:56,951 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:06:56,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:56,962 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:56,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:56,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:56,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:56,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:56,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:56,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:56,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:56,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:56,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:57,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:57,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:57,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:57,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:57,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:57,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:57,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:57,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:57,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:57,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:57,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:57,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:57,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:57,728 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:57,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:57,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:57,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:57,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:58,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:58,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:58,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:58,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:58,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:58,211 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:58,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:58,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:58,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:58,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:58,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:58,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:58,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:58,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:58,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:58,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:58,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:58,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:58,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:58,727 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:58,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:58,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:58,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:58,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,649 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 23:06:59,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,680 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 23:06:59,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 23:06:59,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,695 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 23:06:59,695 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:06:59,695 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@d6b3e0 +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@7e6799 +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@d6b3e0} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@7e6799} + +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:06:59,711 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:06:59,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,711 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,727 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,742 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:06:59,742 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-21 23:06:59,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,820 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,851 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,883 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,898 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,929 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,945 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,961 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:06:59,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:06:59,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:06:59,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:06:59,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:06:59,976 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:06:59,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:06:59,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:06:59,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:06:59,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:06:59,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:06:59,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:06:59,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,023 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,039 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,054 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,085 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,117 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,148 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,163 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,179 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,210 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,241 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,257 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,274 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,289 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,305 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:00,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:00,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:00,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:00,336 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:07:00,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:00,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:00,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:00,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:00,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:00,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:00,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:00,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:01,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:01,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:01,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:01,086 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:07:01,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:07:01,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:07:01,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:01,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:01,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:01,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:01,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:01,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:01,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:01,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:07:01,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:07:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:07:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@16510db +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@7e6799 +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@16510db} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@7e6799} + +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:07:01,975 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:07:01,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:07:01,975 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 23:07:01,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:07:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:07:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:07:01,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:07:01,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:07:01,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:07:01,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:36,628 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 23:11:36,660 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 23:11:36 CST 2015]; root of context hierarchy +2015-07-21 23:11:36,707 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 23:11:36,832 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 23:11:36,847 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 23:11:36,941 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 23:11:37,066 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 23:11:37,081 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 23:11:37,097 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19bc91d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 23:11:37,222 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 23:11:37,268 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 23:11:37,268 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 23:11:37,268 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 23:11:37,268 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 23:11:37,284 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 23:11:37,331 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 23:11:37,393 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 23:11:37,424 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 23:11:37,456 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 23:11:37,487 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 23:11:37,487 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 23:11:37,502 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 23:11:37,502 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 23:11:37,502 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 23:11:37,502 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 23:11:37,502 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 23:11:37,549 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 23:11:37,892 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 23:11:37,892 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 23:11:37,908 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 23:11:37,925 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 23:11:37,925 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 23:11:37,925 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 23:11:37,925 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 23:11:37,971 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 23:11:38,127 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 23:11:38,143 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 23:11:38,143 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 23:11:38,159 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:11:38,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:11:38,190 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 23:11:38,190 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 23:11:38,190 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:11:38,190 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:11:38,190 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 23:11:38,221 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@7bd82c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 23:11:38,221 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1593 ms +2015-07-21 23:11:53,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:53,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:53,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:53,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:53,461 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:11:53,477 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:11:53,477 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:11:53,524 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 23:11:53,555 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:11:53,555 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 23:11:53,555 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@113242 +2015-07-21 23:11:53,555 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@113242} + +2015-07-21 23:11:53,570 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:11:53,586 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:11:53,586 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 23:11:53,586 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:11:53,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:53,602 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:53,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:53,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:53,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:53,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:53,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:53,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:53,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:53,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:53,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:53,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:53,851 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:53,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:53,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:53,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:53,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:54,350 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:54,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:54,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:54,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:54,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:54,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:54,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:54,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:54,850 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:54,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:54,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:54,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:54,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:54,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:54,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:54,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:54,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:54,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:55,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:55,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:55,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:55,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:55,365 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:55,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:55,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:55,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:55,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:55,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:55,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:55,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:55,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:55,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:55,865 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:55,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:55,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:55,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:55,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:55,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:55,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:55,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:55,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:55,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:56,349 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:56,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:56,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:56,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:56,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:56,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:56,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:56,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:56,869 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:56,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:56,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:56,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:56,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:56,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:56,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:56,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:56,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:56,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:57,357 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:57,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:57,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:57,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:57,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:57,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:57,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:57,857 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:57,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:57,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:57,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:57,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:58,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:58,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:58,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:58,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:58,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:58,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:58,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:58,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:58,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:58,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:58,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:58,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:58,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:58,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:58,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:58,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:58,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:58,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:58,856 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:58,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:58,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:58,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:58,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:59,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:59,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:59,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:59,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:59,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:59,358 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:59,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:59,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:59,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:59,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:59,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:59,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:59,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:59,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:59,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:59,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:11:59,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:11:59,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:11:59,858 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:11:59,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:11:59,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:11:59,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:11:59,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:00,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:00,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:00,357 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:00,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:00,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:00,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:00,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:00,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:00,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:00,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:00,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:00,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:12:00,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:00,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:00,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:00,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:00,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:00,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:00,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:00,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,904 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 23:12:00,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:00,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:00,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:00,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:00,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:00,920 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 23:12:00,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 23:12:00,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:00,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:00,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:00,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:00,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:00,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:00,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:00,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:00,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@13678b3 +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@113242 +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@13678b3} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@113242} + +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:00,966 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:00,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:00,982 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:00,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:00,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:00,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:00,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:00,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:00,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:00,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:00,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:00,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:00,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:00,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,013 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,029 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,060 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,076 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,091 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,122 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,154 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,341 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,356 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,356 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:12:01,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,419 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,450 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,466 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,481 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,512 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,528 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,559 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,590 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,606 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,637 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,653 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,668 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,700 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,715 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,731 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,762 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,778 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,809 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,824 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,840 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,856 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:01,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,903 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,935 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,966 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,981 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:01,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:01,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:01,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:01,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:01,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:01,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:01,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:01,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:01,997 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:01,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:01,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,028 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,044 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,075 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,106 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,200 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,215 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,247 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,262 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,278 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,293 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,309 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,356 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,387 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,387 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,403 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,418 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,449 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,465 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,481 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,512 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,527 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,543 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,574 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,590 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,637 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,652 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:12:02,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,683 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@113242 +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@113242 +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@113242 +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@113242 +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@113242} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@113242} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@113242} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@113242} + +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:02,699 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:02,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,699 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 23:12:02,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:02,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:02,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:02,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:02,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:02,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:12:02,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:02,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:02,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:02,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:02,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:02,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:02,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:02,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:02,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:04,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:04,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:04,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:04,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:04,516 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 23:12:04,516 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@15b4634 +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@113242 +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@15b4634} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@113242} + +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:04,531 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:04,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:04,531 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 23:12:04,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:04,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:04,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:04,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:04,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:04,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:04,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:07,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:07,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:07,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:07,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:07,075 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@f2c8dc +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-21 23:12:07,091 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:07,091 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:07,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:07,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:07,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:07,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:10,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:12:10,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:12:10,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:12:10,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@15b4634 +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@15b4634 +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-21 23:12:10,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@f2c8dc +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-21 23:12:10,541 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:12:10,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:12:10,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:12:10,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:12:10,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:12:10,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:15:56,573 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-21 23:15:56,588 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 21 23:15:56 CST 2015]; root of context hierarchy +2015-07-21 23:15:56,636 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-21 23:15:56,761 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-21 23:15:56,777 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-21 23:15:56,870 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-21 23:15:57,011 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-21 23:15:57,011 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-21 23:15:57,026 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@46346a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-21 23:15:57,135 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-21 23:15:57,182 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-21 23:15:57,198 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-21 23:15:57,198 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-21 23:15:57,198 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-21 23:15:57,198 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-21 23:15:57,245 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-21 23:15:57,323 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-21 23:15:57,354 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-21 23:15:57,385 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-21 23:15:57,416 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-21 23:15:57,416 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-21 23:15:57,416 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-21 23:15:57,416 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-21 23:15:57,416 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-21 23:15:57,416 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-21 23:15:57,416 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-21 23:15:57,463 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-21 23:15:57,809 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-21 23:15:57,809 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-21 23:15:57,825 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-21 23:15:57,829 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-21 23:15:57,830 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-21 23:15:57,830 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-21 23:15:57,830 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-21 23:15:57,831 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-21 23:15:57,831 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-21 23:15:57,831 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-21 23:15:57,831 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-21 23:15:57,832 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-21 23:15:57,832 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-21 23:15:57,832 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-21 23:15:57,832 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-21 23:15:57,833 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-21 23:15:57,833 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-21 23:15:57,833 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-21 23:15:57,834 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-21 23:15:57,834 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-21 23:15:57,834 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-21 23:15:57,835 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-21 23:15:57,835 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-21 23:15:57,835 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-21 23:15:57,835 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-21 23:15:57,835 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-21 23:15:57,838 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-21 23:15:57,838 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-21 23:15:57,838 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-21 23:15:57,839 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-21 23:15:57,839 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-21 23:15:57,875 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-21 23:15:58,036 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-21 23:15:58,040 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-21 23:15:58,041 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-21 23:15:58,052 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-21 23:15:58,068 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-21 23:15:58,068 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-21 23:15:58,068 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:15:58,068 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-21 23:15:58,083 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-21 23:15:58,114 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d81c7] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-21 23:15:58,114 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1541 ms +2015-07-21 23:16:23,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:23,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:23,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:23,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:23,374 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:16:23,390 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:16:23,390 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:23,421 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-21 23:16:23,452 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:16:23,452 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-21 23:16:23,452 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:23,452 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-21 23:16:23,452 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-21 23:16:23,468 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-21 23:16:23,468 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-21 23:16:23,468 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-21 23:16:23,468 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-21 23:16:23,468 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1b9b2e7} + +2015-07-21 23:16:23,468 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:23,484 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-21 23:16:23,484 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-21 23:16:23,484 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:23,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:23,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:23,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:23,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:23,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:23,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:23,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:23,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:23,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:23,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:23,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:23,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:23,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:23,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:23,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:23,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:23,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:23,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:23,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:24,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:24,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:24,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:24,248 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:24,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:24,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:24,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:24,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:24,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:24,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:24,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:24,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:24,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:24,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:24,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:24,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:24,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:24,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:24,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:24,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:24,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:24,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:24,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:25,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:25,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:25,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:25,247 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:25,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:25,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:25,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:25,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:25,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:25,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:25,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:25,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:25,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:25,747 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:25,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:25,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:25,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:25,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,261 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,746 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:26,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:26,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:26,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,808 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-21 23:16:26,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,824 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-21 23:16:26,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-21 23:16:26,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@327bdd +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:16:26,855 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@327bdd} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1b9b2e7} + +2015-07-21 23:16:26,871 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:26,871 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:26,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,871 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:26,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,902 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:26,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,933 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:26,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,964 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:26,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:26,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:26,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:26,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:26,980 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:26,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:26,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:26,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:26,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:26,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:26,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:26,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:26,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,011 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,027 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,042 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,058 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,089 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,105 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,136 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,152 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,183 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,198 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,230 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,245 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,245 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:27,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,324 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,340 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,355 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,402 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,418 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,465 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,480 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,496 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,527 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,543 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,558 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,605 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,621 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,636 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,652 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,683 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,699 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-21 23:16:27,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,761 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:27,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:27,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:27,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:27,792 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-21 23:16:27,792 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:16:27,792 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:27,792 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:16:27,792 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1b9b2e7} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1b9b2e7} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1b9b2e7} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1b9b2e7} + +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:27,808 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:27,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:27,808 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-21 23:16:27,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:27,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:27,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:27,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:27,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:27,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:27,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:29,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:16:29,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:16:29,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:16:29,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:16:29,284 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@9a22e5 +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@9a22e5} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1b9b2e7} + +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:29,300 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:16:29,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:16:29,300 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-21 23:16:29,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:16:29,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:16:29,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:16:29,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:16:29,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:16:29,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:16:29,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:18:29,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-21 23:18:29,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-21 23:18:29,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-21 23:18:29,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-21 23:18:29,390 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-21 23:18:29,390 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-21 23:18:29,405 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:18:29,405 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-21 23:18:29,405 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-21 23:18:29,405 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:18:29,405 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@9a22e5 +2015-07-21 23:18:29,405 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1b9b2e7 +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@9a22e5} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1b9b2e7} + +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:18:29,406 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-21 23:18:29,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-21 23:18:29,407 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-21 23:18:29,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-21 23:18:29,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-21 23:18:29,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-21 23:18:29,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-21 23:18:29,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-21 23:18:29,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-21 23:18:29,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:38,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:38,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:38,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:38,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:38,451 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 09:16:38,453 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 09:16:38,453 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 09:16:38,453 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 09:16:38,453 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 09:16:38,453 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 09:16:38,454 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 09:16:38,454 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1b2e9f6 +2015-07-22 09:16:38,454 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 09:16:38,454 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 09:16:38,454 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-22 09:16:38,455 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 09:16:38,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:38,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 09:16:38,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 09:16:38,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 09:16:38,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:38,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:38,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:38,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:38,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:38,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:38,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,151 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 09:16:49,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,166 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 09:16:49,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 09:16:49,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 09:16:49,183 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 09:16:49,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,198 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 09:16:49,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,230 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 09:16:49,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,245 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 09:16:49,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,299 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 09:16:49,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,451 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 09:16:49,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:49,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:49,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:49,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:49,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:49,695 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 09:16:49,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 09:16:49,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 09:16:49,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:49,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:49,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:49,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:49,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:49,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:49,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:53,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:53,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:53,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:53,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:53,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:53,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 09:16:53,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 09:16:53,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 09:16:53,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:53,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:53,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:53,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:53,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:53,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:53,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:55,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:16:55,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:16:55,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:16:55,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:16:55,449 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 09:16:55,452 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 09:16:55,452 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 09:16:55,453 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 09:16:55,453 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 09:16:55,453 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 09:16:55,453 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 09:16:55,453 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@9a22e5 +2015-07-22 09:16:55,453 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@9a22e5 +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1b2e9f6 +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 09:16:55,454 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 09:16:55,455 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 09:16:55,455 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 09:16:55,455 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 09:16:55,455 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 09:16:55,456 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 09:16:55,456 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 09:16:55,456 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 09:16:55,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:16:55,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 09:16:55,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 09:16:55,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 09:16:55,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:16:55,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:16:55,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:16:55,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:16:55,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:16:55,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:16:55,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:17:23,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 09:17:23,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 09:17:23,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 09:17:23,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 09:17:23,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 09:17:23,904 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 09:17:23,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 09:17:23,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 09:17:23,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 09:17:23,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 09:17:23,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 09:17:23,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 09:17:23,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:01,658 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 14:18:01,812 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 14:18:01 CST 2015]; root of context hierarchy +2015-07-22 14:18:01,944 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 14:18:02,374 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 14:18:02,380 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 14:18:02,595 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 14:18:02,824 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 14:18:02,829 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 14:18:02,877 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17ac900: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 14:18:03,283 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 14:18:03,337 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 14:18:03,346 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 14:18:03,349 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 14:18:03,352 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 14:18:03,355 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 14:18:03,543 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 14:18:03,707 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 14:18:03,746 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 14:18:03,780 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 14:18:03,837 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 14:18:03,851 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 14:18:03,854 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 14:18:03,854 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 14:18:03,858 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 14:18:03,858 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 14:18:03,862 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 14:18:03,940 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 14:18:04,730 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 14:18:04,730 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 14:18:04,746 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 14:18:04,750 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 14:18:04,750 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 14:18:04,750 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 14:18:04,751 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 14:18:04,751 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 14:18:04,752 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 14:18:04,752 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 14:18:04,752 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 14:18:04,753 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 14:18:04,753 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 14:18:04,753 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 14:18:04,753 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 14:18:04,753 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 14:18:04,754 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 14:18:04,754 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 14:18:04,755 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 14:18:04,755 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 14:18:04,756 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 14:18:04,756 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 14:18:04,756 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 14:18:04,756 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 14:18:04,756 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 14:18:04,756 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 14:18:04,758 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 14:18:04,759 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 14:18:04,759 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 14:18:04,759 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 14:18:04,759 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 14:18:04,818 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 14:18:05,026 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 14:18:05,031 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 14:18:05,032 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 14:18:05,102 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 14:18:05,678 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 14:18:05,679 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 14:18:05,679 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 14:18:05,679 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 14:18:05,844 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 14:18:05,845 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 14:18:05,846 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 14:18:05,846 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 14:18:05,879 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 14:18:05,879 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 14:18:05,880 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 14:18:05,880 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 14:18:05,880 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table ReceiveEntity add column completeTime datetime +2015-07-22 14:18:06,509 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 14:18:06,536 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@997f22] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 14:18:06,543 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 4868 ms +2015-07-22 14:18:54,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:54,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:54,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:54,880 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 14:18:54,896 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 14:18:54,896 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:18:55,104 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 14:18:55,119 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 14:18:55,122 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 14:18:55,125 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:18:55,126 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 14:18:55,128 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 14:18:55,128 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 14:18:55,144 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 14:18:55,149 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 14:18:55,150 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 14:18:55,150 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@ddae53} + +2015-07-22 14:18:55,151 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:18:55,165 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 14:18:55,165 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 14:18:55,166 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:18:55,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:55,182 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:55,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:55,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:55,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:55,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:55,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:55,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:55,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:55,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:55,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:55,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:55,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:55,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:55,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:55,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:55,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:55,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:55,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:55,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:55,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:55,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:55,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:55,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:55,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:55,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:55,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:55,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:55,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:55,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:55,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:55,682 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:55,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:55,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:55,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:55,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:55,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:55,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:55,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:55,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:55,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:56,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:56,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:56,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:56,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:56,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:56,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:56,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:56,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:56,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:56,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:56,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:56,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:56,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:56,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:56,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:56,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:56,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:56,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:56,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:56,671 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:56,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:56,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:56,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:56,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:56,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:56,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:56,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:56,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:56,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:57,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:57,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:57,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:57,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:57,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:57,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:57,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:57,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:57,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:57,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:57,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:57,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:57,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:57,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:57,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:57,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:57,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:57,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:57,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:57,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:57,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:57,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:57,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:57,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:57,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:57,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:57,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:57,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:57,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:57,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:58,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:58,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:58,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:58,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:58,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:58,161 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:58,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:58,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:58,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:58,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:58,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:58,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:58,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:58,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:58,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:58,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:58,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:58,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:58,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:58,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:58,674 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:58,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:58,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:58,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:58,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:58,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:58,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:58,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:58,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:58,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:59,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:59,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:59,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:59,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:59,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:59,224 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:59,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:59,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:59,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:59,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:59,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:59,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:59,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:59,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:59,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:59,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:18:59,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:18:59,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:18:59,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:18:59,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:18:59,699 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:18:59,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:18:59,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:18:59,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:18:59,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:18:59,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:18:59,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:18:59,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:18:59,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:18:59,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:00,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:00,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:00,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:00,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:00,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:00,193 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:00,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:00,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:00,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:00,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:00,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:00,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:00,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:00,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:00,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:00,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:00,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:00,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:00,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:00,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:00,689 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:00,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:00,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:00,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:00,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:00,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:00,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:00,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:00,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:00,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:01,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:01,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:01,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:01,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:01,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:01,201 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:01,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:01,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:01,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:01,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:01,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:01,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:01,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:01,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:01,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:01,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:01,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:01,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:01,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:01,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:01,690 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:01,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:01,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:01,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:01,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:01,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:01,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:01,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:01,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:01,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:02,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:02,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:02,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:02,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:02,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:02,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:02,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:02,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:02,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:02,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:02,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:02,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:02,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:02,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:02,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:02,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:02,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:02,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:02,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:02,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:02,699 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:02,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:02,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:02,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:02,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:02,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:02,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:02,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:02,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:02,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:03,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:03,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:03,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:03,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:03,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:03,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:03,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:03,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:03,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:03,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:03,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:03,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:03,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:03,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:03,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:03,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:03,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:03,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:03,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:03,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:03,710 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:03,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:03,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:03,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:03,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:03,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:03,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:03,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:03,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:03,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:04,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:04,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:04,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:04,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:04,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:04,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:04,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:04,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:04,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:04,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:04,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:04,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:04,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:04,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:04,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:04,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:04,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:04,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:04,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:04,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:04,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:04,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:04,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:04,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:04,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:04,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:04,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:04,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:04,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:04,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:05,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:05,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:05,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:05,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:05,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:05,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:05,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:05,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:05,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:05,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:05,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:05,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:05,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:05,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:05,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:06,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:06,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:06,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:06,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:06,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:06,801 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:06,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:06,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:06,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:06,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:06,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:06,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:06,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:06,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:06,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:07,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:07,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:07,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:07,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:07,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:07,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:07,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:07,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:07,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:07,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:07,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:07,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:07,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:07,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:07,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:08,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:08,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:08,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:08,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:08,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:08,798 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:08,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:08,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:08,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:08,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:08,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:08,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:08,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:08,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:08,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:09,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:09,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:09,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:09,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:09,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:09,795 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:09,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:09,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:09,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:09,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:09,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:09,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:10,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:10,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:10,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:10,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:10,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:10,789 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:10,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:10,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:10,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:10,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:10,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:10,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:10,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:10,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:10,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:11,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:11,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:11,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:11,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:11,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:11,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:11,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:11,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:11,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:11,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:11,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:11,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:11,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:11,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:11,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:12,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:12,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:12,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:12,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:12,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:12,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:12,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:12,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:12,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:12,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:12,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:12,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:12,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:12,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:12,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:13,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:13,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:13,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:13,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:13,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:13,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:13,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:13,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:13,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:13,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:13,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:13,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:13,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:13,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:13,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:14,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:14,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:14,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:14,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:14,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:14,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:14,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:14,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:14,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:14,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:14,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:14,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:14,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:14,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:14,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:15,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:15,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:15,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:15,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:15,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:15,844 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:15,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:15,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:15,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:15,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:15,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:15,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:15,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:15,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:15,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:16,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:16,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:16,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:16,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:16,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:16,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:16,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:16,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:16,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:16,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:16,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:16,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:16,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:16,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:16,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:17,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:17,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:17,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:17,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:17,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:17,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:17,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:17,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:17,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:17,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:17,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:17,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:17,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:17,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:17,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:18,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:18,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:18,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:18,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:18,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:18,801 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:18,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:18,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:18,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:18,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:18,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:18,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:18,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:18,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:18,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:19,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:19,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:19,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:19,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:19,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:19,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:19,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:19,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:19,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:19,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:19,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:19,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:20,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:20,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:20,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:20,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:20,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:20,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:20,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:20,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:20,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:20,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:20,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:20,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,187 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 14:19:21,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,209 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 14:19:21,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 14:19:21,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,479 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 14:19:21,483 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 14:19:21,483 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:21,485 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 14:19:21,486 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 14:19:21,486 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:21,486 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@12c2ce4 +2015-07-22 14:19:21,487 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 14:19:21,487 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:21,487 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:19:21,487 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 14:19:21,487 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 14:19:21,488 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 14:19:21,488 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@12c2ce4} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ddae53} + +2015-07-22 14:19:21,490 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:21,493 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:21,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,495 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:21,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,751 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:21,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,779 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:21,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:21,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:21,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:21,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,819 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:21,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,871 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:21,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:21,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:21,959 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:21,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:21,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:21,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:21,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:21,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:21,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:21,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:21,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,000 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,029 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,103 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,141 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,160 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,278 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,331 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,354 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,401 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,431 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,495 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,514 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,553 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,583 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,606 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,635 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,667 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,688 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,750 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,832 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:22,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:22,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:22,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,841 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,876 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,894 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,912 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,943 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,962 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:22,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:22,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:22,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:22,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:22,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:22,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:22,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:22,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:22,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:22,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:22,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:22,991 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,037 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,063 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,099 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,174 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,244 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,262 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,279 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,308 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,335 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,356 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,395 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,422 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,465 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,481 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,498 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,519 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,538 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,556 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,581 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,602 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,654 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,734 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,755 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:23,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:23,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:23,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,813 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,841 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,875 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,897 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,932 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,961 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,978 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:23,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:23,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:23,997 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:23,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:23,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:23,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:23,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:23,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:23,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:23,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,014 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,038 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,054 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,084 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,101 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,134 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,154 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,209 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,236 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,267 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,302 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,353 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,373 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,403 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,444 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,471 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,518 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:19:24,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,577 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 14:19:24,587 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 14:19:24,587 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:24,588 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 14:19:24,588 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 14:19:24,588 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:24,588 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:19:24,589 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 14:19:24,589 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 14:19:24,590 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 14:19:24,592 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@ddae53} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ddae53} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@ddae53} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@ddae53} + +2015-07-22 14:19:24,592 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:24,593 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:24,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,593 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 14:19:24,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:24,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:24,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:24,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:24,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:24,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:24,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:24,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:24,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:24,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:24,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:24,969 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:19:25,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:25,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:25,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:25,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:25,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:25,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:25,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:25,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:25,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:30,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:30,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:30,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:30,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:30,503 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 14:19:30,505 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 14:19:30,506 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:30,506 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 14:19:30,506 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 14:19:30,506 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:19:30,507 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 14:19:30,507 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@12bcb58 +2015-07-22 14:19:30,507 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 14:19:30,508 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 14:19:30,508 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 14:19:30,508 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 14:19:30,508 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 14:19:30,509 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 14:19:30,509 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:30,510 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 14:19:30,510 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-22 14:19:30,510 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:30,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:30,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 14:19:30,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:30,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:30,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:30,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:30,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:30,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:30,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:30,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:30,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:34,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:34,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:34,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:34,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:34,345 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 14:19:34,348 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 14:19:34,348 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:34,348 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 14:19:34,348 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@307930 +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 14:19:34,349 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 14:19:34,350 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@307930} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ddae53} + +2015-07-22 14:19:34,350 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:34,350 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:34,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:34,350 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 14:19:34,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:34,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:34,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:34,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:34,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:34,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:34,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:35,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:19:35,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:19:35,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:19:35,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:19:35,322 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 14:19:35,326 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 14:19:35,326 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:35,326 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 14:19:35,327 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 14:19:35,327 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:19:35,327 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:19:35,327 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@307930 +2015-07-22 14:19:35,328 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 14:19:35,328 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:19:35,328 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@307930 +2015-07-22 14:19:35,328 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@12bcb58 +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 14:19:35,329 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 14:19:35,330 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 14:19:35,330 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:35,330 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 14:19:35,330 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 14:19:35,330 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:19:35,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:19:35,331 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:19:35,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:19:35,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:19:35,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:19:35,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:19:35,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:19:35,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:19:35,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:19:35,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:19:35,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:20:27,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:20:27,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:20:27,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:20:27,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:20:27,222 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 14:20:27,224 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@307930 +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 14:20:27,225 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 14:20:27,226 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@307930} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ddae53} + +2015-07-22 14:20:27,226 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:20:27,226 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:20:27,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:20:27,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 14:20:27,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:20:27,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:20:27,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:20:27,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:20:27,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:20:27,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:20:27,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:20:27,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:20:27,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:20:27,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:20:27,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:20:27,314 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 14:20:27,316 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 14:20:27,316 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:20:27,316 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.TimestampType@12bcb58 +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ddae53 +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 14:20:27,317 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 14:20:27,318 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.TimestampType@12bcb58} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ddae53} + +2015-07-22 14:20:27,318 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:20:27,318 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:20:27,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:20:27,318 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 14:20:27,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:20:27,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:20:27,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:20:27,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:20:27,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:20:27,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:20:27,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:23:44,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:23:44,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:23:44,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:23:44,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:23:44,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:23:44,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:23:45,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:23:45,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:23:45,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:23:45,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:23:45,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:23:45,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:23:45,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:23:45,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:23:45,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:01,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:01,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:01,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:01,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:01,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:01,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:24:01,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:01,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:01,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:01,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:01,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:01,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:01,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:01,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:01,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:01,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:01,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:01,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:01,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:01,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:01,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:24:01,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:01,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:01,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:01,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:01,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:01,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:01,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:01,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:01,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,454 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:24:02,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:02,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:02,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,802 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 14:24:02,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,811 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 14:24:02,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 14:24:02,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,830 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:02,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,847 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:02,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,875 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:02,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,921 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:02,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,968 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:24:02,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:02,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:02,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:02,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:02,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:02,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:02,985 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:02,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:02,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:02,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:02,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:02,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:02,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:02,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:02,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,000 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,095 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,112 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,129 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,145 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,209 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,224 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,268 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,284 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,341 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:24:03,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,351 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 14:24:03,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:03,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:03,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:03,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:03,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:03,508 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:24:03,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:03,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:03,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:03,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:03,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:03,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:03,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:03,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:03,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:04,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:04,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:04,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:04,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:04,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:04,316 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 14:24:04,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:04,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:04,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:04,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:04,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:04,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:04,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:06,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:06,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:06,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:06,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:06,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:06,665 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 14:24:06,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:06,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:06,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:06,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:06,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:06,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:06,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:06,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:06,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:14,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:14,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:14,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:14,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:14,628 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 14:24:14,630 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 14:24:14,630 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:24:14,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 14:24:14,630 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-22 14:24:14,630 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@12bcb58 +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-22 14:24:14,631 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:24:14,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:14,632 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-22 14:24:14,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:14,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:14,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:14,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:14,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:14,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:14,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:14,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:14,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:15,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:15,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:15,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:15,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:15,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:15,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:24:15,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:24:15,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:24:15,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:15,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:15,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:15,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:15,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:15,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:15,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:27,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:27,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:27,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:27,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:27,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:27,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 14:24:27,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:27,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:27,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:27,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:27,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:27,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:27,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:27,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:24:27,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:24:27,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:24:27,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:24:27,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:24:27,797 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 14:24:27,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:24:27,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:24:27,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:24:27,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:24:27,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:24:27,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:24:27,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:26:01,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:26:01,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:26:01,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:26:01,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:26:01,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:26:01,019 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:26:01,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:26:01,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:26:01,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:26:01,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:26:01,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:26:01,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:26:01,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:26:01,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:26:01,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:26:36,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:26:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:26:36,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:26:36,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:26:36,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:26:36,613 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:26:36,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:26:36,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:26:36,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:26:36,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:26:36,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:26:36,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:26:36,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:26:36,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:26:36,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,183 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 14:28:19,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,220 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 14:28:19,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 14:28:19,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,261 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:28:19,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,289 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:28:19,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,329 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:28:19,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,342 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 14:28:19,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,513 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:28:19,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:28:19,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:28:19,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:19,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:19,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:19,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:19,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:19,636 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 14:28:19,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:19,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:19,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:19,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:19,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:19,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:19,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:20,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:20,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:20,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:20,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:20,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:20,699 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 14:28:20,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:20,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:20,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:20,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:20,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:20,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:20,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:20,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:20,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:20,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:20,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:20,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:20,707 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 14:28:20,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:20,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:20,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:20,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:20,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:20,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:20,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:31,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:28:31,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:28:31,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:28:31,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:28:31,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:28:31,189 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:28:31,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:28:31,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:28:31,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:28:31,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:28:31,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:28:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:28:31,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:28:31,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:28:31,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:29:39,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:29:39,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:29:39,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:29:39,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:29:39,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:29:39,723 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:29:39,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:29:39,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:29:39,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:29:39,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:29:39,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:29:39,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:29:39,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:29:39,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:29:39,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:31:35,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:31:35,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:31:35,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:31:35,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:31:35,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:31:35,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:31:35,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:31:35,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:31:35,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:31:35,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:31:35,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:31:35,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:31:35,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:31:35,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:31:35,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:38:16,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:38:16,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:38:16,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:38:16,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:38:16,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:38:16,969 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:38:16,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:38:16,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:38:16,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:38:16,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:38:16,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:38:16,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:38:16,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:38:16,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:38:16,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:01,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:39:01,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:39:01,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:39:01,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:39:01,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:39:01,467 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:39:01,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:39:01,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:39:01,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:39:01,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:39:01,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:39:01,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:39:01,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:01,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:39:01,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:09,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:39:09,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:39:09,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:39:09,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:39:09,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:39:09,841 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:39:09,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:39:09,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:39:09,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:39:09,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:39:09,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:39:09,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:39:09,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:09,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:39:09,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:29,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:39:29,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:39:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:39:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:39:29,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:39:29,578 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 14:39:29,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:39:29,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:39:29,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:39:29,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:39:29,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:39:29,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:39:29,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:29,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:39:29,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:31,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:39:31,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:39:31,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:39:31,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:39:31,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:39:31,899 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:39:31,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:39:31,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:39:31,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:39:31,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:39:31,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:39:31,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:39:31,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:31,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:39:31,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:39,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:39:39,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:39:39,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:39:39,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:39:39,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:39:39,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 14:39:39,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:39:39,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:39:39,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:39:39,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:39:39,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:39:39,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:39:39,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:39,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:39:39,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:41,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:39:41,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:39:41,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:39:41,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:39:41,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:39:41,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:39:41,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:39:41,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:39:41,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:39:41,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:39:41,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:39:41,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:39:41,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:39:41,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:39:41,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:40:46,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:40:46,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:40:46,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:40:46,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:40:46,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:40:46,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:40:46,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:40:46,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:40:46,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:40:46,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:40:46,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:40:46,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:40:46,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:40:46,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:40:46,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:40:50,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:40:50,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:40:50,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:40:50,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:40:50,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:40:50,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:40:50,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:40:50,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:40:50,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:40:50,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:40:50,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:40:50,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:40:50,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:40:50,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:40:50,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:40:55,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:40:55,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:40:55,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:40:55,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:40:55,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:40:55,629 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:40:55,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:40:55,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:40:55,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:40:55,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:40:55,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:40:55,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:40:55,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:40:55,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:40:55,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:00,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:00,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:00,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:00,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:00,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:00,860 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:41:00,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:00,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:00,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:00,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:00,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:00,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:00,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:00,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:00,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:07,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:07,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:07,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:07,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:07,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:07,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:41:07,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:07,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:07,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:07,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:07,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:07,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:07,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:07,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:07,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:15,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:15,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:15,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:15,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:15,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:15,182 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:41:15,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:15,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:15,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:15,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:15,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:15,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:15,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:15,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:15,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:36,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:36,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:37,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:37,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:37,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:37,151 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:37,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:37,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:37,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:37,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:37,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:37,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:37,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:37,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:37,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:37,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:37,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:37,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:37,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:37,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:37,468 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:37,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:37,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:37,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:37,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:37,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:37,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:37,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:37,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:37,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:37,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:37,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:37,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:37,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:37,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:37,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:37,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:37,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:37,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:37,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:37,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:37,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:37,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:37,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:37,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:38,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:38,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:38,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:38,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:38,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:38,465 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:38,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:38,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:38,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:38,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:38,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:38,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:38,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:38,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:38,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:38,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:38,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:38,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:38,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:38,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:38,969 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:38,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:38,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:38,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:38,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:38,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:38,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:38,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:38,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:38,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:39,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:39,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:39,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:39,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:39,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:39,465 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:39,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:39,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:39,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:39,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:39,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:39,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:39,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:39,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:39,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:39,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:39,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:39,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:39,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:39,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:39,965 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:39,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:39,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:39,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:39,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:39,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:39,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:39,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:39,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:39,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,432 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 14:41:40,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,439 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 14:41:40,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 14:41:40,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:40,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:40,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:40,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,498 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,532 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,549 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,568 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,590 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,648 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,670 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,698 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,737 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,814 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,847 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,863 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,879 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,907 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,957 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:40,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:40,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,978 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:40,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:40,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:40,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:40,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:40,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:40,986 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:40,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:40,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:40,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:40,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:40,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:40,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:40,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,006 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,034 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,051 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,082 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,110 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,150 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,168 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,187 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,207 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,223 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,270 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,288 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 14:41:41,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,298 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 14:41:41,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:41,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:41,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:41,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:41,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:41,466 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 14:41:41,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:41,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:41,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:41,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:41,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:41,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:41,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:41,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:41,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:42,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:42,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:42,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:42,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:42,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:42,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 14:41:42,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:42,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:42,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:42,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:42,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:42,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:42,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:44,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:44,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:44,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:44,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:44,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:44,278 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:41:44,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:44,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:44,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:44,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:44,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:44,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:44,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:44,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:44,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:57,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:41:57,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:41:57,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:41:57,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:41:57,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:41:57,074 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:41:57,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:41:57,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:41:57,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:41:57,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:41:57,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:41:57,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:41:57,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:41:57,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:41:57,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:10,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:42:10,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:42:10,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:42:10,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:42:10,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:42:10,483 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:42:10,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:42:10,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:42:10,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:42:10,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:42:10,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:42:10,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:42:10,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:10,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:42:10,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:14,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:42:14,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:42:14,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:42:14,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:42:14,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:42:14,897 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:42:14,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:42:14,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:42:14,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:42:14,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:42:14,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:42:14,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:42:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:42:14,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:23,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:42:23,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:42:23,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:42:23,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:42:23,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:42:23,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:42:23,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:42:23,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:42:23,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:42:23,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:42:23,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:42:23,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:42:23,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:23,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:42:23,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:33,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:42:33,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:42:33,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:42:33,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:42:33,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:42:33,568 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 14:42:33,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:42:33,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:42:33,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:42:33,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:42:33,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:33,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:42:33,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:33,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:42:33,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:42:33,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:42:33,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:42:33,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:42:33,584 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 14:42:33,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:42:33,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:42:33,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:42:33,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:42:33,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:42:33,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:42:33,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:33,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:44:33,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:44:34,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:44:34,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:44:34,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:44:34,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:44:34,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:44:34,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:44:34,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:44:34,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:44:34,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:44:34,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:44:34,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:34,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:44:34,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:45,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:44:45,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:44:45,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:44:45,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:44:45,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:44:45,436 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:44:45,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:44:45,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:44:45,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:44:45,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:44:45,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:44:45,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:44:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:44:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:46,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:44:46,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:44:46,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:44:46,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:44:46,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:44:46,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:44:46,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:44:46,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:44:46,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:44:46,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:44:46,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:44:46,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:44:46,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:46,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:44:46,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:58,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:44:58,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:44:58,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:44:58,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:44:58,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:44:58,755 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:44:58,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:44:58,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:44:58,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 14:44:58,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 14:44:58,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 14:44:58,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 14:44:58,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:44:58,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 14:44:58,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 14:54:44,241 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 14:54:44,318 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 14:54:44 CST 2015]; root of context hierarchy +2015-07-22 14:54:44,427 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 14:54:45,014 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 14:54:45,017 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 14:54:45,157 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 14:54:45,663 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 14:54:45,668 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 14:54:45,684 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d4269b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 14:54:46,039 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 14:54:46,098 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 14:54:46,107 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 14:54:46,109 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 14:54:46,112 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 14:54:46,115 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 14:54:46,268 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 14:54:46,507 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 14:54:46,542 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 14:54:46,571 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 14:54:46,628 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 14:54:46,628 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 14:54:46,630 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 14:54:46,631 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 14:54:46,633 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 14:54:46,634 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 14:54:46,638 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 14:54:46,685 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 14:54:47,090 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 14:54:47,090 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 14:54:47,109 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 14:54:47,112 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 14:54:47,113 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 14:54:47,113 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 14:54:47,113 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 14:54:47,114 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 14:54:47,114 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 14:54:47,115 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 14:54:47,115 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 14:54:47,115 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 14:54:47,116 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 14:54:47,116 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 14:54:47,116 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 14:54:47,116 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 14:54:47,116 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 14:54:47,116 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 14:54:47,117 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 14:54:47,117 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 14:54:47,117 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 14:54:47,117 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 14:54:47,117 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 14:54:47,117 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 14:54:47,118 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 14:54:47,118 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 14:54:47,120 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 14:54:47,121 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 14:54:47,121 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 14:54:47,122 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 14:54:47,122 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 14:54:47,161 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 14:54:47,351 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 14:54:47,355 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 14:54:47,356 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 14:54:47,369 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 14:54:47,569 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 14:54:47,569 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 14:54:47,569 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 14:54:47,569 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 14:54:47,619 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 14:54:47,619 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 14:54:47,619 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 14:54:47,619 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 14:54:47,704 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 14:54:47,704 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 14:54:47,704 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 14:54:47,704 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 14:54:47,704 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 14:54:47,730 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@25c73d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 14:54:47,737 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3475 ms +2015-07-22 14:57:09,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 14:57:09,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 14:57:09,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 14:57:09,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 14:57:09,985 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 14:57:10,006 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 14:57:10,007 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:57:10,190 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 14:57:10,207 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 14:57:10,208 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:57:10,213 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:57:10,215 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@74d710 +2015-07-22 14:57:10,216 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 14:57:10,216 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 14:57:10,216 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@74d710 +2015-07-22 14:57:10,217 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 14:57:10,217 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 14:57:10,217 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@aa3797 +2015-07-22 14:57:10,218 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 14:57:10,218 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 14:57:10,218 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 14:57:10,226 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 14:57:10,226 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 14:57:10,227 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 14:57:10,227 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:57:10,243 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 14:57:10,243 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 14:57:10,243 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 14:57:10,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 14:57:10,265 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 14:57:10,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 14:57:10,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 14:57:10,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:16:38,452 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 15:16:38,526 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 15:16:38 CST 2015]; root of context hierarchy +2015-07-22 15:16:38,639 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 15:16:39,305 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 15:16:39,307 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 15:16:39,443 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 15:16:39,700 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 15:16:39,706 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 15:16:39,733 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a90d4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 15:16:39,998 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 15:16:40,070 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 15:16:40,084 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 15:16:40,086 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 15:16:40,090 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 15:16:40,094 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 15:16:40,309 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 15:16:40,435 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 15:16:40,477 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 15:16:40,509 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 15:16:40,563 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 15:16:40,563 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 15:16:40,566 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 15:16:40,567 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 15:16:40,570 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 15:16:40,570 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 15:16:40,574 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 15:16:40,625 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 15:16:41,101 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 15:16:41,101 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 15:16:41,128 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 15:16:41,133 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 15:16:41,134 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 15:16:41,134 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 15:16:41,135 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 15:16:41,135 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 15:16:41,135 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 15:16:41,135 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 15:16:41,135 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 15:16:41,135 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 15:16:41,136 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 15:16:41,136 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 15:16:41,136 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 15:16:41,136 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 15:16:41,136 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 15:16:41,136 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 15:16:41,137 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 15:16:41,137 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 15:16:41,137 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 15:16:41,137 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 15:16:41,138 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 15:16:41,138 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 15:16:41,138 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 15:16:41,138 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 15:16:41,141 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 15:16:41,142 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 15:16:41,142 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 15:16:41,143 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 15:16:41,143 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 15:16:41,245 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 15:16:41,542 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 15:16:41,548 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 15:16:41,549 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 15:16:41,567 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 15:16:41,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 15:16:41,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 15:16:41,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:16:41,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:16:41,688 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 15:16:41,688 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 15:16:41,688 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:16:41,688 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:16:41,714 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 15:16:41,714 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 15:16:41,714 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:16:41,714 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:16:41,714 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 15:16:41,744 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@7e2079] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 15:16:41,752 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3300 ms +2015-07-22 15:17:44,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:17:44,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:17:45,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:17:45,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:17:45,083 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 15:17:45,111 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 15:17:45,111 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:17:45,324 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 15:17:45,340 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 15:17:45,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:17:45,345 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:17:45,349 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1c71b61 +2015-07-22 15:17:45,350 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 15:17:45,351 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:17:45,351 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1c71b61 +2015-07-22 15:17:45,352 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 15:17:45,352 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 15:17:45,352 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@671916 +2015-07-22 15:17:45,352 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 15:17:45,352 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 15:17:45,353 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 15:17:45,374 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 15:17:45,374 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 15:17:45,375 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 15:17:45,375 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:17:45,392 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 15:17:45,392 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 15:17:45,392 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:17:45,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:17:45,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:17:45,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:17:45,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:17:45,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:18:53,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:18:53,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:18:53,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:18:53,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:18:53,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:18:53,102 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:18:53,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:18:53,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:18:53,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:18:53,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:18:53,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:18:53,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:18:53,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:18:53,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:18:53,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:05,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:05,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:05,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:05,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:05,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:05,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:19:05,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:05,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:05,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:05,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:05,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:05,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:05,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:05,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:05,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:21,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:21,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:21,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:21,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:21,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:21,684 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:19:21,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:21,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:21,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:21,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:21,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:21,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:21,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:21,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:21,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:37,270 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 15:19:37,275 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:19:37,275 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:37,276 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 15:19:37,276 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:19:37,276 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 15:19:37,277 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:37,277 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 15:19:37,305 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 15:19:37,305 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 15:19:37,318 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 15:19:37,318 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 15:19:37,318 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 15:19:37,319 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:19:37,320 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:37,321 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 15:19:37,321 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 15:19:37,321 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:37,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:37,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:37,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:37,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:37,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:37,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:37,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:37,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:37,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:37,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:37,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:37,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:37,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:37,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:37,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:37,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:37,775 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:37,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:37,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:37,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:37,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:37,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:37,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:37,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:37,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:37,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:38,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:38,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:38,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:38,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:38,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:38,285 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:38,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:38,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:38,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:38,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:38,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:38,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:38,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:38,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:38,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:38,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:38,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:38,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:38,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:38,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:38,782 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:38,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:38,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:38,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:38,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:38,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:38,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:38,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:38,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:38,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:39,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:39,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:39,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:39,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:39,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:39,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:39,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:39,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:39,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:39,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:39,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:39,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:39,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:39,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:39,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:39,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:39,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:39,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:39,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:39,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:39,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:39,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:39,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:39,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:39,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:39,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:39,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:39,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:39,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:39,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:40,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:40,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:40,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:40,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:40,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:40,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:40,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:40,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:40,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:40,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:40,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:40,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:40,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:40,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:40,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:40,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:40,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:40,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:40,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:40,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:40,776 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:40,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:40,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:40,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:40,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:40,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:40,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:40,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:40,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:40,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:41,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:41,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:41,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:41,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:41,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:41,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:41,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:41,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:41,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:41,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:41,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:41,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:41,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:41,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:41,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:41,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:41,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:41,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:41,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:41,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:41,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:41,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:41,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:41,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:41,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:41,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:41,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:41,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:42,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:42,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:42,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:42,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:42,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:42,313 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:42,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:42,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:42,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:42,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:42,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:42,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:42,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:42,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:42,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:42,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:42,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:42,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:42,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:42,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:42,791 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:42,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:42,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:42,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:42,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:42,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:42,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:42,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:42,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:42,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:43,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:43,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:43,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:43,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:43,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:43,293 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:43,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:43,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:43,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:43,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:43,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:43,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:43,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:43,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:43,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:43,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:43,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:43,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:43,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:43,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:43,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:43,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:43,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:43,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:43,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:43,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:43,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:43,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:43,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:43,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:44,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:44,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:44,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:44,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:44,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:44,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:44,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:44,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:44,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:44,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:44,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:44,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:44,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:44,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:44,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:44,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:44,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:44,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:44,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:44,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:44,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:44,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:44,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:44,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:44,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:45,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:45,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:45,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:45,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:45,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:45,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:45,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:45,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:45,302 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:19:45,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:45,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:45,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:45,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:45,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:45,313 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-22 15:19:45,319 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:45,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:45,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:45,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:45,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:45,323 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:19:45,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:45,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:45,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:45,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:45,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:45,331 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:45,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:45,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:45,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:45,333 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-22 15:19:45,333 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-22 15:19:45,334 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-22 15:19:45,335 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:45,335 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-22 15:19:45,336 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-22 15:19:45,336 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-22 15:19:45,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:45,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:45,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,337 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:19:45,338 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:45,342 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:45,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:45,344 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 15:19:45,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:45,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:45,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:45,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:45,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:45,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,758 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 15:19:45,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:45,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:45,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:45,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:45,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:45,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:45,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:45,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:45,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:45,797 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:45,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:45,807 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 15:19:45,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:45,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:45,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:45,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:45,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:45,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:45,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:45,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 15:19:45,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:45,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:45,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:45,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:45,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:45,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:45,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:45,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:45,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:45,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:45,991 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 15:19:45,996 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:19:45,996 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:45,997 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:19:45,998 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:19:45,999 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:19:45,999 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@52bf10 +2015-07-22 15:19:45,999 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 15:19:46,000 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:19:46,000 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:46,000 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:19:46,000 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:19:46,000 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:19:46,001 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@52bf10} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:19:46,001 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:46,001 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:46,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,002 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,031 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,087 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,133 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,166 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,205 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,256 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,281 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,302 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,303 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:46,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:46,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:46,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,322 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,389 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,443 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,523 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,541 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,568 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,611 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,689 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,708 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,734 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,754 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,776 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:46,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:46,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:46,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,834 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,858 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,892 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,916 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,936 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:46,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:46,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:46,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:46,968 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:46,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:46,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:46,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:46,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:46,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:46,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:46,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:46,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,007 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,039 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,086 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,150 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,238 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,321 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:47,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:47,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:47,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,341 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,383 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,411 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,586 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:47,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:47,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:47,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:47,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:47,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:47,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:47,703 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:47,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:47,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:47,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:47,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:47,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:47,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:50,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:50,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:50,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:50,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:50,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:50,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:50,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:50,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:50,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:50,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:50,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:50,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:50,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:50,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:50,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:50,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:50,890 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:50,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:50,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:50,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:50,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:50,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:50,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:50,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:50,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:50,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:50,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:50,920 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:51,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:51,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:51,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:51,352 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:51,369 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:51,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:51,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:51,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:51,757 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:51,779 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:51,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:51,818 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:51,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:51,899 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:51,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:51,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:51,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:51,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:51,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:51,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:51,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:51,996 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:51,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:51,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:51,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:51,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:51,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:51,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,004 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,138 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,163 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,232 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,257 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,291 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:19:52,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:52,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:19:52,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:52,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:52,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,347 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,575 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:52,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:52,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,885 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,963 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:52,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:52,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:52,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:52,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:52,980 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:52,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:52,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:52,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:52,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:52,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:52,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:52,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,015 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,035 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,068 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,172 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,318 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,337 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,353 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:19:53,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,374 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:19:53,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:19:53,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:19:53,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:19:53,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:19:53,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:19:53,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:19:53,443 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 15:19:53,448 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:19:53,448 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:53,448 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:19:53,448 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:19:53,448 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:19:53,448 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:19:53,449 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:19:53,450 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:19:53,450 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:19:53,450 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@fc0b3c} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@fc0b3c} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@fc0b3c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:19:53,450 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:53,450 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:19:53,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:19:53,450 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 15:19:53,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:19:53,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:19:53,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:19:53,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:19:53,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:19:53,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:19:53,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:02,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:02,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:02,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:02,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:02,535 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 15:20:02,538 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:20:02,539 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:20:02,539 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:20:02,539 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:20:02,539 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1c71b61 +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1c71b61} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:20:02,540 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:20:02,541 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:20:02,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:02,541 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 15:20:02,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:02,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:02,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:02,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:02,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:02,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:02,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:10,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:10,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:10,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:10,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:10,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:10,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:20:10,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:20:10,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:20:10,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:10,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:10,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:10,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:10,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:10,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:10,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:17,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:17,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:17,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:17,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:17,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:17,619 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:20:17,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:20:17,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:20:17,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:17,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:17,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:17,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:17,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:17,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:17,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:28,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:28,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:28,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:28,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:28,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:28,217 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:20:28,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:20:28,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:20:28,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:28,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:28,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:28,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:28,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:28,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:28,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:32,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:32,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:32,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:32,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:32,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:32,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:20:32,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:20:32,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:20:32,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:32,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:32,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:32,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:32,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:32,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:32,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:46,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:46,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:46,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:46,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:46,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:46,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:20:46,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:20:46,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:20:46,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:46,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:46,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:46,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:46,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:46,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:46,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:54,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:20:54,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:20:54,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:20:54,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:20:54,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:20:54,985 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:20:54,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:20:54,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:20:54,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:20:54,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:20:55,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:20:55,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:20:55,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:20:55,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:20:55,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:00,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:00,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:00,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:00,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:00,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:00,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:00,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:00,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:00,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:21:00,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:21:00,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:21:00,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:21:00,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:21:00,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:00,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:00,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:00,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:00,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:00,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:00,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:21:00,971 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 15:21:00,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:21:00,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:00,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:00,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:00,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:00,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:00,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:15,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:15,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:15,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:15,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:15,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:21:15,672 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:21:15,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:15,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:15,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:15,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:15,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:21:15,742 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 15:21:16,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:21:16,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:21:16,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:16,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:21:16,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:21:16,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:16,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:16,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:16,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:16,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:16,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:16,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:16,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:16,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:16,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:16,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:20,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:20,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:20,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:20,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:20,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:21:20,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:21:20,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:21:20,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:21:20,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:21:20,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:20,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:20,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:20,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:20,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:20,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:28,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:28,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:28,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:28,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:28,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:21:28,667 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:21:28,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:21:28,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:21:28,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:21:28,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:28,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:28,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:28,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:28,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:28,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:50,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:21:50,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:21:50,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:21:50,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:21:50,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:21:50,686 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:21:50,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:21:50,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:21:50,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:21:50,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:21:50,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:21:50,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:21:50,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:21:50,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:21:50,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:03,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:22:03,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:22:03,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:22:03,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:22:03,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:22:03,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:22:03,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:22:03,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:22:03,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:22:03,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:22:03,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:22:03,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:22:03,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:03,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:22:03,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:27,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:22:27,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:22:27,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:22:27,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:22:27,807 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 15:22:27,854 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:22:27,854 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:22:27,855 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:22:27,872 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:22:27,880 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:22:27,880 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1c71b61 +2015-07-22 15:22:27,957 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 15:22:27,957 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:22:27,957 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:22:27,957 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:22:27,957 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:22:27,957 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:22:27,959 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1c71b61} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:22:27,959 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:22:27,968 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:22:28,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:22:28,004 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 15:22:28,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:22:28,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:22:28,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:22:28,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:22:28,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:28,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:22:28,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:28,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:22:28,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:22:28,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:22:28,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:22:28,016 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 15:22:28,414 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:22:28,414 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:22:28,414 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:22:28,415 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:22:28,415 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:22:28,415 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@52bf10 +2015-07-22 15:22:28,415 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 15:22:28,528 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@fc0b3c +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@52bf10} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@fc0b3c} + +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:22:28,529 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:22:28,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:22:28,530 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 15:22:28,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:22:28,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:22:28,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:22:28,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:22:28,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:28,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:22:28,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:36,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:22:36,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:22:36,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:22:36,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:22:36,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:22:36,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:22:36,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:22:36,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:22:36,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:22:36,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:22:36,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:22:36,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:22:36,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:22:36,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:22:36,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:20,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:23:20,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:23:20,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:23:20,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:23:20,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:23:20,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:23:20,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:23:20,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:23:20,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:23:20,757 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:23:20,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:23:20,758 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 15:23:20,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:23:20,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:23:20,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:23:20,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:23:20,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:23:20,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:23:20,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:23:20,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:23:20,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:20,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:23:20,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:20,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:23:20,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:23:20,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:20,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:23:20,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:26,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:23:26,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:23:26,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:23:26,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:23:26,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:23:26,185 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 15:23:26,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:23:26,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:23:26,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:23:26,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:23:26,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:23:26,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:23:26,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:23:26,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:23:26,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:23:26,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:23:26,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:26,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:23:26,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:26,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:23:26,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:23:26,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:23:26,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:23:26,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:23:26,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:23:26,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:26,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:23:26,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:32,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:23:32,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:23:32,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:23:32,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:23:32,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:23:32,455 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:23:32,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:23:32,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:23:32,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:23:32,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:23:32,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:23:32,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:23:32,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:32,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:23:32,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:35,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:23:35,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:23:35,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:23:35,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:23:35,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:23:35,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:23:35,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:23:35,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:23:35,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:23:35,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:23:35,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:23:35,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:23:35,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:23:35,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:23:35,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:25:36,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:25:36,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:25:36,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:25:36,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:25:36,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:25:36,273 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:25:36,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:25:36,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:25:36,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:25:36,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:25:36,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:25:36,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:25:36,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:25:36,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:25:36,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:25:52,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:25:52,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:25:52,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:25:52,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:25:52,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:25:52,328 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:25:52,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:25:52,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:25:52,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:25:52,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:25:52,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:25:52,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:25:52,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:25:52,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:25:52,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:29:33,318 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-22 15:29:33,348 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 22 15:29:33 CST 2015]; root of context hierarchy +2015-07-22 15:29:33,445 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-22 15:29:33,925 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-22 15:29:33,929 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-22 15:29:34,069 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-22 15:29:34,285 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-22 15:29:34,290 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-22 15:29:34,317 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@afa22f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-22 15:29:34,493 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-22 15:29:34,564 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 15:29:34,579 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 15:29:34,581 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 15:29:34,585 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 15:29:34,588 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 15:29:34,770 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 15:29:34,873 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 15:29:34,910 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 15:29:34,939 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 15:29:34,980 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 15:29:35,297 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 15:29:35,300 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 15:29:35,300 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 15:29:35,303 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 15:29:35,303 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-22 15:29:35,306 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 15:29:35,383 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 15:29:35,758 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 15:29:35,758 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 15:29:35,775 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 15:29:35,780 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 15:29:35,781 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 15:29:35,781 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 15:29:35,782 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 15:29:35,782 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 15:29:35,782 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 15:29:35,782 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 15:29:35,783 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 15:29:35,783 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 15:29:35,784 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 15:29:35,784 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 15:29:35,784 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 15:29:35,784 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 15:29:35,784 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 15:29:35,784 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 15:29:35,786 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 15:29:35,787 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 15:29:35,787 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 15:29:35,787 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 15:29:35,787 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 15:29:35,787 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 15:29:35,788 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 15:29:35,788 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 15:29:35,791 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 15:29:35,792 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 15:29:35,792 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 15:29:35,792 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 15:29:35,792 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 15:29:35,897 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 15:29:36,171 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 15:29:36,176 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 15:29:36,176 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 15:29:36,189 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 15:29:36,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 15:29:36,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 15:29:36,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:29:36,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:29:36,332 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 15:29:36,333 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 15:29:36,333 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:29:36,333 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:29:36,363 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 15:29:36,363 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 15:29:36,364 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:29:36,364 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:29:36,364 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 15:29:36,391 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c08f80] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-22 15:29:36,419 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3100 ms +2015-07-22 15:31:19,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:31:19,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:31:19,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:31:19,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:31:19,885 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 15:31:19,896 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 15:31:19,897 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:31:19,999 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 15:31:20,033 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 15:31:20,034 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:31:20,038 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:31:20,039 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@15b5bbe +2015-07-22 15:31:20,040 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 15:31:20,041 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:31:20,041 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@15b5bbe +2015-07-22 15:31:20,041 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 15:31:20,041 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 15:31:20,041 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@18ae96e +2015-07-22 15:31:20,042 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 15:31:20,042 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 15:31:20,042 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 15:31:20,048 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 15:31:20,048 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 15:31:20,049 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 15:31:20,049 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:31:20,065 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 15:31:20,065 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 15:31:20,065 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:31:20,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:31:20,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:31:20,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:31:20,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:31:20,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:31:20,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:31:20,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:31:20,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:31:20,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:31:20,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:31:20,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:03,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:03,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:03,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:03,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:03,504 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 15:32:03,518 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:32:03,518 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:03,518 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 15:32:03,519 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:32:03,519 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 15:32:03,520 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:32:03,520 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 15:32:03,521 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 15:32:03,521 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 15:32:03,522 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 15:32:03,523 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 15:32:03,523 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 15:32:03,525 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@15ce54f} + +2015-07-22 15:32:03,525 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:03,525 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 15:32:03,525 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 15:32:03,603 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:03,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:03,605 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:03,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:03,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:03,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:03,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:03,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:03,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:03,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:03,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:03,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:03,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:03,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:03,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:03,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:03,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:04,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:04,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:04,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:04,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:04,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:04,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:04,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:04,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:04,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:04,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:04,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:04,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:04,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:04,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:04,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:04,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:04,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:04,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:04,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:04,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:04,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:04,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:04,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:04,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:04,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:04,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:04,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:04,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:04,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:04,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:04,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:04,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:04,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:04,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:04,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:04,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:04,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:04,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:04,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:04,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:05,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:05,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:05,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:05,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:05,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:05,431 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:05,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:05,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:05,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:05,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:05,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:05,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:05,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:05,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:05,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:05,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:05,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:05,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:05,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:05,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:05,984 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:05,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:05,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:05,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:05,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:05,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:05,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:05,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:05,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:05,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:06,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:06,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:06,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:06,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:06,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:06,432 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:06,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:06,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:06,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:06,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:06,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:06,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:06,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:06,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:06,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:06,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:06,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:06,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:06,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:06,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:06,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:06,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:06,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:06,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:06,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:06,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:06,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:06,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:06,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:06,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:07,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:07,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:07,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:07,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:07,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:07,437 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:07,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:07,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:07,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:07,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:07,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:07,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:07,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:07,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:07,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:07,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:07,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:07,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:07,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:07,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:07,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:07,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:07,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:07,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:07,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:07,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:07,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:07,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:07,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:07,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:08,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:08,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:08,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:08,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:08,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:08,434 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:08,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:08,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:08,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:08,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:08,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:08,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:08,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:08,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:08,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:08,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:08,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:08,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:08,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:08,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:08,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:08,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:08,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:08,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:08,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:08,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:08,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:08,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:08,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:08,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:09,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:09,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:09,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:09,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:09,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:09,451 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:09,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:09,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:09,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:09,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:09,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:09,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:09,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:09,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:09,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:09,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:09,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:09,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:09,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:09,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:09,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:09,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:09,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:09,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:09,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:09,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:09,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:09,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:09,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:09,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:10,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:10,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:10,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:10,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:10,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:10,440 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:10,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:10,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:10,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:10,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:10,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:10,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:10,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:10,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:10,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:10,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:10,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:10,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:10,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:10,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:10,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:10,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:10,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:10,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:10,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:10,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:10,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:10,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:10,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:10,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:11,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:11,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:11,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:11,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:11,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:11,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:11,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:11,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:11,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:11,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:11,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:11,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:11,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:11,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:11,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:11,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:11,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:11,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:11,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:11,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:11,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:11,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:11,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:11,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:11,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:11,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:11,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:11,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:11,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:11,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:12,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:12,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:12,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:12,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:12,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:12,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:12,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:12,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:12,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:12,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:12,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:12,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:12,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:12,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:12,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:12,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:12,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:12,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:12,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:12,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:12,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:12,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:12,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:12,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:12,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:12,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:12,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:12,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:12,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:12,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:13,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:13,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:13,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:13,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:13,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:13,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:13,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:13,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:13,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:13,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:13,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:13,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:13,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:13,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:13,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:13,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:13,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:14,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:14,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:14,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:14,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:14,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:14,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:14,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:14,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:14,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:14,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:14,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:14,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:14,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:14,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:14,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:14,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:14,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:14,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:14,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:14,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:14,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:14,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:14,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:14,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:14,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:14,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:14,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:14,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:14,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:14,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:14,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:14,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:14,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:14,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:14,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:14,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:14,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:14,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:14,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:14,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:14,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:15,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:15,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:15,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:15,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:15,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:15,558 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:15,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:15,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:15,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:15,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:15,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:15,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:15,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:15,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:15,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:15,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:15,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:15,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:15,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:15,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:15,968 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:15,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:15,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:15,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:15,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:15,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:15,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:15,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:15,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:15,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:16,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:16,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:16,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:16,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:16,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:16,483 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:16,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:16,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:16,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:16,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:16,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:16,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:16,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:16,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:16,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:16,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:16,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:16,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:16,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:16,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:16,965 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:16,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:16,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:16,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:16,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:16,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:16,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:16,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:16,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:16,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:17,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:17,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:17,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:17,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:17,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:17,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:17,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:17,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:17,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:17,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:17,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:17,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:17,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:17,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:17,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:17,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:17,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:17,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:17,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:17,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:17,979 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:17,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:17,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:17,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:17,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:17,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:17,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:17,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:17,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:17,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:18,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:18,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:18,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:18,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:18,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:18,498 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:18,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:18,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:18,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:18,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:18,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:18,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:18,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:18,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:18,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:18,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:18,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:18,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:18,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:18,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:18,973 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:18,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:18,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:18,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:18,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:18,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:18,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:18,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:18,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:18,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:19,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:19,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:19,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:19,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:19,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:20,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:20,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:20,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:20,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:20,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:20,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:20,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:20,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:20,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:20,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:20,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:20,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:20,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:20,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:20,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:20,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:20,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:20,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:20,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:20,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:20,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:20,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:20,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:20,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:20,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:20,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:20,483 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:20,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:20,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:20,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:20,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:20,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:20,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:20,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:20,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:20,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:20,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:20,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:20,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:20,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:20,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:20,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:20,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:20,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:20,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:20,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:20,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:20,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:20,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:21,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:21,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:21,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:21,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:21,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:21,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:21,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:21,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:21,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:21,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:21,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:21,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:21,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:21,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:21,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:21,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:21,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:21,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:21,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:21,988 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:21,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:21,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:21,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:21,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:21,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:21,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:21,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:21,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:21,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:22,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:22,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:22,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:22,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:22,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:22,501 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:22,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:22,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:22,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:22,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:22,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:22,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:22,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:22,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:22,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:22,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:22,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:22,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:22,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:22,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:22,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:23,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:23,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:23,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:23,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:23,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:23,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:23,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:23,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:23,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:23,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:23,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:23,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:23,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:23,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:23,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:23,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:23,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:23,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:23,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:23,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:23,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:23,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:23,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:23,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:23,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:23,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:23,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:23,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:23,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:24,255 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:24,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:24,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:24,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:24,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:24,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:24,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:24,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:24,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:24,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:24,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:24,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:24,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:24,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:24,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:24,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:24,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:24,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:24,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:24,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:24,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:24,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:24,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:24,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:24,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:24,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:24,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:24,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:24,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:24,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:24,998 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:24,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:24,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:24,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:25,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:25,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:25,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:25,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:25,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:25,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:25,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:25,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:25,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:25,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:25,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:25,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:25,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:25,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:25,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:25,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:25,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:25,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:25,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:25,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:25,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:25,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:25,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:25,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:25,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:25,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:25,996 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:25,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:25,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:25,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:25,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:25,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:25,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:25,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:25,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:25,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:26,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:26,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:26,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:26,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:26,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:26,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:26,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:26,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:26,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:26,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:26,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:26,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:26,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:26,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:26,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:26,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:26,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:26,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:26,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:27,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:27,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:27,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:27,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:27,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:27,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:27,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:27,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:27,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:27,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:27,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:27,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:27,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:27,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:27,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:27,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:27,498 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:27,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:27,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:27,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:27,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:27,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:27,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:27,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:27,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:27,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:27,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:27,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:27,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:27,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:27,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:27,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:27,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:27,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:27,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:27,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:28,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:28,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:28,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:28,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:28,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:28,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:28,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:28,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:28,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:28,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:28,512 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:28,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:28,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:28,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:28,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:28,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:28,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:28,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:28,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:28,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:29,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:29,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:29,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:29,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:29,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:29,021 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:29,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:29,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:29,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:29,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:29,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:29,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:29,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:29,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:29,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:29,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:29,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:29,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:29,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:29,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:29,519 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:29,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:29,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:29,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:29,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:29,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:29,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:29,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:29,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:29,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:30,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:30,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:30,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:30,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:30,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:30,059 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:30,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:30,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:30,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:30,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:30,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:30,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:30,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:30,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:30,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:30,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:30,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:30,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:30,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:30,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:30,549 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:30,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:30,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:30,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:30,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:30,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:30,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:30,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:30,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:30,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:31,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:31,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:31,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:31,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:31,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:32,249 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:32,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:32,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:32,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:32,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:32,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:32,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:32,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:32,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:32,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:32,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:32,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:32,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:32,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:32,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:32,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:32,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:32,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:32,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:32,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:32,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:32,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:32,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:32,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:32,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:32,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:32,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:32,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:32,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:32,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:32,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:32,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:32,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:32,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:32,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:32,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:32,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:32,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:32,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:32,554 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:32,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:32,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:32,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:32,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:32,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:32,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:32,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:32,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:32,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:33,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:33,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:33,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:33,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:33,059 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:33,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:33,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:33,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:33,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:33,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:33,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:33,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:33,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:33,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:33,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:33,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:33,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:33,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:33,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:33,558 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:33,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:33,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:33,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:33,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:33,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:33,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:33,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:33,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:33,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:34,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:34,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:34,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:34,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:34,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:34,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:34,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:34,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:34,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:34,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:34,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:34,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:34,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:34,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:34,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:34,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:34,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:34,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:34,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:34,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:34,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:34,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:34,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:34,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:35,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:35,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:35,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:35,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:35,495 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:35,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:35,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:35,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:35,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:35,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:35,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:35,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:35,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:35,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:35,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:35,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:36,385 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:36,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:36,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:36,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:36,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:36,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:36,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:36,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:36,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:36,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:36,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:36,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:36,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:36,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:36,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:36,421 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:36,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:36,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:36,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:36,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:36,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:36,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:36,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:36,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:36,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:36,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:36,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:36,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:36,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:36,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:37,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:37,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:37,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:37,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:37,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:37,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:37,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:37,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:37,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:37,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:37,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:37,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:37,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:37,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:37,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:37,392 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:37,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:37,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:37,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:37,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:37,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:37,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:37,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:37,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:37,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:37,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:37,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:37,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:37,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:37,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:37,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:37,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:37,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:37,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:37,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:37,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:37,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:37,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:37,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:37,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:38,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:38,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:38,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:38,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:38,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:38,475 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:38,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:38,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:38,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:38,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:38,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:38,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:38,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:38,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:38,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:38,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:38,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:38,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:38,879 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:38,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:38,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:38,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:38,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:38,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:38,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:38,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:38,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:38,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:39,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:39,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:39,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:39,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:39,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:39,423 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:39,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:39,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:39,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:39,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:39,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:39,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:39,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:39,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:39,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:39,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:39,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:39,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:39,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:39,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:39,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:39,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:39,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:39,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:39,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:39,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:39,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:39,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:39,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:40,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:40,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:40,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:40,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:40,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:40,391 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:40,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:40,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:40,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:40,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:40,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:40,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:40,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:40,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:40,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:40,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:40,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:40,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:40,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:40,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:40,880 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:40,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:40,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:40,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:40,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:40,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:40,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:40,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:40,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:40,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:41,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:41,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:41,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:41,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:41,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:41,395 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:41,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:41,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:41,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:41,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:41,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:41,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:41,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:41,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:41,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:41,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:41,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:41,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:41,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:41,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:41,880 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:41,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:41,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:41,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:41,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:41,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:41,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:41,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:41,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:41,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:42,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:42,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:42,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:42,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:42,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:42,429 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:42,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:42,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:42,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:42,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:42,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:42,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:42,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:42,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:42,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:42,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:42,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:42,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:42,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:42,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:42,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:42,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:42,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:42,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:42,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:42,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:42,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:42,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:42,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:42,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:43,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:43,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:43,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:43,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:43,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:43,394 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:43,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:43,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:43,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:43,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:43,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:43,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:43,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:43,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:43,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:43,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:43,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:43,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:43,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:43,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:43,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:44,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:44,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:44,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:44,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:44,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:44,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:44,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:44,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:44,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:44,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:44,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:44,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:44,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:44,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:44,388 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:44,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:44,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:44,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:44,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:44,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:44,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:44,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:44,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:44,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:44,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:44,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:44,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:44,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:44,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:44,926 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:44,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:44,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:44,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:44,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:44,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:44,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:44,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:44,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:44,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,412 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:45,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:45,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:45,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:45,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:45,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:45,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:45,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,748 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-22 15:32:45,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,763 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 15:32:45,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 15:32:45,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:45,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:45,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:45,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:45,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,819 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 15:32:45,824 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:32:45,824 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:45,825 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:32:45,826 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:32:45,826 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:32:45,826 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1ca5768 +2015-07-22 15:32:45,826 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 15:32:45,827 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:32:45,827 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:32:45,827 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:32:45,827 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:32:45,827 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:32:45,828 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1ca5768} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15ce54f} + +2015-07-22 15:32:45,828 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:45,831 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:45,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,833 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:45,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:45,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:45,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:45,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:45,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,901 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:45,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:45,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:45,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:45,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:45,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:45,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:45,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:45,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:45,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:45,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:45,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:45,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:45,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:45,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:45,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:45,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:45,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:45,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:45,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:45,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:45,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:45,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:45,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:45,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:45,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,047 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,138 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,189 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,205 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,230 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,262 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,280 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,309 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,324 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,341 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,359 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,396 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,464 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,465 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:46,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:46,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:46,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,481 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,497 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,512 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,541 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,689 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,711 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,731 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,777 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,802 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,824 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,849 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,867 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,883 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,900 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,932 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:32:46,932 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:46,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:32:46,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:46,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:46,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,950 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:46,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:46,967 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:46,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:46,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:46,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:46,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:46,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:46,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:46,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:46,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,009 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,030 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,050 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,080 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,097 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,121 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,137 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,165 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,181 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,208 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,230 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,248 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,265 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,280 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,322 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,342 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,364 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,386 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,405 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,436 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,450 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:47,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:47,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:47,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,458 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,476 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,499 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,518 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,535 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,579 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,596 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,621 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,640 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,668 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,688 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,758 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,774 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,821 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,840 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,856 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,887 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,911 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,933 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:47,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:47,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:47,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,937 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,959 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,975 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:47,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:47,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:47,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:47,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:47,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:47,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:47,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:47,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:47,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:47,991 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:47,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:47,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,030 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,049 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,067 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,181 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,385 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,401 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,446 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:48,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:48,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:48,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,466 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,481 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,497 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,514 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,538 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,554 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,575 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,596 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,613 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,630 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,665 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,682 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,723 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,764 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,792 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,819 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,848 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,898 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,917 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:48,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:48,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:48,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:48,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:48,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:48,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:48,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:48,982 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:48,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:48,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:48,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:48,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:48,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:48,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:48,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,008 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,037 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,059 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,092 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,108 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,136 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,157 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,187 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,203 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,220 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,256 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,272 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,304 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,320 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,369 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,394 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,410 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,439 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,450 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:49,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:49,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:49,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,459 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,490 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,507 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,530 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,554 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,570 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,586 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,623 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,640 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,698 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,713 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,787 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,804 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,829 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,881 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,897 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,913 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,949 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,955 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:49,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:49,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:49,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:49,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:49,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:49,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:49,968 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:49,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:49,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:49,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:49,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:49,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:49,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:49,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:49,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,011 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,029 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,054 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,086 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,126 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,338 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,458 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,461 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:50,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:50,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:50,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,576 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,656 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,728 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,746 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,774 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,797 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,814 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,856 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,872 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,934 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:50,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:50,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:50,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:50,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:50,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:50,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:50,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:50,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:50,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:50,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:50,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:50,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:50,968 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:50,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:50,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,017 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,046 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,095 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,111 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,128 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,147 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,163 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,179 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,197 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,248 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,267 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,287 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,304 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,320 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,357 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,394 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,419 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,445 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,448 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:51,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:51,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:51,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,462 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,478 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,505 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,550 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,565 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,637 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,653 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,736 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,759 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,790 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,817 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,841 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,858 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,875 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,925 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,943 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,947 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:51,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:51,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:51,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:51,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:51,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:51,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:51,961 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:51,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:51,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:51,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:51,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:51,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:51,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:51,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:51,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,000 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,017 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,040 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,068 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,096 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,184 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,377 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,468 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:52,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:52,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:52,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,605 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,631 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,648 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,681 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,697 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,713 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,758 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,779 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,795 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,846 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,861 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,876 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,892 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,907 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,940 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:32:52,951 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:52,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:32:52,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:52,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:52,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,981 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:52,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:52,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:52,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:52,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:52,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:52,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:52,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:52,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:52,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:52,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:52,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:52,999 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,050 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,083 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,112 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,131 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,161 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,191 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,207 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,225 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,242 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,257 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,274 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,307 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,333 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,390 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,441 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,449 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:53,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:53,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:53,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,468 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,492 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,509 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,541 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,559 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,591 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,624 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,645 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,661 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,691 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,716 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,742 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:53,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:53,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:53,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:53,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:53,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:53,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:53,758 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:53,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:53,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:53,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:53,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:53,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 15:32:53,948 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:54,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:54,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:54,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 15:32:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,074 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,095 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,138 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,156 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,175 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,209 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,256 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,273 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,293 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,332 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,361 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,379 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,401 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,440 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:54,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:54,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:54,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,467 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,483 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,503 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,520 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,537 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,553 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,583 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,600 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,622 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,638 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,663 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,738 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,755 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,789 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,806 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,822 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,867 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,884 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,902 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:32:54,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:32:54,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:32:54,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:32:54,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:32:54,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:32:54,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:32:54,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:32:54,968 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 15:32:54,973 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:32:54,974 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:54,974 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:32:54,975 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@15ce54f} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15ce54f} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@15ce54f} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@15ce54f} + +2015-07-22 15:32:54,976 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:54,988 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:32:54,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:32:54,989 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 15:32:54,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:32:54,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:32:54,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:32:54,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:32:54,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:32:54,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:32:54,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:33:15,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:33:15,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:33:15,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:33:15,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:33:15,934 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 15:33:15,936 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:33:16,044 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:33:16,045 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:33:16,045 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:33:16,045 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:33:16,045 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@15b5bbe +2015-07-22 15:33:16,045 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@15b5bbe} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15ce54f} + +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:33:16,046 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:33:16,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:33:16,047 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 15:33:16,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:33:16,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:33:16,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:33:16,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:33:16,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:33:16,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:33:16,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:33:16,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:33:16,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:33:16,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:33:16,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:33:16,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:33:16,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:33:16,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:33:16,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:33:16,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:33:16,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:33:16,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:33:16,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:33:16,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:33:16,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:33:16,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:33:28,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:33:28,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:33:28,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:33:28,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:33:28,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:33:28,759 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:33:48,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:33:48,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:33:48,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:33:48,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:33:48,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:33:48,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:33:48,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:33:48,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:33:48,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:34:22,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:34:22,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:34:22,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:34:22,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:34:22,118 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-22 15:34:22,120 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@15b5bbe +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-22 15:34:22,121 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@15b5bbe} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15ce54f} + +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:34:22,122 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:34:22,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:34:22,123 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 15:34:22,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:34:22,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:34:22,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:34:22,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:34:22,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:34:22,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:34:22,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:34:22,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:34:22,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:34:22,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:34:22,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:34:22,132 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.completeTime=? where t.id=? +2015-07-22 15:34:22,135 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'completeTime' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 15:34:22,135 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:34:22,135 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : completeTime -> org.hibernate.type.IntegerType@1ca5768 +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.completeTime -> completeTime +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15ce54f +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 15:34:22,136 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 15:34:22,137 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'completeTime' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'completeTime' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1ca5768} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15ce54f} + +2015-07-22 15:34:22,137 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:34:22,137 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:34:22,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:34:22,137 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 15:34:22,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:34:22,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:34:22,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:34:22,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:34:22,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:34:22,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:34:22,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:17,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:17,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:17,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:17,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:17,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:17,926 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:17,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:17,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:17,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:17,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:17,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:17,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:17,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:17,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:17,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:18,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:18,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:18,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:18,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:18,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:18,381 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:18,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:18,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:18,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:18,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:18,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:18,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:18,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:18,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:18,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:18,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:18,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:18,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:18,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:18,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:18,880 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:18,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:18,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:18,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:18,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:18,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:18,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:18,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:18,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:18,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:19,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:19,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:19,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:19,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:19,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:19,388 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:19,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:19,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:19,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:19,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:19,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:19,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:19,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:19,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:19,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:19,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:19,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:19,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:19,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:19,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:19,887 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:19,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:19,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:19,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:19,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:19,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:19,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:19,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:19,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:19,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:20,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:20,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:20,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:20,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:20,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:20,389 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:20,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:20,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:20,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:20,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:20,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:20,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:20,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:20,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:20,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:20,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:20,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:20,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:20,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:20,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:20,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:20,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:20,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:20,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:20,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:20,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:20,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:20,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:20,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:20,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:21,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:21,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:21,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:21,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:21,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:21,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:21,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:21,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:21,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:21,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:21,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:21,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:21,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:21,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:21,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:21,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:21,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:21,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:21,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:21,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:21,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:21,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:21,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:21,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:21,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:21,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:21,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:21,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:21,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:21,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:22,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:22,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:22,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:22,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:22,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:22,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:22,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:22,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:22,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:22,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:22,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:22,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:22,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:22,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:22,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:22,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:22,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:22,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:22,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:22,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:22,924 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:22,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:22,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:22,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:22,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:22,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:22,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:22,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:23,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:23,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:23,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:23,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:23,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:23,435 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:23,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:23,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:23,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:23,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:23,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:23,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:23,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:23,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:23,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:23,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:23,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:23,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:23,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:23,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:23,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:23,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:23,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:23,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:23,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:23,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:23,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:23,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:23,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:23,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:24,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:24,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:24,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:24,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:24,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:24,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:24,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:24,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:24,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:24,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:24,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:24,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:24,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:24,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:24,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:24,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:24,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:24,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:24,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:24,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:24,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:24,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:24,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:24,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:24,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:24,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:24,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:24,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:24,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:24,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:25,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:25,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:25,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:25,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:25,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:25,454 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:25,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:25,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:25,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:25,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:25,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:25,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:25,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:25,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:25,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:25,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:25,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:25,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:25,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:25,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:25,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:25,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:25,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:25,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:25,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:25,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:25,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:25,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:25,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:25,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:26,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:26,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:26,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:26,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:26,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:26,450 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:26,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:26,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:26,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:26,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:26,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:26,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:26,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:26,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:26,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:26,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:26,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:26,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:26,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:26,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:26,948 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:26,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:26,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:26,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:26,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:26,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:26,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:26,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:26,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:26,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:27,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:27,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:27,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:27,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:27,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:27,448 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:27,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:27,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:27,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:27,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:27,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:27,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:27,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:27,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:27,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:27,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:27,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:27,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:27,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:27,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:27,945 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:27,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:27,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:27,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:27,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:27,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:27,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:27,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:27,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:27,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:28,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:28,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:28,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:28,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:28,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:28,442 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:28,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:28,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:28,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:28,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:28,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:28,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:28,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:28,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:28,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:28,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:28,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:28,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:28,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:28,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:28,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:28,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:28,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:28,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:28,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:28,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:28,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:28,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:29,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:29,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:29,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:29,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:29,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:29,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:29,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:29,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:29,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:29,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:29,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:29,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:29,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:29,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:29,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:29,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:29,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:29,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:29,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:29,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:29,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:29,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:29,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:29,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:29,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:29,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:29,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:29,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:29,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:29,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:30,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:30,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:30,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:30,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:30,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:30,453 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:30,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:30,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:30,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:30,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:30,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:30,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:30,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:30,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:30,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:30,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:30,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:30,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:30,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:30,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:30,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:30,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:30,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:30,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:30,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:30,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:30,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:30,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:30,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:30,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:31,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:31,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:31,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:31,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:31,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:31,448 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:31,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:31,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:31,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:31,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:31,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:31,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:31,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:31,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:31,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:31,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:31,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:31,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:31,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:31,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:31,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:31,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:31,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:31,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:31,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:31,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:31,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:31,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:31,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:31,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:32,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:32,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:32,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:32,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:32,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:32,449 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:32,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:32,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:32,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:32,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:32,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:32,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:32,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:32,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:32,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:32,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:32,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:32,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:32,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:32,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:32,954 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:32,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:32,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:32,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:32,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:32,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:32,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:32,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:32,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:32,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:33,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:33,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:33,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:33,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:33,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:33,459 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:33,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:33,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:33,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:33,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:33,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:33,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:33,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:33,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:33,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:33,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:33,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:33,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:33,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:33,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:33,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:33,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:33,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:33,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:33,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:33,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:33,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:33,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:33,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:33,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:34,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:34,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:34,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:34,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:34,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:34,450 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:34,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:34,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:34,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:34,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:34,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:34,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:34,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:34,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:34,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:34,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:34,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:34,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:34,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:34,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:34,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:34,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:34,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:34,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:34,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:34,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:34,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:35,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:35,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:35,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:35,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:35,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:35,453 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:35,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:35,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:35,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:35,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:35,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:35,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:35,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:35,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:35,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:35,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:35,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:35,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:35,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:35,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:35,957 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:35,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:35,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:35,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:35,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:35,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:35,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:35,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:35,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:35,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,429 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 15:36:36,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 15:36:36,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:36,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:36,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:36,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,513 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,558 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,578 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,596 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,614 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,629 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,667 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,698 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,714 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,765 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,781 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,799 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,825 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,852 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,898 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:36,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:36,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:36,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:36,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:36,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:36,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:36,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:36,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:36,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:36,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:36,922 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:36,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,028 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:37,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:37,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:37,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,053 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,122 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,141 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,164 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,186 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,242 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,292 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,309 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,338 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,356 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,396 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,420 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,438 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:37,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:37,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:37,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,510 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,526 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,575 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,620 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,638 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,662 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,681 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,723 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,744 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,770 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,789 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,836 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,858 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,879 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,910 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,942 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:37,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:37,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:37,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:37,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:37,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:37,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:37,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:37,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:37,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:37,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:37,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:37,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:37,978 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:37,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:37,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,037 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,083 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,175 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,457 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:38,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:38,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:38,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,523 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,541 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,557 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,606 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,624 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,641 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,659 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,675 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,723 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,740 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,756 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,818 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,837 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,863 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,883 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,904 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,974 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,978 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:38,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:38,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:38,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:38,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:38,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:38,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:38,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:38,993 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:38,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:38,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:38,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:38,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:38,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:38,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:38,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,011 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,052 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,069 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,106 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,138 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,169 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,190 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,207 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,247 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,287 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,326 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,362 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,379 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,395 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,472 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:39,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:39,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:39,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,497 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,574 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,590 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,617 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,708 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,733 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,796 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,816 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,833 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,904 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,922 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:39,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:39,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:39,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:39,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:39,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:39,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:39,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:39,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:39,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:39,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:39,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:39,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:39,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:39,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:39,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,014 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,044 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,072 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,110 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,217 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:40,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:40,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:40,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,665 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,691 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,712 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,732 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,761 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,792 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,830 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,848 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,865 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,900 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,947 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:40,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:40,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,971 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:40,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:40,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:40,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:40,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:40,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:40,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:40,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:40,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:40,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:40,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:40,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:40,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:40,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,025 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,050 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,072 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,090 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,105 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,131 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,146 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,233 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,296 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,321 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,343 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,375 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,391 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,408 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,430 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,485 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,494 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:41,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:41,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:41,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,505 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,548 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,598 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,617 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,677 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,695 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,736 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,786 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,806 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,823 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,847 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,901 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:41,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:41,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:41,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:41,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:41,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:41,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:41,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:41,923 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:41,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:41,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:41,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:41,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,005 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:42,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:42,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:42,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,023 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,041 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,058 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,076 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,138 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,463 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:42,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:42,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:42,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,660 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,754 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,772 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 15:36:42,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,806 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 15:36:42,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:42,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:42,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:42,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:42,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:42,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 15:36:42,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:42,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:42,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:42,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:42,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:42,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:42,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:42,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:42,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:46,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:46,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:46,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:46,733 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:36:46,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:46,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:46,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:46,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:46,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:46,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:46,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:46,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:46,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:49,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:49,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:49,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:49,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:49,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:49,473 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-22 15:36:49,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:49,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:49,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:49,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:49,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:49,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:49,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:57,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:57,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:57,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:57,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:57,344 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 15:36:57,490 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 15:36:57,491 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:36:57,491 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 15:36:57,491 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 15:36:57,491 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 15:36:57,491 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 15:36:57,491 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@18ae96e +2015-07-22 15:36:57,492 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 15:36:57,492 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 15:36:57,493 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 15:36:57,493 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 15:36:57,493 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 15:36:57,501 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 15:36:57,501 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:36:57,501 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-22 15:36:57,501 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-22 15:36:57,501 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 15:36:57,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:57,502 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-22 15:36:57,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:57,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:57,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:57,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:57,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:57,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:57,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:57,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:57,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:59,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:36:59,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:36:59,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:36:59,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:36:59,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:36:59,760 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:36:59,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:36:59,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:36:59,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:36:59,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:36:59,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:36:59,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:36:59,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:36:59,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:36:59,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:05,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:37:05,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:37:05,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:37:05,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:37:05,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:37:05,862 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-22 15:37:05,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:37:05,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:37:05,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:37:05,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:37:05,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:05,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:37:05,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:05,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:37:05,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:37:05,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:37:05,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:37:05,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:37:05,883 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + completeTime=? + where + id=? +2015-07-22 15:37:05,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:37:05,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:37:05,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:37:05,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:37:05,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:05,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:37:05,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:12,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 15:37:12,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 15:37:12,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 15:37:12,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 15:37:12,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 15:37:12,024 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 15:37:12,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 15:37:12,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 15:37:12,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 15:37:12,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 15:37:12,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 15:37:12,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 15:37:12,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:12,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 15:37:12,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 15:37:23,317 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-22 15:37:31,227 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 15:37:31,234 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 15:37:31,237 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 15:37:31,240 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 15:37:31,242 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 15:37:31,295 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 15:37:31,414 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 15:37:31,483 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 15:37:31,521 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 15:37:31,558 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 15:37:31,562 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 15:37:31,582 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 15:37:31,583 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 15:37:31,586 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 15:37:31,591 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 15:37:31,673 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 15:37:32,115 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 15:37:32,115 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 15:37:32,133 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 15:37:32,136 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 15:37:32,137 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 15:37:32,138 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 15:37:32,138 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 15:37:32,138 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 15:37:32,138 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 15:37:32,138 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 15:37:32,138 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 15:37:32,139 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 15:37:32,141 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 15:37:32,141 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 15:37:32,145 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 15:37:32,146 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 15:37:32,146 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 15:37:32,146 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 15:37:32,146 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 15:37:32,183 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 15:37:32,363 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 15:37:32,368 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 15:37:32,368 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 15:37:32,380 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 15:37:32,416 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 15:37:32,416 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 15:37:32,416 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:37:32,416 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:37:32,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 15:37:32,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 15:37:32,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:37:32,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:37:32,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 15:37:32,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 15:37:32,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 15:37:32,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 15:37:32,488 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 16:11:14,788 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-22 16:11:14,813 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-22 16:11:14,816 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-22 16:11:14,820 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-22 16:11:14,823 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-22 16:11:15,011 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-22 16:11:15,201 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-22 16:11:15,241 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-22 16:11:15,274 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-22 16:11:15,322 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-22 16:11:15,322 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-22 16:11:15,324 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-22 16:11:15,324 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-22 16:11:15,328 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-22 16:11:15,334 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-22 16:11:15,391 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-22 16:11:16,286 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-22 16:11:16,286 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-22 16:11:16,305 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-22 16:11:16,308 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-22 16:11:16,309 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-22 16:11:16,309 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-22 16:11:16,309 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-22 16:11:16,313 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-22 16:11:16,313 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-22 16:11:16,314 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-22 16:11:16,314 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-22 16:11:16,314 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-22 16:11:16,315 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-22 16:11:16,315 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-22 16:11:16,316 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-22 16:11:16,316 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-22 16:11:16,317 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-22 16:11:16,317 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-22 16:11:16,321 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-22 16:11:16,322 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-22 16:11:16,322 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-22 16:11:16,322 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-22 16:11:16,322 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-22 16:11:16,323 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-22 16:11:16,323 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-22 16:11:16,323 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-22 16:11:16,326 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-22 16:11:16,326 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-22 16:11:16,327 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-22 16:11:16,327 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-22 16:11:16,327 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-22 16:11:16,407 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-22 16:11:16,795 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-22 16:11:16,801 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-22 16:11:16,801 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-22 16:11:16,812 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-22 16:11:17,034 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-22 16:11:17,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-22 16:11:17,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 16:11:17,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 16:11:17,089 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-22 16:11:17,089 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, completetime, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-22 16:11:17,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 16:11:17,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 16:11:17,168 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-22 16:11:17,168 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-22 16:11:17,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-22 16:11:17,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-22 16:11:17,170 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-22 16:11:56,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:11:56,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:11:56,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:11:56,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:11:56,416 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 16:11:56,427 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-22 16:11:56,427 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:11:56,627 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 16:11:56,642 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-22 16:11:56,643 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 16:11:56,648 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 16:11:56,650 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@10627bb +2015-07-22 16:11:56,650 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-22 16:11:56,651 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-22 16:11:56,651 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@10627bb +2015-07-22 16:11:56,652 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-22 16:11:56,653 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-22 16:11:56,653 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@61e08 +2015-07-22 16:11:56,653 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-22 16:11:56,654 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 16:11:56,654 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-22 16:11:56,661 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 16:11:56,661 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 16:11:56,662 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-22 16:11:56,662 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:11:56,685 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-22 16:11:56,685 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-22 16:11:56,686 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:11:56,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:11:56,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:11:56,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:11:56,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:11:56,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:11:56,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:11:56,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:11:56,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:11:56,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:11:56,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:11:56,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:00,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:00,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:00,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:00,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:00,678 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: delete com.lungcare.dicomfile.entity.ReceiveEntity as r where r.id=? +2015-07-22 16:12:00,686 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[DELETE] 'delete' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 'r' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 'r' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:12:00,687 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:12:00,688 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete << begin [level=1, statement=delete] +2015-07-22 16:12:00,689 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (r) -> receiveent0_ +2015-07-22 16:12:00,689 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r -> id +2015-07-22 16:12:00,689 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:12:00,690 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : r.id -> id +2015-07-22 16:12:00,691 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete : finishing up [level=1, statement=delete] +2015-07-22 16:12:00,691 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - delete >> end [level=1, statement=delete] +2015-07-22 16:12:00,691 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[DELETE] DeleteStatement: 'delete' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[r], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1c11fb2} + +2015-07-22 16:12:00,694 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:12:00,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:00,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:00,698 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:12:00,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:00,701 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:00,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:00,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:00,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 16:12:00,708 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:00,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:00,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:00,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 16:12:00,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 16:12:00,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:00,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:00,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:00,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:00,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:00,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:00,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:00,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:00,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:00,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:00,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:00,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:05,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:05,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:05,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:05,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:05,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:05,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:05,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:05,619 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:05,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:05,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:05,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:05,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:05,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:05,625 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:05,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:05,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:05,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:05,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:05,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:05,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:05,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:05,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:05,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:05,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:05,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:05,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:05,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:05,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:08,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:08,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:08,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:08,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:08,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:08,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:08,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:08,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:08,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:08,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:08,635 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:08,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:08,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-22 16:12:08,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:08,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:08,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:08,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:08,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:08,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:08,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-22 16:12:08,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:08,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:08,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:08,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:08,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:08,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:08,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:08,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:11,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:11,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:11,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:11,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:11,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:11,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:11,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:11,775 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:11,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:11,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:11,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:11,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:11,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:11,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:11,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:11,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:11,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:11,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:11,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:11,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:11,783 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:11,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:11,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:11,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:11,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:11,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:11,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:11,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:14,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:14,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:14,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:14,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:14,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:14,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:14,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:14,029 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:14,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:14,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:14,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:14,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:14,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:14,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:14,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:14,035 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:14,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:14,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:14,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:14,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:14,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:14,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:14,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:14,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:14,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:14,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:14,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:14,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:16,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:16,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:16,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:16,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:16,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:16,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:16,021 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:16,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:16,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:16,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:16,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:16,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:16,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:16,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:16,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:16,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:16,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:16,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:16,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:16,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:16,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:16,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:16,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:16,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:16,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:16,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:16,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:16,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:20,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:20,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:20,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:20,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:20,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:20,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:20,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:20,382 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:20,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:20,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:20,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:20,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:20,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:20,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:20,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:20,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:20,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:20,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:20,398 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:20,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:20,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:20,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:20,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:20,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:20,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:20,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:20,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:20,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:24,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:24,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:24,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:24,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:24,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:24,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:24,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:24,168 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:24,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:24,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:24,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:24,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:24,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:24,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:24,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:24,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:24,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:24,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:24,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:24,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:24,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:24,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:24,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:24,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:24,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:24,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:24,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:24,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:30,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:30,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:30,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:30,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:30,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:30,569 DEBUG [org.hibernate.SQL] - + delete + from + ReceiveEntity + where + id=? +2015-07-22 16:12:30,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:30,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:30,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:30,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:30,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:30,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:30,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:30,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:12:30,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:12:30,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:12:30,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:12:30,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:12:30,588 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-22 16:12:30,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:12:30,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:12:30,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:12:30,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:12:30,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:12:30,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:12:30,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:12:30,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:12:30,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:27,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:27,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,012 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, completeTime, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-22 16:13:28,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-22 16:13:28,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,038 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 16:13:28,041 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:13:28,042 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,043 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-22 16:13:28,043 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 16:13:28,043 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-22 16:13:28,043 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:28,044 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-22 16:13:28,044 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-22 16:13:28,044 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-22 16:13:28,045 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-22 16:13:28,045 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-22 16:13:28,045 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-22 16:13:28,047 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1c11fb2} + +2015-07-22 16:13:28,047 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,048 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-22 16:13:28,048 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.completeTime as complete7_0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient13_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo16_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-22 16:13:28,048 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-22 16:13:28,048 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 16:13:28,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:13:28,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:13:28,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,143 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-22 16:13:28,146 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:13:28,168 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,170 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 16:13:28,170 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 16:13:28,171 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:28,171 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@388aa9 +2015-07-22 16:13:28,171 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-22 16:13:28,171 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:28,171 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:28,172 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 16:13:28,173 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 16:13:28,173 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 16:13:28,173 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@388aa9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1c11fb2} + +2015-07-22 16:13:28,173 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,174 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,174 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,265 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,354 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,432 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,455 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,543 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,572 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,602 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,614 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 16:13:28,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:13:28,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:13:28,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,696 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-22 16:13:28,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:28,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:28,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:28,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:28,772 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-22 16:13:28,777 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:13:28,777 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,777 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-22 16:13:28,778 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 16:13:28,779 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 16:13:28,780 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1c11fb2} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1c11fb2} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1c11fb2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1c11fb2} + +2015-07-22 16:13:28,780 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,780 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:28,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:28,780 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-22 16:13:28,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:28,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:28,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:28,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:28,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:28,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:28,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:29,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:29,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:29,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:29,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:29,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-22 16:13:29,116 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.completeTime as complete7_0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient13_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo16_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-22 16:13:29,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-22 16:13:29,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-22 16:13:29,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-22 16:13:29,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-22 16:13:29,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-22 16:13:29,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-22 16:13:29,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:29,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-22 16:13:29,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-22 16:13:37,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-22 16:13:37,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-22 16:13:37,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-22 16:13:37,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-22 16:13:37,354 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-22 16:13:37,366 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-22 16:13:37,366 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-22 16:13:37,366 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-22 16:13:37,366 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-22 16:13:37,366 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:37,367 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@10627bb +2015-07-22 16:13:37,368 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-22 16:13:37,368 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-22 16:13:37,368 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1c11fb2 +2015-07-22 16:13:37,368 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-22 16:13:37,368 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-22 16:13:37,368 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-22 16:13:37,369 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@10627bb} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1c11fb2} + diff --git a/src/main/webapp/WEB-INF/logs/ssh.log.2 b/src/main/webapp/WEB-INF/logs/ssh.log.2 new file mode 100644 index 0000000..c672522 --- /dev/null +++ b/src/main/webapp/WEB-INF/logs/ssh.log.2 @@ -0,0 +1,129600 @@ +2015-06-28 13:23:36,596 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 13:23:36,630 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:23:36 CST 2015]; root of context hierarchy +2015-06-28 13:23:36,694 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 13:23:36,911 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 13:23:36,913 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 13:23:36,994 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 13:23:37,238 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 13:23:37,245 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 13:23:37,260 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@472b644e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:23:37,395 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 13:23:37,756 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 13:23:38,553 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3541fcda] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 13:23:38,556 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1959 ms +2015-06-28 13:31:23,223 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 13:31:23,267 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:31:23 CST 2015]; root of context hierarchy +2015-06-28 13:31:23,326 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 13:31:23,471 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 13:31:23,475 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 13:31:23,585 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 13:31:23,751 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 13:31:23,765 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 13:31:23,788 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@789caeb2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:31:23,919 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 13:31:24,306 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 13:31:25,017 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@25b5dab5] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 13:31:25,020 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1796 ms +2015-06-28 13:33:30,222 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:34:48,974 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 13:31:23 CST 2015]; root of context hierarchy +2015-06-28 13:34:48,974 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@789caeb2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:34:48,990 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-28 13:34:54,653 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 13:34:54,685 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:34:54 CST 2015]; root of context hierarchy +2015-06-28 13:34:54,732 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 13:34:54,826 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 13:34:54,826 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 13:34:54,932 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 13:34:55,127 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 13:34:55,134 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 13:34:55,151 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6fb117f0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:34:55,233 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 13:34:55,577 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 13:34:56,223 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bf3f158] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 13:34:56,225 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1572 ms +2015-06-28 13:35:09,303 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 13:34:54 CST 2015]; root of context hierarchy +2015-06-28 13:35:09,304 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6fb117f0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:35:09,308 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-28 13:35:15,479 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 13:35:15,509 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:35:15 CST 2015]; root of context hierarchy +2015-06-28 13:35:15,565 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 13:35:15,662 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 13:35:15,662 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 13:35:15,751 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 13:35:15,913 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 13:35:15,919 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 13:35:15,936 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7a5876a5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:35:16,028 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 13:35:16,388 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 13:35:17,102 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@32406f2f] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 13:35:17,106 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1627 ms +2015-06-28 13:42:48,447 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 13:42:48,485 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 13:42:48 CST 2015]; root of context hierarchy +2015-06-28 13:42:48,559 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 13:42:48,729 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 13:42:48,731 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 13:42:48,805 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 13:42:49,043 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 13:42:49,049 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 13:42:49,068 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@63871f70: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 13:42:49,242 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 13:42:49,677 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 13:42:50,242 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@6a6215db] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 13:42:50,242 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1794 ms +2015-06-28 13:44:00,928 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:44:10,619 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:44:30,378 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:45:02,379 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:46:00,273 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:46:16,046 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:48:23,622 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:49:39,623 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:49:52,325 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:52:10,898 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:53:49,476 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:56:06,572 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:56:29,191 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:57:01,037 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 13:59:20,800 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:01:36,928 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:03:42,530 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:05:27,710 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:08:23,554 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:09:59,958 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:10:51,298 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:11:26,422 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:26:41,545 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 14:40:38,224 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-28 15:12:54,470 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 15:12:54,514 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:12:54 CST 2015]; root of context hierarchy +2015-06-28 15:12:54,605 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 15:12:54,966 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 15:12:54,972 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 15:12:55,121 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 15:12:55,453 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 15:12:55,461 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 15:12:55,484 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@59737b19: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 15:12:55,983 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 15:12:56,441 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 15:12:57,581 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1effd40a] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 15:12:57,584 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3114 ms +2015-06-28 15:12:57,663 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 13:42:48 CST 2015]; root of context hierarchy +2015-06-28 15:12:57,681 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@63871f70: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 15:12:57,842 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-28 15:13:15,805 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 15:13:15,877 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:13:15 CST 2015]; root of context hierarchy +2015-06-28 15:13:15,953 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 15:13:16,207 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 15:13:16,207 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 15:13:16,675 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 15:13:18,930 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 15:13:18,978 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 15:13:18,992 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d4db2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 15:13:20,229 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 15:13:22,409 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 15:13:24,137 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@6c836257] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 15:13:24,140 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 8335 ms +2015-06-28 15:20:49,891 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 15:20:49,938 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:20:49 CST 2015]; root of context hierarchy +2015-06-28 15:20:50,006 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 15:20:50,165 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 15:20:50,168 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 15:20:50,301 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 15:20:50,559 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 15:20:50,574 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 15:20:50,594 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1619c695: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 15:20:50,969 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 15:20:51,439 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 15:20:52,373 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@77f85f8c] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 15:20:52,376 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2485 ms +2015-06-28 15:20:56,711 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Sun Jun 28 15:12:54 CST 2015]; root of context hierarchy +2015-06-28 15:20:56,715 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@59737b19: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 15:20:56,728 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-28 15:21:03,710 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-28 15:21:03,743 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Sun Jun 28 15:21:03 CST 2015]; root of context hierarchy +2015-06-28 15:21:03,860 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-28 15:21:04,004 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-28 15:21:04,004 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-28 15:21:04,107 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-28 15:21:04,329 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/D:/project/myeclipseWorkspace/transfermaven%20Maven%20Webapp/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-28 15:21:04,336 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-28 15:21:04,351 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fee71ac: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-28 15:21:04,959 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-28 15:21:05,371 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-28 15:21:06,159 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3c643130] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-28 15:21:06,162 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2452 ms +2015-06-28 15:23:07,359 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 13:10:49,956 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-29 13:10:49,994 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 13:10:49 CST 2015]; root of context hierarchy +2015-06-29 13:10:50,039 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-29 13:10:50,370 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-29 13:10:50,373 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-29 13:10:50,733 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-29 13:10:51,010 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-29 13:10:51,015 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-29 13:10:51,029 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38ba04: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-29 13:10:51,232 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-29 13:10:51,529 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-29 13:10:56,775 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@25b3d5] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-29 13:10:56,777 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 6808 ms +2015-06-29 15:39:07,236 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-29 15:39:07,280 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 15:39:07 CST 2015]; root of context hierarchy +2015-06-29 15:39:07,352 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-29 15:39:07,546 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-29 15:39:07,549 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-29 15:39:07,618 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-29 15:39:07,766 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-29 15:39:07,776 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-29 15:39:07,788 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ea06a1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-29 15:39:08,016 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-29 15:39:08,307 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-29 15:39:09,510 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d73856] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-29 15:39:09,512 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2276 ms +2015-06-29 15:57:31,724 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-29 15:57:31,761 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 15:57:31 CST 2015]; root of context hierarchy +2015-06-29 15:57:31,802 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-29 15:57:31,944 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-29 15:57:31,946 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-29 15:57:32,046 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-29 15:57:32,195 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-29 15:57:32,201 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-29 15:57:32,212 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@21801b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-29 15:57:32,393 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-29 15:57:32,656 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-29 15:57:33,304 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@633079] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-29 15:57:33,306 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1581 ms +2015-06-29 16:39:58,280 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 16:40:49,396 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 16:52:29,357 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 16:53:26,412 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 16:56:07,209 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 17:15:42,982 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 17:17:04,044 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-29 17:17:04,085 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 17:17:04 CST 2015]; root of context hierarchy +2015-06-29 17:17:04,143 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-29 17:17:04,353 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-29 17:17:04,355 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-29 17:17:04,464 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-29 17:17:04,622 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-29 17:17:04,629 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-29 17:17:04,647 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f8e761: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-29 17:17:04,866 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-29 17:17:05,156 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-29 17:17:05,991 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d73856] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-29 17:17:05,994 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1950 ms +2015-06-29 17:18:11,962 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 22:22:21,713 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-29 22:22:21,751 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 22:22:21 CST 2015]; root of context hierarchy +2015-06-29 22:22:21,810 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-29 22:22:22,032 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-29 22:22:22,035 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-29 22:22:22,130 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-29 22:22:22,282 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-29 22:22:22,290 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-29 22:22:22,300 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1097438: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-29 22:22:22,504 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-29 22:22:22,749 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-29 22:22:23,384 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1669fc6] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-29 22:22:23,386 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1665 ms +2015-06-29 22:58:21,753 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 22:59:27,073 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 23:01:35,216 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-29 23:01:35,241 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jun 29 23:01:35 CST 2015]; root of context hierarchy +2015-06-29 23:01:35,294 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-29 23:01:35,403 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-29 23:01:35,406 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-29 23:01:35,470 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-29 23:01:35,588 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-29 23:01:35,593 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-29 23:01:35,704 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5d6633: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-29 23:01:35,786 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-29 23:01:36,033 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-29 23:01:36,609 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14b6df0] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-29 23:01:36,612 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1394 ms +2015-06-29 23:06:24,945 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 23:07:40,688 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 23:08:56,979 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-29 23:09:42,449 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-30 09:14:08,732 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 09:14:08,774 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 09:14:08 CST 2015]; root of context hierarchy +2015-06-30 09:14:08,816 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 09:14:08,939 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 09:14:08,942 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 09:14:09,033 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 09:14:09,251 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 09:14:09,256 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 09:14:09,268 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e7799: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 09:14:09,342 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 09:14:09,596 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 09:14:10,226 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e1542f] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 09:14:10,228 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1480 ms +2015-06-30 10:04:36,684 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-30 10:09:23,431 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 10:09:23,484 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 10:09:23 CST 2015]; root of context hierarchy +2015-06-30 10:09:23,567 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 10:09:23,678 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 10:09:23,679 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 10:09:23,771 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 10:09:23,913 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 10:09:23,918 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 10:09:24,028 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1300853: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 10:09:24,123 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 10:09:24,398 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 10:09:25,075 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a52c90] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 10:09:25,077 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1645 ms +2015-06-30 10:10:11,328 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-30 10:53:49,107 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-30 10:54:54,554 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-06-30 11:02:49,294 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 10:09:23 CST 2015]; root of context hierarchy +2015-06-30 11:02:49,295 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1300853: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 11:02:49,518 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 11:02:58,053 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 11:02:58,085 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 11:02:58 CST 2015]; root of context hierarchy +2015-06-30 11:02:58,123 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 11:02:58,208 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 11:02:58,208 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 11:02:58,286 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 11:02:58,427 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 11:02:58,434 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 11:02:58,445 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19117b7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 11:02:58,543 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 11:02:58,887 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 11:03:00,001 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f78ad9] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 11:03:00,003 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1950 ms +2015-06-30 14:25:50,601 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 14:25:50,627 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:25:50 CST 2015]; root of context hierarchy +2015-06-30 14:25:50,687 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 14:25:50,924 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 14:25:50,925 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 14:25:51,006 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 14:25:51,194 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 14:25:51,204 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 14:25:51,226 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d8e0dc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 14:25:51,337 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 14:25:51,687 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 14:25:52,354 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1588db6] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 14:25:52,357 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1755 ms +2015-06-30 14:40:22,226 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 14:40:23,008 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 14:25:50 CST 2015]; root of context hierarchy +2015-06-30 14:40:23,009 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d8e0dc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 14:40:23,013 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 14:40:28,908 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 14:40:28,930 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:40:28 CST 2015]; root of context hierarchy +2015-06-30 14:40:28,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 14:40:29,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 14:40:29,070 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 14:40:29,225 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 14:40:29,472 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 14:40:29,476 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 14:40:29,490 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bde4ac: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 14:40:29,719 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 14:40:30,280 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 14:40:31,092 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@133e7a1] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 14:40:31,095 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2186 ms +2015-06-30 14:47:23,054 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 14:49:12,932 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 14:49:12,965 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:49:12 CST 2015]; root of context hierarchy +2015-06-30 14:49:13,011 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 14:49:13,329 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 14:49:13,332 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 14:49:13,417 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 14:49:13,542 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 14:49:13,547 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 14:49:13,665 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e98f4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 14:49:13,761 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 14:49:14,006 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 14:49:14,877 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11f3c4e] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 14:49:14,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1947 ms +2015-06-30 14:49:52,523 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 14:53:28,873 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 14:49:12 CST 2015]; root of context hierarchy +2015-06-30 14:53:28,874 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e98f4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 14:53:28,877 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 14:53:34,935 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 14:53:34,957 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 14:53:34 CST 2015]; root of context hierarchy +2015-06-30 14:53:34,995 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 14:53:35,283 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 14:53:35,283 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 14:53:35,437 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 14:53:35,676 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 14:53:35,683 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 14:53:35,696 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6f4689: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 14:53:35,767 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 14:53:36,155 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 14:53:37,157 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@22053a] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 14:53:37,160 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2225 ms +2015-06-30 14:53:47,728 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 14:56:09,253 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 15:12:00,204 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 17:34:48,700 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 14:53:34 CST 2015]; root of context hierarchy +2015-06-30 17:34:49,059 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6f4689: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 17:34:51,822 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 17:35:12,020 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 17:35:12,068 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 17:35:12 CST 2015]; root of context hierarchy +2015-06-30 17:35:12,123 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 17:35:12,212 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 17:35:12,212 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 17:35:12,348 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 17:35:12,505 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 17:35:12,509 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 17:35:12,519 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2d176: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 17:35:12,604 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 17:35:12,890 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 17:35:14,913 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ea2b4b] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 17:35:14,916 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2895 ms +2015-06-30 17:49:02,227 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-06-30 17:52:06,790 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 17:35:12 CST 2015]; root of context hierarchy +2015-06-30 17:52:06,791 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2d176: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 17:52:06,794 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 17:52:12,814 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 17:52:12,835 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 17:52:12 CST 2015]; root of context hierarchy +2015-06-30 17:52:12,874 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 17:52:12,940 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 17:52:12,940 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 17:52:13,020 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 17:52:13,157 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 17:52:13,161 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 17:52:13,174 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9c79: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 17:52:13,237 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 17:52:13,508 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 17:52:14,514 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@50710f] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 17:52:14,516 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1701 ms +2015-06-30 18:03:03,616 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 17:52:12 CST 2015]; root of context hierarchy +2015-06-30 18:03:03,617 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9c79: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 18:03:03,622 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 18:03:10,840 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 18:03:10,904 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 18:03:10 CST 2015]; root of context hierarchy +2015-06-30 18:03:10,964 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 18:03:11,030 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 18:03:11,030 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 18:03:11,164 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 18:03:11,306 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 18:03:11,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 18:03:11,327 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2a7504: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 18:03:11,414 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 18:03:11,728 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 18:03:13,999 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2a7504: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 19:23:25,895 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 19:23:25,923 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 19:23:25 CST 2015]; root of context hierarchy +2015-06-30 19:23:26,033 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 19:23:26,555 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 19:23:26,589 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 19:23:26,946 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 19:23:27,184 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 19:23:27,189 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 19:23:27,208 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a5b39c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 19:23:28,066 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 19:23:28,659 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 19:23:30,681 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@feaf9c] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 19:23:30,683 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 4788 ms +2015-06-30 19:28:56,111 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Tue Jun 30 19:23:25 CST 2015]; root of context hierarchy +2015-06-30 19:28:56,114 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a5b39c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 19:28:56,130 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-06-30 19:29:04,953 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 19:29:04,982 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 19:29:04 CST 2015]; root of context hierarchy +2015-06-30 19:29:05,029 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 19:29:05,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 19:29:05,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 19:29:05,357 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 19:29:05,486 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 19:29:05,492 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 19:29:05,507 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e244b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 19:29:05,585 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 19:29:05,835 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 19:29:06,722 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3b8d23] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 19:29:06,724 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1770 ms +2015-06-30 19:32:01,821 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-06-30 19:32:01,853 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jun 30 19:32:01 CST 2015]; root of context hierarchy +2015-06-30 19:32:01,897 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-06-30 19:32:02,031 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-06-30 19:32:02,034 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-06-30 19:32:02,126 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-06-30 19:32:02,252 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-06-30 19:32:02,257 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-06-30 19:32:02,367 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@170146: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-06-30 19:32:02,447 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-06-30 19:32:02,731 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-06-30 19:32:03,416 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@185aa63] of Hibernate SessionFactory for HibernateTransactionManager +2015-06-30 19:32:03,418 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1597 ms +2015-06-30 19:43:53,302 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 09:15:49,929 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 09:15:49,970 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 09:15:49 CST 2015]; root of context hierarchy +2015-07-01 09:15:50,029 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 09:15:50,348 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 09:15:50,350 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 09:15:50,438 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 09:15:50,854 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 09:15:50,859 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 09:15:50,880 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f1e723: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 09:15:51,096 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 09:15:51,328 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 09:15:52,024 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f992df] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 09:15:52,026 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2085 ms +2015-07-01 09:18:05,048 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 09:15:49 CST 2015]; root of context hierarchy +2015-07-01 09:18:05,054 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f1e723: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 09:18:05,059 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 09:18:11,794 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 09:18:11,855 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 09:18:11 CST 2015]; root of context hierarchy +2015-07-01 09:18:11,923 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 09:18:11,999 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 09:18:11,999 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 09:18:12,087 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 09:18:12,246 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 09:18:12,250 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 09:18:12,263 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6d5af1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 09:18:12,348 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 09:18:13,197 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 09:18:13,816 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@bc78ed] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 09:18:13,818 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2023 ms +2015-07-01 09:19:15,807 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 09:18:11 CST 2015]; root of context hierarchy +2015-07-01 09:19:15,808 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6d5af1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 09:19:15,810 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 09:19:20,674 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 09:19:20,695 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 09:19:20 CST 2015]; root of context hierarchy +2015-07-01 09:19:20,733 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 09:19:20,828 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 09:19:20,828 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 09:19:20,911 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 09:19:21,025 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 09:19:21,030 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 09:19:21,040 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fe35d2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 09:19:21,119 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 09:19:21,359 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 09:19:22,021 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b3a89a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 09:19:22,023 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1349 ms +2015-07-01 10:09:36,618 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 09:19:20 CST 2015]; root of context hierarchy +2015-07-01 10:09:36,619 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fe35d2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 10:09:36,624 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 10:09:41,735 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 10:09:41,760 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 10:09:41 CST 2015]; root of context hierarchy +2015-07-01 10:09:41,801 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 10:09:41,863 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 10:09:41,863 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 10:09:41,949 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 10:09:42,064 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 10:09:42,068 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 10:09:42,077 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d8a759: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 10:09:42,158 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 10:09:42,392 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 10:09:43,024 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d6d2a6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 10:09:43,026 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1290 ms +2015-07-01 10:09:56,861 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 10:09:41 CST 2015]; root of context hierarchy +2015-07-01 10:09:56,862 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d8a759: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 10:09:56,864 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 10:10:01,895 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 10:10:01,941 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 10:10:01 CST 2015]; root of context hierarchy +2015-07-01 10:10:02,145 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 10:10:02,209 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 10:10:02,209 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 10:10:02,297 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 10:10:02,415 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 10:10:02,419 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 10:10:02,430 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5a1699: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 10:10:02,502 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 10:10:02,769 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 10:10:04,533 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5a1699: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 10:10:04,534 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.JettyRunMojo.restartWebApp(JettyRunMojo.java:435) + at org.mortbay.jetty.plugin.JettyRunMojo$1.filesChanged(JettyRunMojo.java:394) + at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:691) + at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:551) + at org.eclipse.jetty.util.Scanner.scan(Scanner.java:403) + at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:353) + at java.util.TimerThread.mainLoop(Timer.java:512) + at java.util.TimerThread.run(Timer.java:462) +Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + ... 30 more +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + ... 32 more +Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + ... 43 more +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + ... 45 more +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) + ... 58 more +Caused by: java.lang.OutOfMemoryError: PermGen space + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(ClassLoader.java:621) + at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) + at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) + at java.net.URLClassLoader.access$000(URLClassLoader.java:56) + at java.net.URLClassLoader$1.run(URLClassLoader.java:195) + at java.security.AccessController.doPrivileged(Native Method) + at java.net.URLClassLoader.findClass(URLClassLoader.java:188) + at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421) + at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) + at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(ClassLoader.java:621) + at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) + at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) + at java.net.URLClassLoader.access$000(URLClassLoader.java:56) + at java.net.URLClassLoader$1.run(URLClassLoader.java:195) + at java.security.AccessController.doPrivileged(Native Method) + at java.net.URLClassLoader.findClass(URLClassLoader.java:188) + at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421) + at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) + at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) + at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84) + at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:267) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341) + at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) + at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) +2015-07-01 10:45:01,482 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 10:45:01,511 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 10:45:01 CST 2015]; root of context hierarchy +2015-07-01 10:45:01,557 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 10:45:01,672 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 10:45:01,675 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 10:45:01,761 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 10:45:01,904 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 10:45:01,908 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 10:45:02,033 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137a8ec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 10:45:02,113 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 10:45:02,366 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 10:45:02,968 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bd56d0] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 10:45:02,971 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1488 ms +2015-07-01 11:50:07,403 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-07-01 11:50:25,524 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - downloadFile +2015-07-01 11:53:45,785 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 10:45:01 CST 2015]; root of context hierarchy +2015-07-01 11:53:45,786 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137a8ec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 11:53:45,791 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 11:53:50,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 11:53:50,907 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 11:53:50 CST 2015]; root of context hierarchy +2015-07-01 11:53:50,951 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 11:53:51,050 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 11:53:51,050 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 11:53:51,158 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 11:53:51,268 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 11:53:51,288 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 11:53:51,297 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18e2443: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 11:53:51,558 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 11:53:51,793 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 11:53:52,395 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11adf07] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 11:53:52,400 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1520 ms +2015-07-01 11:53:55,791 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 11:53:50 CST 2015]; root of context hierarchy +2015-07-01 11:53:55,792 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18e2443: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 11:53:55,802 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 11:54:00,279 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 11:54:00,300 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 11:54:00 CST 2015]; root of context hierarchy +2015-07-01 11:54:00,334 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 11:54:00,564 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 11:54:00,564 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 11:54:00,644 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 11:54:00,745 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 11:54:00,749 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 11:54:00,759 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b3f01d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 11:54:00,822 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 11:54:01,053 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 11:54:01,658 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a26054] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 11:54:01,660 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1381 ms +2015-07-01 12:29:31,492 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:29:31,517 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:29:31 CST 2015]; root of context hierarchy +2015-07-01 12:29:31,564 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:29:31,672 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:29:31,676 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:29:31,768 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:29:31,903 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:29:31,911 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:29:32,024 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c4bc6d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:29:32,104 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:29:32,371 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:29:33,010 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e8065e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:29:33,012 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1520 ms +2015-07-01 12:32:06,161 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:29:31 CST 2015]; root of context hierarchy +2015-07-01 12:32:06,161 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c4bc6d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:32:06,165 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:32:12,296 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:32:12,318 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:32:12 CST 2015]; root of context hierarchy +2015-07-01 12:32:12,355 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:32:12,573 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:32:12,573 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:32:12,652 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:32:12,856 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:32:12,862 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:32:12,912 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@75b3b6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:32:13,089 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:32:13,551 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:32:14,255 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@ed6dee] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:32:14,257 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1960 ms +2015-07-01 12:34:27,583 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:32:12 CST 2015]; root of context hierarchy +2015-07-01 12:34:27,584 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@75b3b6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:34:27,587 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:34:34,040 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:34:34,061 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:34:34 CST 2015]; root of context hierarchy +2015-07-01 12:34:34,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:34:34,182 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:34:34,182 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:34:34,285 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:34:34,408 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:34:34,412 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:34:34,423 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c2f254: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:34:34,505 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:34:34,755 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:34:35,407 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@35fcce] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:34:35,410 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1370 ms +2015-07-01 12:37:09,286 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:34:34 CST 2015]; root of context hierarchy +2015-07-01 12:37:09,287 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c2f254: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:37:09,290 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:37:14,952 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:37:14,975 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:37:14 CST 2015]; root of context hierarchy +2015-07-01 12:37:15,025 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:37:15,084 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:37:15,084 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:37:15,201 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:37:15,313 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:37:15,320 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:37:15,328 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16015c5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:37:15,383 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:37:15,630 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:37:16,305 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@185ed94] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:37:16,307 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1355 ms +2015-07-01 12:40:08,730 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:40:08,757 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:40:08 CST 2015]; root of context hierarchy +2015-07-01 12:40:08,805 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:40:08,941 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:40:08,943 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:40:09,032 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:40:09,258 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:40:09,262 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:40:09,275 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4c535d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:40:09,430 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:40:09,705 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:40:10,281 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@17f3202] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:40:10,283 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1552 ms +2015-07-01 12:44:13,720 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:37:14 CST 2015]; root of context hierarchy +2015-07-01 12:44:13,721 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16015c5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:44:13,751 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:44:14,427 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:40:08 CST 2015]; root of context hierarchy +2015-07-01 12:44:14,428 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4c535d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:44:14,433 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:44:23,627 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:44:23,717 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:44:23 CST 2015]; root of context hierarchy +2015-07-01 12:44:23,819 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:44:23,986 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:44:23,987 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:44:24,277 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:44:24,451 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:44:24,456 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:44:24,467 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b4580: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:44:24,566 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:44:24,867 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:44:25,261 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:44:25,301 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:44:25 CST 2015]; root of context hierarchy +2015-07-01 12:44:25,367 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:44:25,491 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:44:25,491 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:44:25,670 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:44:25,961 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13d09cd] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:44:25,963 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2336 ms +2015-07-01 12:44:26,008 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:44:26,112 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:44:26,121 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e879e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:44:26,277 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:44:27,509 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:44:28,729 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f28508] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:44:28,731 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3470 ms +2015-07-01 12:46:39,956 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:44:23 CST 2015]; root of context hierarchy +2015-07-01 12:46:39,957 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b4580: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:46:39,961 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:46:41,346 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:44:25 CST 2015]; root of context hierarchy +2015-07-01 12:46:41,346 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e879e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:46:41,349 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:46:50,219 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:46:50,242 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:46:50 CST 2015]; root of context hierarchy +2015-07-01 12:46:50,280 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:46:50,345 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:46:50,345 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:46:50,406 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:46:50,515 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:46:50,519 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:46:50,528 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fa391e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:46:50,591 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:46:50,817 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:46:51,407 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@182c0e6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:46:51,409 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1190 ms +2015-07-01 12:50:31,598 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:50:31,624 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:50:31 CST 2015]; root of context hierarchy +2015-07-01 12:50:31,672 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:50:31,803 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:50:31,807 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:50:31,896 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:50:32,024 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:50:32,029 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:50:32,141 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fd07df: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:50:32,228 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:50:32,482 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:50:33,061 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e8d9a5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:50:33,063 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1464 ms +2015-07-01 12:58:49,405 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:58:49,430 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:58:49 CST 2015]; root of context hierarchy +2015-07-01 12:58:49,479 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:58:49,611 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:58:49,614 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:58:49,711 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:58:49,842 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:58:49,852 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:58:49,975 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ebdb3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:58:50,082 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:58:50,337 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:58:50,922 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1466679] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:58:50,924 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1518 ms +2015-07-01 12:58:59,578 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:50:31 CST 2015]; root of context hierarchy +2015-07-01 12:58:59,579 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fd07df: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:58:59,583 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 12:59:04,788 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 12:59:04,809 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 12:59:04 CST 2015]; root of context hierarchy +2015-07-01 12:59:04,858 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 12:59:04,930 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 12:59:04,930 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 12:59:05,035 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 12:59:05,313 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 12:59:05,317 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 12:59:05,326 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1935089: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 12:59:05,392 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 12:59:05,652 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 12:59:06,282 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1cd5d1f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 12:59:06,284 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1496 ms +2015-07-01 13:08:18,188 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:58:49 CST 2015]; root of context hierarchy +2015-07-01 13:08:18,188 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ebdb3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:08:18,193 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 13:08:25,021 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:08:25,055 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:08:25 CST 2015]; root of context hierarchy +2015-07-01 13:08:25,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:08:25,215 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:08:25,218 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:08:25,311 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:08:25,440 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 12:59:04 CST 2015]; root of context hierarchy +2015-07-01 13:08:25,440 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1935089: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:08:25,462 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 13:08:25,637 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:08:25,641 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:08:25,655 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7f04d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:08:25,812 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:08:26,256 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:08:27,570 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fde7bf] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:08:27,572 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2551 ms +2015-07-01 13:08:34,322 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:08:34,344 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:08:34 CST 2015]; root of context hierarchy +2015-07-01 13:08:34,438 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:08:34,557 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:08:34,557 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:08:34,685 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:08:34,843 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:08:34,856 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:08:34,870 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15ce015: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:08:34,946 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:08:35,214 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:08:36,073 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@31514f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:08:36,075 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1753 ms +2015-07-01 13:11:01,757 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:11:01,784 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:11:01 CST 2015]; root of context hierarchy +2015-07-01 13:11:01,836 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:11:02,012 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:11:02,014 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:11:02,120 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:11:02,369 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:11:02,373 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:11:02,394 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134fc1a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:11:02,493 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:11:02,843 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:11:03,541 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@73d10f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:11:03,543 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1786 ms +2015-07-01 13:18:19,444 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 13:11:01 CST 2015]; root of context hierarchy +2015-07-01 13:18:19,445 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134fc1a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:18:19,450 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 13:18:24,423 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:18:24,442 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:18:24 CST 2015]; root of context hierarchy +2015-07-01 13:18:24,485 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:18:24,554 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:18:24,554 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:18:24,654 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:18:24,876 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:18:24,880 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:18:24,910 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a5ddd: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:18:25,041 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:18:25,335 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:18:25,909 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@8684b1] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:18:25,911 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1488 ms +2015-07-01 13:21:45,361 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:21:45,384 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:21:45 CST 2015]; root of context hierarchy +2015-07-01 13:21:45,447 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:21:45,564 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:21:45,568 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:21:45,657 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:21:45,786 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:21:45,791 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:21:45,903 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@116a6bf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:21:45,978 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:21:46,234 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:21:46,832 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1114e8] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:21:46,834 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1472 ms +2015-07-01 13:39:59,530 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:39:59,582 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:39:59 CST 2015]; root of context hierarchy +2015-07-01 13:39:59,662 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:39:59,829 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:39:59,832 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:39:59,921 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:40:00,074 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:40:00,080 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:40:00,191 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13a828: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:40:00,285 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:40:00,556 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:40:01,314 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@de8aa5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:40:01,316 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1786 ms +2015-07-01 13:42:16,914 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 13:42:42,145 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 13:56:30,088 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 13:56:30,115 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 13:56:30 CST 2015]; root of context hierarchy +2015-07-01 13:56:30,157 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 13:56:30,300 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 13:56:30,302 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 13:56:30,391 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 13:56:30,515 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 13:56:30,519 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 13:56:30,631 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15dd521: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 13:56:30,704 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 13:56:30,956 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 13:56:31,567 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@15099a1] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 13:56:31,569 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1481 ms +2015-07-01 14:34:34,174 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 15:14:02,558 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 15:17:06,313 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 15:17:06,349 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 15:17:06 CST 2015]; root of context hierarchy +2015-07-01 15:17:06,419 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 15:17:06,671 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 15:17:06,674 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 15:17:06,759 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 15:17:06,904 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 15:17:06,909 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 15:17:07,021 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ce1d9a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 15:17:07,160 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 15:17:07,431 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 15:17:08,228 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@128ef7d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 15:17:08,234 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1921 ms +2015-07-01 15:17:24,890 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 16:05:10,002 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 16:05:10,039 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 16:05:10 CST 2015]; root of context hierarchy +2015-07-01 16:05:10,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 16:05:10,287 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 16:05:10,290 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 16:05:10,396 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 16:05:10,549 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 16:05:10,554 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 16:05:10,679 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e54538: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 16:05:10,769 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 16:05:11,069 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 16:05:11,817 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@757fad] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 16:05:11,819 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1817 ms +2015-07-01 16:30:26,308 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 16:30:26,331 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 16:30:26 CST 2015]; root of context hierarchy +2015-07-01 16:30:26,398 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 16:30:26,623 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 16:30:26,625 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 16:30:26,727 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 16:30:26,957 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 16:30:26,961 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 16:30:26,976 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@178cce2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 16:30:27,154 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 16:30:27,428 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 16:30:28,223 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12ccf48] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 16:30:28,228 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1920 ms +2015-07-01 16:40:27,799 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 16:40:27,857 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 16:40:27 CST 2015]; root of context hierarchy +2015-07-01 16:40:27,927 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 16:40:28,099 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 16:40:28,102 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 16:40:28,203 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 16:40:28,355 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 16:40:28,373 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 16:40:28,489 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7c5e87: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 16:40:28,576 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 16:40:28,872 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 16:40:29,625 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a7ff2e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 16:40:29,627 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1827 ms +2015-07-01 18:11:59,594 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 18:11:59,610 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 18:11:59 CST 2015]; root of context hierarchy +2015-07-01 18:11:59,658 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 18:11:59,767 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 18:11:59,767 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 18:11:59,861 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 18:11:59,985 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 18:12:00,001 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 18:12:00,001 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@119e82c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 18:12:00,157 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 18:12:00,407 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 18:12:00,999 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16d864e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 18:12:01,015 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1421 ms +2015-07-01 18:44:34,282 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 18:44:34,307 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 18:44:34 CST 2015]; root of context hierarchy +2015-07-01 18:44:34,355 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 18:44:34,505 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 18:44:34,507 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 18:44:34,596 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 18:44:34,836 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 18:44:34,843 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 18:44:34,855 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ac8c3d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 18:44:34,956 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 18:44:35,195 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 18:44:35,920 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@5f8ddb] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 18:44:35,922 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1639 ms +2015-07-01 18:50:49,310 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:05:05,552 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 19:05:05,582 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 19:05:05 CST 2015]; root of context hierarchy +2015-07-01 19:05:05,628 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 19:05:05,735 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 19:05:05,746 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 19:05:05,827 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 19:05:05,961 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 19:05:05,967 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 19:05:05,976 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1077092: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 19:05:06,057 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 19:05:06,378 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 19:05:06,940 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13bc99b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 19:05:06,942 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1390 ms +2015-07-01 19:16:24,214 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:27:43,999 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 19:27:44,030 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 19:27:44 CST 2015]; root of context hierarchy +2015-07-01 19:27:44,063 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 19:27:44,204 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 19:27:44,204 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 19:27:44,314 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 19:27:44,434 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 19:27:44,438 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 19:27:44,448 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e8e72: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 19:27:44,623 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 19:27:44,873 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 19:27:45,465 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c1918e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 19:27:45,465 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1466 ms +2015-07-01 19:28:13,410 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:32:41,138 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:39:04,936 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:46:28,531 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 19:27:44 CST 2015]; root of context hierarchy +2015-07-01 19:46:28,531 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11e8e72: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 19:46:29,000 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 19:46:35,490 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 19:46:35,522 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 19:46:35 CST 2015]; root of context hierarchy +2015-07-01 19:46:35,553 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 19:46:35,630 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 19:46:35,630 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 19:46:35,724 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 19:46:35,833 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 19:46:35,849 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 19:46:35,849 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@178ddf4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 19:46:35,927 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 19:46:36,161 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 19:46:36,988 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@24539d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 19:46:36,988 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1498 ms +2015-07-01 19:47:31,473 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:48:03,643 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:48:47,800 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:56:59,612 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 19:57:31,370 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 20:01:58,151 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 19:46:35 CST 2015]; root of context hierarchy +2015-07-01 20:01:58,152 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@178ddf4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 20:01:58,157 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 20:02:03,328 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 20:02:03,350 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 20:02:03 CST 2015]; root of context hierarchy +2015-07-01 20:02:03,387 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 20:02:03,456 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 20:02:03,457 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 20:02:03,684 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 20:02:03,800 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 20:02:03,804 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 20:02:03,815 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e0c078: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 20:02:03,881 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 20:02:04,106 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 20:02:04,713 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@511470] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 20:02:04,715 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1387 ms +2015-07-01 20:02:29,071 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-01 20:04:19,665 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 01 20:02:03 CST 2015]; root of context hierarchy +2015-07-01 20:04:19,665 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e0c078: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 20:04:19,744 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-01 20:04:28,485 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-01 20:04:28,518 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 01 20:04:28 CST 2015]; root of context hierarchy +2015-07-01 20:04:28,564 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-01 20:04:28,627 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-01 20:04:28,627 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-01 20:04:28,892 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-01 20:04:29,017 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-01 20:04:29,017 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-01 20:04:29,017 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1505510: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-01 20:04:29,095 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-01 20:04:29,329 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-01 20:04:30,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@dbc377] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-01 20:04:30,000 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1515 ms +2015-07-02 13:39:29,904 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 13:39:29,935 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 13:39:29 CST 2015]; root of context hierarchy +2015-07-02 13:39:29,983 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 13:39:30,185 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 13:39:30,185 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 13:39:30,263 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 13:39:30,482 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 13:39:30,482 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 13:39:30,497 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fca052: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 13:39:30,575 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 13:39:30,825 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 13:39:31,574 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@18c6b76] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 13:39:31,589 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1685 ms +2015-07-02 13:55:20,735 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 13:55:20,762 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 13:55:20 CST 2015]; root of context hierarchy +2015-07-02 13:55:20,807 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 13:55:20,928 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 13:55:20,933 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 13:55:21,027 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 13:55:21,251 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 13:55:21,262 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 13:55:21,276 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cf1d17: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 13:55:21,359 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 13:55:21,608 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 13:55:22,204 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d1be4e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 13:55:22,206 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1471 ms +2015-07-02 13:57:02,565 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 13:57:02,589 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 13:57:02 CST 2015]; root of context hierarchy +2015-07-02 13:57:02,636 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 13:57:02,746 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 13:57:02,750 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 13:57:02,826 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 13:57:03,038 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 13:57:03,042 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 13:57:03,053 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@696003: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 13:57:03,127 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 13:57:03,379 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 13:57:03,981 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13499fd] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 13:57:03,983 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1418 ms +2015-07-02 14:04:48,016 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:04:48,041 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:04:48 CST 2015]; root of context hierarchy +2015-07-02 14:04:48,117 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:04:48,245 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:04:48,247 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:04:48,344 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:04:48,555 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:04:48,560 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:04:48,573 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134b58c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:04:48,654 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:04:48,907 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:04:49,613 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@2516dc] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:04:49,615 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1599 ms +2015-07-02 14:32:46,886 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 13:57:02 CST 2015]; root of context hierarchy +2015-07-02 14:32:46,886 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@696003: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:32:46,894 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 14:32:47,855 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:04:48 CST 2015]; root of context hierarchy +2015-07-02 14:32:47,856 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@134b58c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:32:47,862 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 14:32:56,543 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:32:56,574 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:32:56 CST 2015]; root of context hierarchy +2015-07-02 14:32:56,630 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:32:56,724 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:32:56,724 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:32:56,846 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:32:57,021 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:32:57,025 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:32:57,034 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f139e7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:32:57,197 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:32:57,568 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:32:57,691 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:32:57 CST 2015]; root of context hierarchy +2015-07-02 14:32:57,784 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:32:57,801 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:32:57,960 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:32:57,961 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:32:58,074 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:32:58,318 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:32:58,321 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:32:58,330 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2fab: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:32:58,394 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:32:58,650 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ce33e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:32:58,652 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2109 ms +2015-07-02 14:32:58,753 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:32:59,738 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@162a05c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:32:59,741 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2173 ms +2015-07-02 14:34:00,888 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:32:56 CST 2015]; root of context hierarchy +2015-07-02 14:34:00,889 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f139e7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:34:00,892 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 14:34:01,711 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:32:57 CST 2015]; root of context hierarchy +2015-07-02 14:34:01,712 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c2fab: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:34:01,715 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 14:34:10,466 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:34:10,488 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:34:10 CST 2015]; root of context hierarchy +2015-07-02 14:34:10,535 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:34:10,673 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:34:10,673 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:34:10,816 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:34:10,948 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:34:10,955 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:34:10,965 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b2abe7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:34:11,052 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:34:11,349 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:34:11,435 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:34:11,497 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:34:11 CST 2015]; root of context hierarchy +2015-07-02 14:34:11,649 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:34:11,710 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:34:11,710 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:34:11,904 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:34:12,019 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:34:12,024 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:34:12,047 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d569b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:34:12,113 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:34:12,159 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fc7921] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:34:12,161 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1695 ms +2015-07-02 14:34:12,401 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:34:13,321 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1dbef51] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:34:13,323 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1888 ms +2015-07-02 14:42:38,781 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:34:10 CST 2015]; root of context hierarchy +2015-07-02 14:42:38,782 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b2abe7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:42:38,785 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 14:42:39,666 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:34:11 CST 2015]; root of context hierarchy +2015-07-02 14:42:39,667 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d569b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:42:39,672 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 14:42:44,923 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:42:44,947 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:42:44 CST 2015]; root of context hierarchy +2015-07-02 14:42:44,991 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:42:45,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:42:45,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:42:45,153 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:42:45,263 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:42:45,267 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:42:45,282 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c6295a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:42:45,342 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:42:45,570 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:42:46,225 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@175718c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:42:46,227 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1304 ms +2015-07-02 14:43:52,602 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 14:43:52,629 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 14:43:52 CST 2015]; root of context hierarchy +2015-07-02 14:43:52,680 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 14:43:52,799 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 14:43:52,801 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 14:43:52,894 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 14:43:53,103 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 14:43:53,107 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 14:43:53,120 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1191056: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 14:43:53,197 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 14:43:53,470 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 14:43:54,089 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@186f987] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 14:43:54,092 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1489 ms +2015-07-02 15:04:07,752 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 14:43:52 CST 2015]; root of context hierarchy +2015-07-02 15:04:07,752 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1191056: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:04:07,760 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:04:10,785 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:04:10,810 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:04:10 CST 2015]; root of context hierarchy +2015-07-02 15:04:10,863 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:04:11,004 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:04:11,008 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:04:11,107 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:04:11,252 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:04:11,262 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:04:11,271 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ab4338: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:04:11,487 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:04:11,798 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:04:12,503 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1939d13] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:04:12,506 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1719 ms +2015-07-02 15:04:15,351 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:04:15,376 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:04:15 CST 2015]; root of context hierarchy +2015-07-02 15:04:15,482 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:04:15,556 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:04:15,556 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:04:15,623 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:04:15,763 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:04:15,780 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:04:15,790 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@199a032: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:04:15,854 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:04:16,127 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:04:16,759 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1049065] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:04:16,762 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1410 ms +2015-07-02 15:04:18,208 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:04:15 CST 2015]; root of context hierarchy +2015-07-02 15:04:18,213 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@199a032: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:04:18,216 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:04:24,424 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:04:24,446 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:04:24 CST 2015]; root of context hierarchy +2015-07-02 15:04:24,485 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:04:24,555 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:04:24,555 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:04:24,716 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:04:24,849 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:04:24,854 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:04:24,866 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1962e0b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:04:24,956 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:04:25,182 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:04:25,914 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1805f85] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:04:25,916 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1492 ms +2015-07-02 15:10:07,883 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:10:07,903 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:10:07 CST 2015]; root of context hierarchy +2015-07-02 15:10:07,951 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:10:08,093 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:10:08,095 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:10:08,187 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:10:08,316 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:10:08,328 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:10:08,337 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@147758: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:10:08,548 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:10:08,789 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:10:09,449 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ba0f74] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:10:09,451 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1568 ms +2015-07-02 15:27:21,938 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:10:07 CST 2015]; root of context hierarchy +2015-07-02 15:27:21,939 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@147758: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:27:21,947 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:27:27,618 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:27:27,647 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:27:27 CST 2015]; root of context hierarchy +2015-07-02 15:27:27,694 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:27:27,764 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:27:27,765 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:27:27,832 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:27:28,034 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:27:28,039 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:27:28,088 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1197422: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:27:28,163 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:27:28,465 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:27:29,108 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1628d93] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:27:29,111 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1493 ms +2015-07-02 15:27:41,340 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:27:27 CST 2015]; root of context hierarchy +2015-07-02 15:27:41,341 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1197422: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:27:41,345 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:27:46,804 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:27:46,826 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:27:46 CST 2015]; root of context hierarchy +2015-07-02 15:27:46,864 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:27:46,929 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:27:46,929 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:27:46,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:27:47,099 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:27:47,106 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:27:47,115 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c36cea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:27:47,188 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:27:47,454 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:27:48,121 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@18c3d92] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:27:48,124 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1320 ms +2015-07-02 15:50:35,203 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:27:46 CST 2015]; root of context hierarchy +2015-07-02 15:50:35,207 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c36cea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:50:35,212 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:50:41,263 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:50:41,286 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:50:41 CST 2015]; root of context hierarchy +2015-07-02 15:50:41,363 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:50:41,469 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:50:41,469 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:50:41,545 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:50:41,659 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:50:41,664 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:50:41,673 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@82f370: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:50:41,736 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:50:41,981 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:50:42,979 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14b2d4f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:50:42,981 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1718 ms +2015-07-02 15:51:13,578 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:51:13,604 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:51:13 CST 2015]; root of context hierarchy +2015-07-02 15:51:13,651 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:51:13,782 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:51:13,783 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:51:13,853 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:51:13,974 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:51:13,978 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:51:13,993 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@85aa40: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:51:14,202 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:51:14,453 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:51:15,116 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3e93aa] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:51:15,119 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1541 ms +2015-07-02 15:51:25,667 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:50:41 CST 2015]; root of context hierarchy +2015-07-02 15:51:25,668 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@82f370: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:51:25,671 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:51:31,569 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:51:31,596 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:51:31 CST 2015]; root of context hierarchy +2015-07-02 15:51:31,672 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:51:31,736 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:51:31,736 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:51:31,806 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:51:31,914 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:51:31,918 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:51:31,929 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9af: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:51:31,988 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:51:32,226 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:51:33,311 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16e9af: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:51:33,312 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.JettyRunMojo.restartWebApp(JettyRunMojo.java:435) + at org.mortbay.jetty.plugin.JettyRunMojo$1.filesChanged(JettyRunMojo.java:394) + at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:691) + at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:551) + at org.eclipse.jetty.util.Scanner.scan(Scanner.java:403) + at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:353) + at java.util.TimerThread.mainLoop(Timer.java:512) + at java.util.TimerThread.run(Timer.java:462) +Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.service.IRemoteFileService com.lungcare.dicomfile.restful.RemoteFileTransferResource.remoteFileService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + ... 30 more +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + ... 32 more +Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.lungcare.dicomfile.dao.IRemoteFileTransferDAO com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.remoteFileTransferDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + ... 43 more +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteFileTransferDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + ... 45 more +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: PermGen space + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) + ... 58 more +Caused by: java.lang.OutOfMemoryError: PermGen space + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(ClassLoader.java:621) + at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) + at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) + at java.net.URLClassLoader.access$000(URLClassLoader.java:56) + at java.net.URLClassLoader$1.run(URLClassLoader.java:195) + at java.security.AccessController.doPrivileged(Native Method) + at java.net.URLClassLoader.findClass(URLClassLoader.java:188) + at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421) + at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) + at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) + at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284) + at java.sql.DriverManager.getConnection(DriverManager.java:582) + at java.sql.DriverManager.getConnection(DriverManager.java:154) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:173) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:164) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119) + at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) + at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:111) + at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119) + at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339) + at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) + at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) +2015-07-02 15:55:29,195 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:51:13 CST 2015]; root of context hierarchy +2015-07-02 15:55:29,196 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@85aa40: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:55:29,207 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:55:35,360 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:55:35,386 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:55:35 CST 2015]; root of context hierarchy +2015-07-02 15:55:35,431 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:55:35,500 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:55:35,500 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:55:35,732 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:55:35,870 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:55:35,875 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:55:35,887 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13278bf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:55:35,951 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:55:36,300 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:55:36,977 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c1d29e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:55:36,980 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1620 ms +2015-07-02 15:55:49,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 15:55:35 CST 2015]; root of context hierarchy +2015-07-02 15:55:49,394 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13278bf: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:55:49,397 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 15:55:54,914 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:55:54,939 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:55:54 CST 2015]; root of context hierarchy +2015-07-02 15:55:54,982 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:55:55,042 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:55:55,042 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:55:55,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:55:55,214 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:55:55,218 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:55:55,228 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2dce02: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:55:55,291 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:55:55,519 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:55:56,171 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@149eee6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:55:56,173 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1258 ms +2015-07-02 15:57:45,370 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 15:57:45,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 15:57:45 CST 2015]; root of context hierarchy +2015-07-02 15:57:45,440 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 15:57:45,571 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 15:57:45,572 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 15:57:45,657 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 15:57:45,776 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 15:57:45,784 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 15:57:45,794 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@176578: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 15:57:45,868 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 15:57:46,234 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 15:57:46,881 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@ee50b4] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 15:57:46,883 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1512 ms +2015-07-02 16:03:48,145 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:03:48,170 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:03:48 CST 2015]; root of context hierarchy +2015-07-02 16:03:48,210 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:03:48,337 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:03:48,340 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:03:48,431 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:03:48,564 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:03:48,568 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:03:48,578 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9939c3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:03:48,759 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:03:49,031 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:03:49,666 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@838fd6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:03:49,668 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1522 ms +2015-07-02 16:08:33,964 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:03:48 CST 2015]; root of context hierarchy +2015-07-02 16:08:33,965 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9939c3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:08:33,968 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 16:08:39,288 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:08:39,310 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:08:39 CST 2015]; root of context hierarchy +2015-07-02 16:08:39,355 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:08:39,419 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:08:39,419 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:08:39,499 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:08:39,615 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:08:39,619 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:08:39,628 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c189b7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:08:39,711 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:08:40,119 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:08:40,614 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b6e2fe] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:08:40,616 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1328 ms +2015-07-02 16:08:54,204 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:08:39 CST 2015]; root of context hierarchy +2015-07-02 16:08:54,205 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c189b7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:08:54,207 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 16:09:00,122 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:09:00,157 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:09:00 CST 2015]; root of context hierarchy +2015-07-02 16:09:00,213 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:09:00,284 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:09:00,284 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:09:00,361 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:09:00,482 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:09:00,487 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:09:00,496 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2d5cfb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:09:00,564 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:09:00,818 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:09:01,512 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@fc5bde] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:09:01,515 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1393 ms +2015-07-02 16:10:14,763 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:10:14,784 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:10:14 CST 2015]; root of context hierarchy +2015-07-02 16:10:14,829 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:10:14,948 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:10:14,950 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:10:15,042 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:10:15,233 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:10:15,238 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:10:15,247 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@40096c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:10:15,447 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:10:15,700 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:10:16,350 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1baf976] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:10:16,352 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1589 ms +2015-07-02 16:11:45,724 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:11:45,748 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:11:45 CST 2015]; root of context hierarchy +2015-07-02 16:11:45,790 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:11:45,902 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:11:45,904 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:11:45,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:11:46,136 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:11:46,141 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:11:46,153 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee9771: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:11:46,366 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:11:46,623 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:11:47,298 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b8338e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:11:47,300 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1576 ms +2015-07-02 16:13:39,916 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:11:45 CST 2015]; root of context hierarchy +2015-07-02 16:13:39,919 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee9771: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:13:39,923 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 16:13:45,272 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:13:45,296 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:13:45 CST 2015]; root of context hierarchy +2015-07-02 16:13:45,343 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:13:45,406 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:13:45,406 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:13:45,489 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:13:45,619 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:13:45,623 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:13:45,633 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cadfde: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:13:45,711 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:13:46,145 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:13:46,652 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ea0e66] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:13:46,655 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1382 ms +2015-07-02 16:14:00,110 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 16:13:45 CST 2015]; root of context hierarchy +2015-07-02 16:14:00,110 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cadfde: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:14:00,113 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 16:14:05,662 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:14:05,686 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:14:05 CST 2015]; root of context hierarchy +2015-07-02 16:14:05,736 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:14:05,804 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:14:05,804 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:14:05,882 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:14:05,995 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:14:05,999 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:14:06,008 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16471df: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:14:06,069 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:14:06,320 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:14:07,043 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@10e1899] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:14:07,045 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1382 ms +2015-07-02 16:19:23,363 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 16:19:23,385 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 16:19:23 CST 2015]; root of context hierarchy +2015-07-02 16:19:23,437 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 16:19:23,574 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 16:19:23,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 16:19:23,666 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 16:19:23,790 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 16:19:23,800 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 16:19:23,809 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7c133: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 16:19:24,014 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 16:19:24,285 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 16:19:24,908 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12e79d0] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 16:19:24,910 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1547 ms +2015-07-02 18:34:51,470 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-02 18:53:30,582 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 18:53:30,604 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 18:53:30 CST 2015]; root of context hierarchy +2015-07-02 18:53:30,655 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 18:53:30,769 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 18:53:30,771 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 18:53:30,849 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 18:53:30,985 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 18:53:30,990 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 18:53:31,007 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d93fe7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 18:53:31,226 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 18:53:31,485 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 18:53:32,188 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@195b5ad] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 18:53:32,190 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1608 ms +2015-07-02 18:54:11,419 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-02 18:56:30,724 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-02 18:56:45,870 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-02 19:23:21,696 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 19:23:21,722 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 19:23:21 CST 2015]; root of context hierarchy +2015-07-02 19:23:21,767 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 19:23:21,893 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 19:23:21,900 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 19:23:21,998 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 19:23:22,144 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 19:23:22,149 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 19:23:22,162 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7a2e0: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 19:23:22,348 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 19:23:22,637 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 19:23:23,281 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@54a835] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 19:23:23,283 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1586 ms +2015-07-02 19:55:27,149 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 19:55:27,180 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 19:55:27 CST 2015]; root of context hierarchy +2015-07-02 19:55:27,224 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 19:55:27,361 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 19:55:27,363 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 19:55:27,473 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 19:55:27,610 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 19:55:27,614 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 19:55:27,624 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@103754: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 19:55:27,841 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 19:55:28,098 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 19:55:28,965 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@874cc3] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 19:55:28,970 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1821 ms +2015-07-02 20:01:03,300 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 20:01:03,322 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:01:03 CST 2015]; root of context hierarchy +2015-07-02 20:01:03,366 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 20:01:03,490 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 20:01:03,494 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 20:01:03,572 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 20:01:03,705 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 20:01:03,720 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 20:01:03,730 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9652e2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:01:03,923 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 20:01:04,187 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 20:01:04,812 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@112cbde] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 20:01:04,814 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1514 ms +2015-07-02 20:22:35,407 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 20:22:35,437 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:22:35 CST 2015]; root of context hierarchy +2015-07-02 20:22:35,477 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 20:22:35,633 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 20:22:35,637 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 20:22:35,727 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 20:22:35,876 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 20:22:35,881 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 20:22:35,891 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ba689b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:22:36,118 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 20:22:36,387 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 20:22:37,281 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e18e8c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 20:22:37,284 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1877 ms +2015-07-02 20:22:39,310 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 20:01:03 CST 2015]; root of context hierarchy +2015-07-02 20:22:39,310 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9652e2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:22:39,314 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 20:22:44,679 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 20:22:44,703 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:22:44 CST 2015]; root of context hierarchy +2015-07-02 20:22:44,761 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 20:22:44,824 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 20:22:44,824 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 20:22:44,920 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 20:22:45,025 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 20:22:45,029 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 20:22:45,038 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@784fce: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:22:45,119 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 20:22:45,347 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 20:22:46,038 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14b106] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 20:22:46,042 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1363 ms +2015-07-02 20:36:17,638 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 20:36:17,665 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:36:17 CST 2015]; root of context hierarchy +2015-07-02 20:36:17,705 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 20:36:17,841 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 20:36:17,846 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 20:36:17,945 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 20:36:18,070 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 20:36:18,074 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 20:36:18,083 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fce3d5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:36:18,278 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 20:36:18,533 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 20:36:19,172 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@dfa7ca] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 20:36:19,176 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1537 ms +2015-07-02 20:43:28,109 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 20:43:28,130 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:43:28 CST 2015]; root of context hierarchy +2015-07-02 20:43:28,175 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 20:43:28,317 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 20:43:28,318 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 20:43:28,414 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 20:43:28,551 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 20:43:28,561 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 20:43:28,571 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e8692: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:43:28,760 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 20:43:29,009 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 20:43:29,659 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@dc504d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 20:43:29,666 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1557 ms +2015-07-02 20:45:22,198 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 02 20:43:28 CST 2015]; root of context hierarchy +2015-07-02 20:45:22,199 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e8692: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:45:22,203 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-02 20:45:27,470 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-02 20:45:27,496 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 02 20:45:27 CST 2015]; root of context hierarchy +2015-07-02 20:45:27,536 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-02 20:45:27,609 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-02 20:45:27,609 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-02 20:45:27,695 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-02 20:45:27,843 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-02 20:45:27,848 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-02 20:45:27,857 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@14356c8: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-02 20:45:27,925 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-02 20:45:28,184 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-02 20:45:28,877 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@7310db] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-02 20:45:28,879 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1408 ms +2015-07-03 09:59:54,139 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 09:59:54,159 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 09:59:54 CST 2015]; root of context hierarchy +2015-07-03 09:59:54,198 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 09:59:54,384 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 09:59:54,386 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 09:59:54,472 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 09:59:54,628 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 09:59:54,632 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 09:59:54,649 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ca4b51: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 09:59:54,853 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 09:59:55,095 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 09:59:55,736 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@10f30f5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 09:59:55,738 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1599 ms +2015-07-03 10:00:31,037 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:08:31,212 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:08:31,235 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:08:31 CST 2015]; root of context hierarchy +2015-07-03 10:08:31,276 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:08:31,497 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:08:31,505 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:08:31,623 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:08:31,779 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:08:31,783 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:08:31,800 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@101df97: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:08:32,009 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:08:32,288 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:08:32,288 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 09:59:54 CST 2015]; root of context hierarchy +2015-07-03 10:08:32,323 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ca4b51: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:08:32,339 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-03 10:08:33,253 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1097f0c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:08:33,255 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2043 ms +2015-07-03 10:08:39,313 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:08:39,335 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:08:39 CST 2015]; root of context hierarchy +2015-07-03 10:08:39,373 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:08:39,460 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:08:39,460 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:08:39,543 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:08:39,712 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:08:39,730 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:08:39,786 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bfc97c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:08:39,870 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:08:40,255 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:08:41,072 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bdf734] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:08:41,074 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1761 ms +2015-07-03 10:08:42,417 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 10:08:39 CST 2015]; root of context hierarchy +2015-07-03 10:08:42,418 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bfc97c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:08:42,420 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-03 10:08:47,546 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:08:47,565 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:08:47 CST 2015]; root of context hierarchy +2015-07-03 10:08:47,601 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:08:47,681 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:08:47,681 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:08:47,757 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:08:47,874 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:08:47,879 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:08:47,893 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1cb3f24: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:08:47,962 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:08:48,252 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:08:49,119 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a5bd15] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:08:49,121 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1575 ms +2015-07-03 10:10:18,701 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:36:52,522 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:36:52,553 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:36:52 CST 2015]; root of context hierarchy +2015-07-03 10:36:52,605 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:36:52,731 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:36:52,733 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:36:52,833 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:36:52,966 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:36:52,970 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:36:52,979 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@572b61: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:36:53,170 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:36:53,435 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:36:54,095 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@ebb34e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:36:54,098 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1561 ms +2015-07-03 10:38:26,817 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:40:43,203 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:45:13,190 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:45:13,218 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:45:13 CST 2015]; root of context hierarchy +2015-07-03 10:45:13,263 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:45:13,402 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:45:13,408 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:45:13,492 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:45:13,628 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:45:13,632 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:45:13,641 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a39a11: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:45:13,888 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:45:14,135 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:45:15,040 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1193540] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:45:15,042 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1851 ms +2015-07-03 10:45:43,427 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:45:44,131 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:47:49,940 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:47:49,960 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:47:49 CST 2015]; root of context hierarchy +2015-07-03 10:47:50,016 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:47:50,134 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:47:50,139 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:47:50,226 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:47:50,353 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:47:50,357 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:47:50,366 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6f4d33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:47:50,555 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:47:50,794 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:47:51,449 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14174e5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:47:51,451 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1511 ms +2015-07-03 10:48:09,229 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:48:20,190 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:48:48,508 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:51:25,380 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:53:01,035 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 10:59:56,115 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 10:59:56,154 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 10:59:56 CST 2015]; root of context hierarchy +2015-07-03 10:59:56,253 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 10:59:56,544 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 10:59:56,546 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 10:59:56,666 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 10:59:56,864 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 10:59:56,864 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 10:59:56,880 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bcf58a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 10:59:57,115 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 10:59:57,485 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 10:59:58,376 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c9e6c0] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 10:59:58,378 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2262 ms +2015-07-03 11:00:36,505 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 11:00:36,526 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:00:36 CST 2015]; root of context hierarchy +2015-07-03 11:00:36,569 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 11:00:36,694 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 11:00:36,696 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 11:00:36,796 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 11:00:36,992 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 11:00:36,997 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 11:00:37,008 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@afe432: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:00:37,213 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 11:00:37,492 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 11:00:38,215 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c742a8] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 11:00:38,217 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1712 ms +2015-07-03 11:00:40,992 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 10:59:56 CST 2015]; root of context hierarchy +2015-07-03 11:00:40,992 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bcf58a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:00:41,053 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-03 11:00:47,436 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 11:00:47,459 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:00:47 CST 2015]; root of context hierarchy +2015-07-03 11:00:47,506 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 11:00:47,740 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 11:00:47,740 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 11:00:47,825 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 11:00:47,950 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 11:00:47,954 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 11:00:47,964 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@503aec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:00:48,033 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 11:00:48,280 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 11:00:48,966 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1997447] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 11:00:48,969 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1532 ms +2015-07-03 11:01:06,118 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:01:37,551 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:04:27,475 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:04:54,788 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:30:48,124 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 11:00:36 CST 2015]; root of context hierarchy +2015-07-03 11:30:48,124 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@afe432: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:30:48,128 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-03 11:30:48,926 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 11:00:47 CST 2015]; root of context hierarchy +2015-07-03 11:30:48,927 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@503aec: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:30:48,931 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-03 11:30:57,716 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 11:30:57,749 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:30:57 CST 2015]; root of context hierarchy +2015-07-03 11:30:57,800 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 11:30:58,024 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 11:30:58,024 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 11:30:58,154 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 11:30:58,233 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 11:30:58,256 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:30:58 CST 2015]; root of context hierarchy +2015-07-03 11:30:58,336 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 11:30:58,482 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 11:30:58,482 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 11:30:58,484 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 11:30:58,488 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 11:30:58,497 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@22c24e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:30:58,576 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 11:30:58,738 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 11:30:58,965 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 11:30:58,969 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 11:30:58,978 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2611a6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:30:59,075 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 11:30:59,097 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 11:30:59,669 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 11:31:00,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11b7e0e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 11:31:00,002 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2286 ms +2015-07-03 11:31:00,557 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@bc64ad] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 11:31:00,559 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2326 ms +2015-07-03 11:31:01,950 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 03 11:30:58 CST 2015]; root of context hierarchy +2015-07-03 11:31:01,950 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2611a6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:31:01,953 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-03 11:31:07,437 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 11:31:07,464 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:31:07 CST 2015]; root of context hierarchy +2015-07-03 11:31:07,501 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 11:31:07,569 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 11:31:07,569 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 11:31:07,681 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 11:31:07,787 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 11:31:07,791 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 11:31:07,800 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17929e1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:31:07,890 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 11:31:08,114 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 11:31:08,874 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b7eeee] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 11:31:08,876 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1439 ms +2015-07-03 11:32:31,318 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:33:15,869 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:50:15,784 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 11:50:15,826 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 11:50:15 CST 2015]; root of context hierarchy +2015-07-03 11:50:15,916 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 11:50:16,239 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 11:50:16,242 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 11:50:16,327 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 11:50:16,484 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 11:50:16,490 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 11:50:16,513 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1617fc5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 11:50:16,765 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 11:50:17,039 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 11:50:18,237 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@159ac93] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 11:50:18,240 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2443 ms +2015-07-03 11:50:37,360 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:50:55,461 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:51:09,607 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 11:52:08,912 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 13:30:30,930 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 13:30:30,952 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 13:30:30 CST 2015]; root of context hierarchy +2015-07-03 13:30:31,014 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 13:30:31,170 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 13:30:31,173 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 13:30:31,273 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 13:30:31,403 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 13:30:31,407 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 13:30:31,417 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@180ce9c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 13:30:31,618 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 13:30:31,866 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 13:30:32,588 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1202871] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 13:30:32,591 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1659 ms +2015-07-03 13:56:25,755 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:11:55,746 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:16:04,228 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:37:55,535 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:40:58,553 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-03 15:40:58,577 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 03 15:40:58 CST 2015]; root of context hierarchy +2015-07-03 15:40:58,625 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-03 15:40:58,759 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-03 15:40:58,761 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-03 15:40:58,855 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-03 15:40:58,995 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-03 15:40:59,000 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-03 15:40:59,015 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a6cb2d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-03 15:40:59,201 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-03 15:40:59,471 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-03 15:41:00,168 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ba0b7c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-03 15:41:00,170 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1617 ms +2015-07-03 15:41:13,049 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:42:02,225 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:44:08,228 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:56:50,650 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 15:59:03,160 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:00:18,685 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:16:42,149 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:19:26,456 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:26:13,541 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:29:48,624 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:32:59,371 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-03 16:35:27,493 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 12:35:29,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 12:35:29,388 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:35:29 CST 2015]; root of context hierarchy +2015-07-06 12:35:29,472 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 12:35:29,700 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 12:35:29,702 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 12:35:29,798 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 12:35:29,974 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 12:35:29,983 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 12:35:30,002 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@441b45: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 12:35:30,210 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 12:35:30,491 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 12:35:31,428 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@829a91] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 12:35:31,431 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2065 ms +2015-07-06 12:37:27,884 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 12:37:27,914 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:37:27 CST 2015]; root of context hierarchy +2015-07-06 12:37:27,961 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 12:37:28,129 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 12:37:28,133 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 12:37:28,229 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 12:37:28,368 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 12:37:28,372 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 12:37:28,382 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1dc2481: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 12:37:28,599 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 12:37:28,886 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 12:37:29,585 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@82b92b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 12:37:29,587 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1703 ms +2015-07-06 12:37:34,610 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Mon Jul 06 12:35:29 CST 2015]; root of context hierarchy +2015-07-06 12:37:34,611 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@441b45: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 12:37:34,614 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-06 12:37:39,991 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 12:37:40,016 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:37:40 CST 2015]; root of context hierarchy +2015-07-06 12:37:40,054 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 12:37:40,146 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 12:37:40,146 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 12:37:40,219 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 12:37:40,337 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 12:37:40,343 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 12:37:40,361 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@127ce86: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 12:37:40,433 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 12:37:40,706 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 12:37:41,448 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1422757] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 12:37:41,451 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1459 ms +2015-07-06 12:37:58,358 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 12:50:40,331 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 12:50:40,358 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 12:50:40 CST 2015]; root of context hierarchy +2015-07-06 12:50:40,397 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 12:50:40,517 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 12:50:40,518 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 12:50:40,619 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 12:50:40,865 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 12:50:40,870 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 12:50:40,880 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@37783b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 12:50:40,955 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 12:50:41,197 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 12:50:41,834 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@105298d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 12:50:41,836 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1504 ms +2015-07-06 14:56:32,109 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 14:56:32,133 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 14:56:32 CST 2015]; root of context hierarchy +2015-07-06 14:56:32,226 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 14:56:32,551 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 14:56:32,554 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 14:56:32,701 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 14:56:32,939 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 14:56:32,947 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 14:56:32,960 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19e9cbc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 14:56:33,138 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 14:56:33,896 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 14:56:34,918 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ae8152] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 14:56:34,920 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2811 ms +2015-07-06 17:25:32,190 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:16:47,115 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:17:20,674 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:18:24,620 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:21:43,285 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:24:14,737 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:26:08,686 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:29:53,137 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:31:17,200 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:32:17,897 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:36:16,805 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:39:22,345 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:43:26,726 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:45:26,621 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:50:34,012 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:53:05,783 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:55:02,104 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 18:58:33,693 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:05:31,036 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:06:09,855 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:07:39,555 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:08:46,487 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:24:07,863 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:25:59,966 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:27:16,717 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:28:37,609 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:30:36,524 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:31:05,055 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:33:12,157 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:35:30,639 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:37:14,449 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:42:03,963 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:44:23,850 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:52:26,175 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 19:52:26,199 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 19:52:26 CST 2015]; root of context hierarchy +2015-07-06 19:52:26,271 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 19:52:26,538 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 19:52:26,545 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 19:52:26,649 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 19:52:26,967 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 19:52:26,972 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 19:52:26,994 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@abdcdd: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 19:52:27,101 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 19:52:27,371 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 19:52:28,185 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d83ac7] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 19:52:28,187 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2012 ms +2015-07-06 19:53:08,661 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 19:54:16,796 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-06 21:29:54,117 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-06 21:29:54,149 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 06 21:29:54 CST 2015]; root of context hierarchy +2015-07-06 21:29:54,180 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-06 21:29:54,352 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-06 21:29:54,352 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-06 21:29:54,446 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-06 21:29:54,711 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-06 21:29:54,711 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-06 21:29:54,726 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6a2534: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-06 21:29:54,820 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-06 21:29:55,070 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-06 21:29:55,740 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@5970bf] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-06 21:29:55,740 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1623 ms +2015-07-06 23:09:07,130 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-07 09:46:43,369 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 09:46:43,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 09:46:43 CST 2015]; root of context hierarchy +2015-07-07 09:46:43,461 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 09:46:43,568 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 09:46:43,570 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 09:46:43,638 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 09:46:43,876 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 09:46:43,881 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 09:46:43,891 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f84e91: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 09:46:43,974 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 09:46:44,232 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 09:46:44,901 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@180e426] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 09:46:44,903 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1533 ms +2015-07-07 10:35:29,914 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 10:35:29,937 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 10:35:29 CST 2015]; root of context hierarchy +2015-07-07 10:35:29,977 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 10:35:30,089 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 10:35:30,091 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 10:35:30,189 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 10:35:30,459 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 10:35:30,463 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 10:35:30,472 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a19ab2: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 10:35:30,587 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 10:35:30,844 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 10:35:31,476 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@106ee1f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 10:35:31,478 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1564 ms +2015-07-07 15:07:52,531 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 15:07:52,574 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 15:07:52 CST 2015]; root of context hierarchy +2015-07-07 15:07:52,641 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 15:07:52,938 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 15:07:52,941 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 15:07:53,100 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 15:07:53,395 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 15:07:53,401 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 15:07:53,411 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@39a462: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 15:07:53,574 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 15:07:53,938 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 15:07:55,020 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16265c3] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 15:07:55,022 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2491 ms +2015-07-07 15:22:24,369 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-07 15:24:16,831 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-07 17:48:39,233 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 17:48:39,262 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 17:48:39 CST 2015]; root of context hierarchy +2015-07-07 17:48:39,351 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 17:48:39,574 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 17:48:39,577 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 17:48:39,719 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 17:48:40,016 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 17:48:40,021 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 17:48:40,031 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d8928e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 17:48:40,166 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 17:48:40,457 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 17:48:41,710 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@320e7a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 17:48:41,712 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2479 ms +2015-07-07 18:44:20,086 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 18:44:20,119 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 18:44:20 CST 2015]; root of context hierarchy +2015-07-07 18:44:20,185 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 18:44:20,493 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 18:44:20,496 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 18:44:20,577 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 18:44:20,787 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 18:44:20,792 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 18:44:20,822 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@668893: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 18:44:20,958 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 18:44:21,258 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 18:44:22,265 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@17343c7] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 18:44:22,268 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2181 ms +2015-07-07 19:16:18,369 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 19:16:18,395 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 19:16:18 CST 2015]; root of context hierarchy +2015-07-07 19:16:18,442 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 19:16:18,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 19:16:18,582 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 19:16:18,703 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 19:16:19,061 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 19:16:19,066 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 19:16:19,075 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d13c26: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 19:16:19,161 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 19:16:19,545 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 19:16:20,318 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1404d1] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 19:16:20,320 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1950 ms +2015-07-07 19:19:11,110 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 19:19:11,134 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 19:19:11 CST 2015]; root of context hierarchy +2015-07-07 19:19:11,179 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 19:19:11,318 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 19:19:11,322 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 19:19:11,417 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 19:19:11,670 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 19:19:11,675 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 19:19:11,685 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f5dc33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 19:19:11,779 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 19:19:12,061 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 19:19:12,910 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f88cce] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 19:19:12,912 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1802 ms +2015-07-07 19:23:50,765 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 19:23:50,793 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 19:23:50 CST 2015]; root of context hierarchy +2015-07-07 19:23:50,855 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 19:23:50,984 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 19:23:50,986 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 19:23:51,064 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 19:23:51,332 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 19:23:51,337 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 19:23:51,346 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d72782: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 19:23:51,430 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 19:23:51,745 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 19:23:52,468 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@190949b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 19:23:52,470 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1704 ms +2015-07-07 20:04:06,240 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-07 20:04:06,271 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 07 20:04:06 CST 2015]; root of context hierarchy +2015-07-07 20:04:06,304 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-07 20:04:06,475 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-07 20:04:06,475 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-07 20:04:06,569 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-07 20:04:06,834 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-07 20:04:06,850 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-07 20:04:06,865 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a7eb57: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-07 20:04:06,959 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-07 20:04:07,224 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-07 20:04:07,910 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@23303c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-07 20:04:07,910 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1670 ms +2015-07-08 09:42:16,525 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 09:42:16,549 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 09:42:16 CST 2015]; root of context hierarchy +2015-07-08 09:42:16,624 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 09:42:16,842 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 09:42:16,846 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 09:42:16,961 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 09:42:17,231 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 09:42:17,231 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 09:42:17,247 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ff13d7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 09:42:17,373 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 09:42:17,623 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 09:42:18,977 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e852b9] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 09:42:18,979 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2453 ms +2015-07-08 09:54:45,634 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 09:54:45,668 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 09:54:45 CST 2015]; root of context hierarchy +2015-07-08 09:54:45,743 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 09:54:45,887 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 09:54:45,891 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 09:54:45,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 09:54:46,232 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 09:54:46,237 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 09:54:46,246 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15367a7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 09:54:46,373 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 09:54:46,629 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 09:54:47,465 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@9bee3a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 09:54:47,467 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1833 ms +2015-07-08 10:28:45,633 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 10:28:45,661 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 10:28:45 CST 2015]; root of context hierarchy +2015-07-08 10:28:45,715 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 10:28:45,879 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 10:28:45,882 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 10:28:45,984 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 10:28:46,246 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 10:28:46,251 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 10:28:46,261 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1786986: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 10:28:46,397 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 10:28:46,656 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 10:28:47,575 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14faa86] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 10:28:47,577 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1944 ms +2015-07-08 10:33:10,395 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 10:33:10,419 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 10:33:10 CST 2015]; root of context hierarchy +2015-07-08 10:33:10,457 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 10:33:10,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 10:33:10,580 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 10:33:10,665 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 10:33:10,948 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 10:33:10,952 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 10:33:10,961 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13a4a2f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 10:33:11,045 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 10:33:11,304 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 10:33:11,962 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12d100] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 10:33:11,964 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1568 ms +2015-07-08 10:48:44,726 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 10:48:44,748 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 10:48:44 CST 2015]; root of context hierarchy +2015-07-08 10:48:44,796 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 10:48:44,910 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 10:48:44,917 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 10:48:45,018 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 10:48:45,289 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 10:48:45,294 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 10:48:45,303 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a8bf33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 10:48:45,382 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 10:48:45,663 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 10:48:46,362 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16b2d5e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 10:48:46,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1639 ms +2015-07-08 11:22:42,777 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 11:22:42,808 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 11:22:42 CST 2015]; root of context hierarchy +2015-07-08 11:22:42,891 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 11:22:43,088 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 11:22:43,090 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 11:22:43,174 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 11:22:43,436 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 11:22:43,440 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 11:22:43,465 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a7d653: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 11:22:43,606 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 11:22:43,887 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 11:22:44,723 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@976bca] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 11:22:44,726 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1949 ms +2015-07-08 13:30:02,759 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 13:30:02,793 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 13:30:02 CST 2015]; root of context hierarchy +2015-07-08 13:30:02,872 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 13:30:03,063 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 13:30:03,066 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 13:30:03,172 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 13:30:03,431 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 13:30:03,435 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 13:30:03,451 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4662c4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 13:30:03,574 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 13:30:03,831 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 13:30:05,396 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@fe4ac9] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 13:30:05,398 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2639 ms +2015-07-08 13:42:42,530 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 13:42:42,562 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 13:42:42 CST 2015]; root of context hierarchy +2015-07-08 13:42:42,609 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 13:42:42,765 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 13:42:42,765 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 13:42:42,858 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 13:42:43,311 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 13:42:43,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 13:42:43,342 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fbbcea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 13:42:43,420 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 13:42:43,669 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 13:42:44,310 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@176dad5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 13:42:44,310 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1780 ms +2015-07-08 14:18:17,979 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 14:18:18,011 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:18:17 CST 2015]; root of context hierarchy +2015-07-08 14:18:18,058 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 14:18:18,229 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 14:18:18,229 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 14:18:18,323 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 14:18:18,573 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 14:18:18,573 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 14:18:18,573 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@131943f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 14:18:18,713 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 14:18:18,963 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 14:18:19,836 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@21b229] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 14:18:19,836 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1857 ms +2015-07-08 14:29:22,690 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 14:29:22,733 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:29:22 CST 2015]; root of context hierarchy +2015-07-08 14:29:22,800 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 14:29:22,976 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 14:29:22,979 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 14:29:23,081 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 14:29:23,358 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 14:29:23,363 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 14:29:23,372 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e72466: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 14:29:23,458 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 14:29:23,729 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 14:29:26,094 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@154fba5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 14:29:26,097 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3406 ms +2015-07-08 14:37:54,625 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 14:37:54,649 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:37:54 CST 2015]; root of context hierarchy +2015-07-08 14:37:54,686 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 14:37:54,815 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 14:37:54,821 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 14:37:54,891 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 14:37:55,134 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 14:37:55,139 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 14:37:55,149 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a2d1c9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 14:37:55,227 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 14:37:55,514 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 14:37:56,184 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16d026a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 14:37:56,186 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1561 ms +2015-07-08 14:39:18,448 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 14:37:54 CST 2015]; root of context hierarchy +2015-07-08 14:39:18,449 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a2d1c9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 14:39:18,463 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-08 14:39:24,705 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 14:39:24,752 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:39:24 CST 2015]; root of context hierarchy +2015-07-08 14:39:24,854 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 14:39:25,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 14:39:25,122 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 14:39:25,207 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 14:39:25,317 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 14:39:25,321 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 14:39:25,330 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13ba552: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 14:39:25,402 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 14:39:25,630 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 14:39:26,305 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1ebfc32] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 14:39:26,307 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1602 ms +2015-07-08 14:53:23,422 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 14:53:23,449 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 14:53:23 CST 2015]; root of context hierarchy +2015-07-08 14:53:23,497 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 14:53:23,647 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 14:53:23,650 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 14:53:23,742 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 14:53:24,006 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 14:53:24,011 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 14:53:24,023 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@78618f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 14:53:24,108 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 14:53:24,368 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 14:53:25,238 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1f90769] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 14:53:25,240 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1817 ms +2015-07-08 15:01:21,302 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 15:01:21,336 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:01:21 CST 2015]; root of context hierarchy +2015-07-08 15:01:21,393 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 15:01:21,609 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 15:01:21,612 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 15:01:21,747 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 15:01:22,024 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 15:01:22,028 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 15:01:22,037 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@282ae6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 15:01:22,150 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 15:01:22,404 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 15:01:23,445 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e881a4] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 15:01:23,447 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2145 ms +2015-07-08 15:13:45,868 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 15:13:45,891 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:13:45 CST 2015]; root of context hierarchy +2015-07-08 15:13:45,966 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 15:13:46,112 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 15:13:46,115 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 15:13:46,219 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 15:13:46,456 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 15:13:46,460 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 15:13:46,477 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@180475: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 15:13:46,578 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 15:13:46,839 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 15:13:47,673 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14c68ff] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 15:13:47,675 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1807 ms +2015-07-08 15:20:20,461 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 15:20:20,485 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:20:20 CST 2015]; root of context hierarchy +2015-07-08 15:20:20,526 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 15:20:20,656 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 15:20:20,660 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 15:20:20,728 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 15:20:20,963 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 15:20:20,968 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 15:20:20,977 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17dbcd4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 15:20:21,057 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 15:20:21,341 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 15:20:21,964 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@e3d345] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 15:20:21,966 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1504 ms +2015-07-08 15:20:50,613 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-08 15:29:47,490 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 15:29:47,515 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 15:29:47 CST 2015]; root of context hierarchy +2015-07-08 15:29:47,558 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 15:29:47,698 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 15:29:47,702 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 15:29:47,807 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 15:29:48,055 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 15:29:48,061 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 15:29:48,070 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f46c5d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 15:29:48,158 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 15:29:48,431 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 15:29:49,165 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b0c124] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 15:29:49,167 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1677 ms +2015-07-08 16:29:24,405 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 16:29:24,436 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:29:24 CST 2015]; root of context hierarchy +2015-07-08 16:29:24,501 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 16:29:24,723 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 16:29:24,726 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 16:29:24,810 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 16:29:25,105 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 16:29:25,110 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 16:29:25,136 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137c3b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:29:25,259 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 16:29:25,559 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 16:29:26,462 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@14e312e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 16:29:26,464 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2059 ms +2015-07-08 16:42:27,287 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 16:29:24 CST 2015]; root of context hierarchy +2015-07-08 16:42:27,297 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@137c3b5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:42:27,332 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-08 16:42:32,984 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 16:42:33,004 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:42:33 CST 2015]; root of context hierarchy +2015-07-08 16:42:33,041 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 16:42:33,108 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 16:42:33,108 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 16:42:33,205 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 16:42:33,328 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 16:42:33,332 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 16:42:33,341 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e7a30e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:42:33,410 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 16:42:33,846 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 16:42:34,437 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c9fefa] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 16:42:34,439 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1455 ms +2015-07-08 16:42:47,422 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 16:42:33 CST 2015]; root of context hierarchy +2015-07-08 16:42:47,423 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e7a30e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:42:47,425 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-08 16:42:52,481 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 16:42:52,504 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:42:52 CST 2015]; root of context hierarchy +2015-07-08 16:42:52,553 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 16:42:52,619 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 16:42:52,619 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 16:42:52,712 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 16:42:52,829 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 16:42:52,833 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 16:42:52,843 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1adfa03: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:42:52,909 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 16:42:53,152 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 16:42:53,872 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@961651] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 16:42:53,874 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1393 ms +2015-07-08 16:44:28,461 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Wed Jul 08 16:42:52 CST 2015]; root of context hierarchy +2015-07-08 16:44:28,462 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1adfa03: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:44:28,466 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-08 16:44:33,860 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 16:44:33,884 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:44:33 CST 2015]; root of context hierarchy +2015-07-08 16:44:33,921 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 16:44:33,990 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 16:44:33,990 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 16:44:34,085 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 16:44:34,253 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 16:44:34,260 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 16:44:34,269 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12000a5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:44:34,332 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 16:44:34,577 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 16:44:35,269 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b0287a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 16:44:35,271 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1411 ms +2015-07-08 16:52:01,012 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 16:52:01,049 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 16:52:01 CST 2015]; root of context hierarchy +2015-07-08 16:52:01,119 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 16:52:01,429 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 16:52:01,435 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 16:52:01,514 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 16:52:01,664 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 16:52:01,668 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 16:52:01,687 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@889b3c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 16:52:01,834 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 16:52:02,100 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 16:52:02,938 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@2ac57c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 16:52:02,940 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1928 ms +2015-07-08 18:24:09,364 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 18:24:09,396 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:24:09 CST 2015]; root of context hierarchy +2015-07-08 18:24:09,452 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 18:24:09,752 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 18:24:09,754 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 18:24:09,845 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 18:24:09,983 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 18:24:09,987 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 18:24:09,996 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19d0cb7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 18:24:10,134 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 18:24:10,450 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 18:24:11,657 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@436056] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 18:24:11,659 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2294 ms +2015-07-08 18:36:41,742 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 18:36:41,789 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:36:41 CST 2015]; root of context hierarchy +2015-07-08 18:36:41,912 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 18:36:43,244 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 18:36:43,249 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 18:36:43,346 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 18:36:43,582 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 18:36:43,587 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 18:36:43,616 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8ebf84: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 18:36:43,881 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 18:36:44,414 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 18:36:45,421 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@120d484] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 18:36:45,423 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3674 ms +2015-07-08 18:44:26,465 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 18:44:26,516 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:44:26 CST 2015]; root of context hierarchy +2015-07-08 18:44:26,570 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 18:44:27,044 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 18:44:27,049 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 18:44:27,140 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 18:44:27,306 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 18:44:27,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 18:44:27,335 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2e3757: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 18:44:27,455 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 18:44:27,975 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 18:44:29,025 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a5285a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 18:44:29,028 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2553 ms +2015-07-08 18:51:58,415 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-08 18:51:58,466 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 08 18:51:58 CST 2015]; root of context hierarchy +2015-07-08 18:51:58,747 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-08 18:52:02,260 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-08 18:52:02,265 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-08 18:52:02,379 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-08 18:52:02,691 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-08 18:52:02,696 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-08 18:52:02,733 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@aa8321: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-08 18:52:02,971 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-08 18:52:03,377 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-08 18:52:04,442 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1984082] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-08 18:52:04,444 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 6029 ms +2015-07-09 09:25:55,021 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 09:25:55,052 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 09:25:55 CST 2015]; root of context hierarchy +2015-07-09 09:25:55,131 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 09:25:55,443 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 09:25:55,459 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 09:25:55,568 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 09:25:55,818 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 09:25:55,818 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 09:25:55,833 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@35c83d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-09 09:25:56,409 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 09:25:56,893 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 09:25:57,783 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@55203] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 09:25:57,783 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2762 ms +2015-07-09 09:31:58,223 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 09 09:25:55 CST 2015]; root of context hierarchy +2015-07-09 09:31:58,989 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@35c83d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-09 09:31:59,099 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-09 09:32:08,395 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 09:32:08,410 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 09:32:08 CST 2015]; root of context hierarchy +2015-07-09 09:32:08,458 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 09:32:08,598 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 09:32:08,598 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 09:32:08,708 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 09:32:08,942 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 09:32:08,942 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 09:32:08,957 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b1eb38: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-09 09:32:09,129 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 09:32:09,484 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 09:32:10,365 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@266f8f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 09:32:10,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1970 ms +2015-07-09 09:32:21,827 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 09 09:32:08 CST 2015]; root of context hierarchy +2015-07-09 09:32:21,827 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b1eb38: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-09 09:32:21,827 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-09 09:32:27,589 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 09:32:27,610 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 09:32:27 CST 2015]; root of context hierarchy +2015-07-09 09:32:27,641 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 09:32:27,703 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 09:32:27,703 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 09:32:27,766 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 09:32:27,922 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 09:32:27,922 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 09:32:27,937 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3f86eb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-09 09:32:28,015 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 09:32:28,265 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 09:32:29,045 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bbaaf4] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 09:32:29,045 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1456 ms +2015-07-09 13:35:03,663 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 13:35:03,694 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 13:35:03 CST 2015]; root of context hierarchy +2015-07-09 13:35:03,789 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 13:35:04,179 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 13:35:04,179 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 13:35:04,276 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 13:35:04,480 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 13:35:04,485 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 13:35:04,517 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@734604: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO]; root of factory hierarchy +2015-07-09 13:35:04,672 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 13:35:05,058 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 13:35:06,930 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a9437b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 13:35:06,930 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3267 ms +2015-07-09 15:45:55,478 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 15:45:55,541 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 15:45:55 CST 2015]; root of context hierarchy +2015-07-09 15:45:55,720 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 15:45:56,286 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 15:45:56,289 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 15:45:56,453 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 15:45:56,637 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 15:45:56,642 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 15:45:56,664 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ea54: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 15:45:56,964 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 15:45:57,526 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 15:45:58,918 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@774cab] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 15:45:58,955 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12ea54: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 15:45:58,958 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-09 15:45:58,960 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'algorithmDAO' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'sessionFactory' of bean class [com.lungcare.dicomfile.dao.impl.AlgorithmDAOImp]: Bean property 'sessionFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1361) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) + at org.eclipse.jetty.server.Server.doStart(Server.java:282) + at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) + at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) + at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523) + at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) + at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) + at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) + at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) + at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) + at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534) + at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) + at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) + at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) + at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) + at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) +Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'sessionFactory' of bean class [com.lungcare.dicomfile.dao.impl.AlgorithmDAOImp]: Bean property 'sessionFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? + at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:1024) + at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:900) + at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:76) + at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:58) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1358) + ... 55 more +2015-07-09 15:51:15,873 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 15:51:15,908 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 15:51:15 CST 2015]; root of context hierarchy +2015-07-09 15:51:15,997 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 15:51:16,579 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 15:51:16,583 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 15:51:16,759 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 15:51:16,995 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 15:51:17,002 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 15:51:17,028 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@144774e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 15:51:17,234 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 15:51:17,731 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 15:51:18,553 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@94f0bd] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 15:51:18,563 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2689 ms +2015-07-09 15:51:54,248 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 15:52:37,482 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 16:02:03,426 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 16:02:03,540 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 16:02:03 CST 2015]; root of context hierarchy +2015-07-09 16:02:03,709 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 16:02:13,115 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 16:02:13,118 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 16:02:13,319 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 16:02:13,914 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 16:02:13,919 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 16:02:14,006 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d03e62: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 16:02:14,883 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 16:02:15,799 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 16:02:18,354 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@797f7f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 16:02:18,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 14939 ms +2015-07-09 16:04:57,648 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 16:21:30,066 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 16:21:30,105 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 16:21:30 CST 2015]; root of context hierarchy +2015-07-09 16:21:30,192 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 16:21:30,625 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 16:21:30,629 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 16:21:30,774 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 16:21:30,962 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 16:21:30,968 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 16:21:31,011 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@19abafe: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 16:21:31,478 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 16:21:32,121 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 16:21:33,279 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@3dea0e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 16:21:33,285 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3219 ms +2015-07-09 16:22:16,789 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 16:56:37,930 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 16:56:37,990 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 16:56:37 CST 2015]; root of context hierarchy +2015-07-09 16:56:38,086 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 16:56:38,578 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 16:56:38,581 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 16:56:38,720 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 16:56:38,952 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 16:56:38,957 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 16:56:38,983 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@181d71a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 16:56:39,270 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 16:56:39,780 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 16:56:40,680 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@175252f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 16:56:40,687 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2757 ms +2015-07-09 16:59:39,549 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 19:09:55,398 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 19:09:55,444 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 19:09:55 CST 2015]; root of context hierarchy +2015-07-09 19:09:55,546 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 19:09:55,915 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 19:09:55,919 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 19:09:56,046 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 19:09:56,198 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 19:09:56,203 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 19:09:56,222 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1544768: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 19:09:56,381 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 19:09:56,804 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 19:09:58,781 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@273376] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 19:09:58,788 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3389 ms +2015-07-09 19:12:20,381 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 20:13:47,580 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 20:13:47,626 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 20:13:47 CST 2015]; root of context hierarchy +2015-07-09 20:13:47,765 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 20:13:48,354 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 20:13:48,357 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 20:13:48,493 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 20:13:48,742 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 20:13:48,746 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 20:13:48,779 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f12b9e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 20:13:49,030 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 20:13:49,480 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 20:13:50,991 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fb8a5e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 20:13:50,997 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3416 ms +2015-07-09 20:14:10,909 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 20:25:36,058 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 20:25:36,100 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 20:25:36 CST 2015]; root of context hierarchy +2015-07-09 20:25:36,203 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 20:25:36,713 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 20:25:36,716 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 20:25:36,845 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 20:25:37,054 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 20:25:37,059 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 20:25:37,113 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7e9589: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 20:25:37,264 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 20:25:37,740 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 20:25:39,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@191595f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 20:25:39,008 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2949 ms +2015-07-09 20:25:54,356 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 20:28:01,995 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 21:09:39,314 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 21:09:39,352 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 21:09:39 CST 2015]; root of context hierarchy +2015-07-09 21:09:39,432 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 21:09:39,773 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 21:09:39,777 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 21:09:39,912 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 21:09:40,162 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 21:09:40,177 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 21:09:40,193 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12df3eb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 21:09:40,443 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 21:09:40,880 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 21:09:41,759 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@a3e8f6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 21:09:41,759 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2444 ms +2015-07-09 21:17:14,321 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-09 21:17:14,353 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 09 21:17:14 CST 2015]; root of context hierarchy +2015-07-09 21:17:14,415 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-09 21:17:14,618 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-09 21:17:14,618 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-09 21:17:14,712 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-09 21:17:14,899 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-09 21:17:14,899 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-09 21:17:14,915 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fde0e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-09 21:17:15,039 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-09 21:17:15,414 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-09 21:17:16,148 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c765da] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-09 21:17:16,164 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1843 ms +2015-07-09 21:19:45,035 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 21:21:17,595 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 21:21:26,162 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-09 22:27:10,964 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-10 09:47:05,385 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-10 09:47:05,440 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 10 09:47:05 CST 2015]; root of context hierarchy +2015-07-10 09:47:05,603 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-10 09:47:05,997 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-10 09:47:05,999 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-10 09:47:06,127 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-10 09:47:06,334 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-10 09:47:06,339 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-10 09:47:06,390 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12a8b43: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-10 09:47:06,614 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-10 09:47:07,068 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-10 09:47:08,378 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@19a47d7] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-10 09:47:08,384 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2998 ms +2015-07-10 10:27:29,750 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-10 10:27:29,782 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 10 10:27:29 CST 2015]; root of context hierarchy +2015-07-10 10:27:29,867 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-10 10:27:30,287 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-10 10:27:30,290 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-10 10:27:30,447 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-10 10:27:30,645 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-10 10:27:30,650 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-10 10:27:30,678 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@54bc4a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-10 10:27:30,887 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-10 10:27:31,360 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-10 10:27:32,206 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d858f6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-10 10:27:32,213 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2463 ms +2015-07-10 12:44:24,222 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-10 12:44:24,258 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 10 12:44:24 CST 2015]; root of context hierarchy +2015-07-10 12:44:24,345 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-10 12:44:24,721 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-10 12:44:24,725 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-10 12:44:24,878 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-10 12:44:25,089 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-10 12:44:25,093 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-10 12:44:25,120 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1546f43: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-10 12:44:25,319 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-10 12:44:25,831 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-10 12:44:26,722 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@327559] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-10 12:44:26,728 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2506 ms +2015-07-13 10:32:42,303 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-13 10:32:42,333 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 13 10:32:42 CST 2015]; root of context hierarchy +2015-07-13 10:32:42,409 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-13 10:32:42,696 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-13 10:32:42,699 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-13 10:32:42,810 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-13 10:32:42,991 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-13 10:32:42,996 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-13 10:32:43,008 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@367fb6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-13 10:32:43,271 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-13 10:32:43,722 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-13 10:32:45,014 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1d0fef8] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-13 10:32:45,020 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2716 ms +2015-07-13 13:51:14,328 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-13 13:51:14,363 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 13 13:51:14 CST 2015]; root of context hierarchy +2015-07-13 13:51:14,449 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-13 13:51:14,829 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-13 13:51:14,836 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-13 13:51:14,964 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-13 13:51:15,164 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-13 13:51:15,169 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-13 13:51:15,195 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8b56a6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-13 13:51:15,404 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-13 13:51:15,930 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-13 13:51:17,421 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@11939f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-13 13:51:17,427 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3099 ms +2015-07-14 09:37:42,820 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-14 09:37:42,862 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 14 09:37:42 CST 2015]; root of context hierarchy +2015-07-14 09:37:43,014 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-14 09:37:43,600 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-14 09:37:43,604 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-14 09:37:43,768 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-14 09:37:43,998 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-14 09:37:44,003 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-14 09:37:44,033 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2ffbcc: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-14 09:37:44,275 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-14 09:37:44,750 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-14 09:37:46,430 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c6c3db] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-14 09:37:46,435 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3614 ms +2015-07-14 10:50:46,230 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-14 10:50:46,276 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 14 10:50:46 CST 2015]; root of context hierarchy +2015-07-14 10:50:46,409 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-14 10:50:47,020 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-14 10:50:47,025 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-14 10:50:47,167 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-14 10:50:47,369 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-14 10:50:47,374 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-14 10:50:47,386 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@663ed4: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-14 10:50:47,722 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-14 10:50:48,285 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-14 10:50:49,737 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@5685b5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-14 10:50:49,744 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3513 ms +2015-07-14 15:28:28,651 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-14 15:28:28,683 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 14 15:28:28 CST 2015]; root of context hierarchy +2015-07-14 15:28:28,902 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-14 15:28:29,370 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-14 15:28:29,370 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-14 15:28:29,464 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-14 15:28:29,731 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-14 15:28:29,731 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-14 15:28:29,763 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@92c348: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-14 15:28:29,966 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-14 15:28:30,014 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-14 15:28:30,014 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-14 15:28:30,014 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-14 15:28:30,029 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-14 15:28:30,029 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-14 15:28:30,203 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-14 15:28:30,337 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-14 15:28:30,373 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-14 15:28:30,402 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-14 15:28:30,445 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-14 15:28:30,445 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-14 15:28:30,445 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-14 15:28:30,445 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-14 15:28:30,445 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-14 15:28:30,445 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-14 15:28:30,445 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-14 15:28:30,507 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-14 15:28:31,877 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-14 15:28:31,877 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-14 15:28:31,887 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-14 15:28:31,897 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-14 15:28:31,897 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-14 15:28:31,897 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-14 15:28:31,897 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-14 15:28:31,989 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-14 15:28:32,267 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-14 15:28:32,267 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-14 15:28:32,267 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-14 15:28:32,377 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-14 15:28:33,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-14 15:28:33,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-14 15:28:33,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:28:33,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:28:33,501 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-14 15:28:33,501 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-14 15:28:33,501 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:28:33,501 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:28:33,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-14 15:28:33,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-14 15:28:33,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:28:33,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:28:33,750 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-14 15:28:33,766 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1444bef] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-14 15:28:33,782 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 5131 ms +2015-07-14 15:30:12,211 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-14 15:30:12,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:12,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:12,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:12,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:12,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:30:12,321 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-14 15:30:12,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-14 15:30:12,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:30:12,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:12,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:12,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:12,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:12,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:12,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:12,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:12,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:12,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:12,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:12,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:12,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:12,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:12,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:12,567 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-14 15:30:12,729 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-14 15:30:12,739 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 15:30:12,739 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:30:12,740 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 15:30:12,776 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 15:30:12,777 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:30:12,789 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-14 15:30:12,809 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 15:30:12,809 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 15:30:12,811 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-14 15:30:12,811 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:30:12,814 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@98a9dc +2015-07-14 15:30:12,814 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-14 15:30:12,816 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@eb7847 +2015-07-14 15:30:12,816 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-14 15:30:12,816 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 15:30:12,818 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-14 15:30:12,819 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:30:12,819 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@98a9dc +2015-07-14 15:30:12,819 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-14 15:30:12,819 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-14 15:30:12,820 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-14 15:30:12,820 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@eb7847} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@98a9dc} + +2015-07-14 15:30:12,842 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-14 15:30:12,842 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:30:12,860 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:30:12,868 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 15:30:12,868 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 15:30:12,868 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@98a9dc} + +2015-07-14 15:30:12,869 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:30:12,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:30:12,869 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:30:12,869 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-14 15:30:12,870 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-14 15:30:12,870 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:30:12,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 15:30:12,876 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 15:30:12,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 15:30:12,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:12,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:12,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:12,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:12,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:12,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:12,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:30:12,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:30:12,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:30:12,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:12,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:12,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:12,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:12,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:12,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:12,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:12,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:12,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:12,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:12,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:30:12,936 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:30:12,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:30:12,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:13,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:13,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:13,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:13,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:13,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:13,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:13,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:13,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:30:13,050 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:30:13,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:30:13,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:13,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:13,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:13,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:13,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:13,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:13,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:13,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:13,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:30:13,078 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:30:13,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:30:13,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:13,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:13,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:13,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:13,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:13,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:13,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:13,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:13,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:13,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:13,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:13,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:30:13,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:13,124 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:30:13,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 15:30:13,125 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 15:30:13,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 15:30:13,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:13,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:30:13,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:30:13,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:30:13,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:30:13,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:13,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:13,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:13,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:30:13,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:30:13,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:30:13,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:30:13,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:30:13,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:30:13,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:30:13,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:30:13,196 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =? t.patientName=? t.studyDate=? where t.id=? +2015-07-14 15:30:13,200 ERROR [org.hibernate.hql.PARSER] - line 1:79: unexpected token: t +2015-07-14 15:30:13,201 DEBUG [org.hibernate.hql.ast.ErrorCounter] - line 1:79: unexpected token: t +line 1:79: unexpected token: t + at org.hibernate.hql.antlr.HqlBaseParser.primaryExpression(HqlBaseParser.java:1038) + at org.hibernate.hql.antlr.HqlBaseParser.atom(HqlBaseParser.java:3438) + at org.hibernate.hql.antlr.HqlBaseParser.unaryExpression(HqlBaseParser.java:3216) + at org.hibernate.hql.antlr.HqlBaseParser.multiplyExpression(HqlBaseParser.java:3098) + at org.hibernate.hql.antlr.HqlBaseParser.additiveExpression(HqlBaseParser.java:2818) + at org.hibernate.hql.antlr.HqlBaseParser.concatenation(HqlBaseParser.java:570) + at org.hibernate.hql.antlr.HqlBaseParser.newValue(HqlBaseParser.java:514) + at org.hibernate.hql.antlr.HqlBaseParser.assignment(HqlBaseParser.java:478) + at org.hibernate.hql.antlr.HqlBaseParser.setClause(HqlBaseParser.java:417) + at org.hibernate.hql.antlr.HqlBaseParser.updateStatement(HqlBaseParser.java:218) + at org.hibernate.hql.antlr.HqlBaseParser.statement(HqlBaseParser.java:142) + at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:274) + at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:182) + at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:136) + at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:101) + at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:80) + at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:94) + at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156) + at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135) + at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1651) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:342) + at sun.proxy.$Proxy66.createQuery(Unknown Source) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.updateReceiveEntity(RemoteFileTransferDAOImp.java:299) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:124) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-14 15:30:13,206 ERROR [org.hibernate.hql.PARSER] - line 1:92: unexpected token: = +2015-07-14 15:30:13,206 DEBUG [org.hibernate.hql.ast.ErrorCounter] - line 1:92: unexpected token: = +line 1:92: unexpected token: = + at org.hibernate.hql.antlr.HqlBaseParser.updateStatement(HqlBaseParser.java:234) + at org.hibernate.hql.antlr.HqlBaseParser.statement(HqlBaseParser.java:142) + at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:274) + at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:182) + at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:136) + at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:101) + at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:80) + at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:94) + at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156) + at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135) + at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1651) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:342) + at sun.proxy.$Proxy66.createQuery(Unknown Source) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.updateReceiveEntity(RemoteFileTransferDAOImp.java:299) + at com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp.uploadFile(RemoteFileTransferDAOImp.java:124) + at com.lungcare.dicomfile.service.impl.RemoteFileServiceImp.uploadFile(RemoteFileServiceImp.java:22) + at com.lungcare.dicomfile.restful.RemoteFileTransferResource.uploadMultiFiles(RemoteFileTransferResource.java:49) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:111) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:63) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:689) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:647) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:638) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) + at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) + at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) + at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:722) +2015-07-14 15:34:53,519 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-14 15:34:53,568 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 14 15:34:53 CST 2015]; root of context hierarchy +2015-07-14 15:34:53,675 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-14 15:34:53,943 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-14 15:34:53,947 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-14 15:34:54,102 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-14 15:34:54,355 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-14 15:34:54,359 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-14 15:34:54,380 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f6313c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-14 15:34:54,547 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-14 15:34:54,617 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-14 15:34:54,627 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-14 15:34:54,638 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-14 15:34:54,644 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-14 15:34:54,664 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-14 15:34:54,838 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-14 15:34:54,913 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-14 15:34:54,984 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-14 15:34:55,013 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-14 15:34:55,067 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-14 15:34:55,067 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-14 15:34:55,069 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-14 15:34:55,069 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-14 15:34:55,073 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-14 15:34:55,074 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-14 15:34:55,078 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-14 15:34:55,127 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-14 15:34:55,481 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-14 15:34:55,482 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-14 15:34:55,503 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-14 15:34:55,506 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-14 15:34:55,507 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-14 15:34:55,507 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-14 15:34:55,507 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-14 15:34:55,507 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-14 15:34:55,507 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-14 15:34:55,513 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-14 15:34:55,514 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-14 15:34:55,514 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-14 15:34:55,514 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-14 15:34:55,514 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-14 15:34:55,514 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-14 15:34:55,514 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-14 15:34:55,515 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-14 15:34:55,515 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-14 15:34:55,516 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-14 15:34:55,516 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-14 15:34:55,519 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-14 15:34:55,523 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-14 15:34:55,523 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-14 15:34:55,523 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-14 15:34:55,523 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-14 15:34:55,571 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-14 15:34:55,871 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-14 15:34:55,877 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-14 15:34:55,877 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-14 15:34:55,891 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-14 15:34:55,958 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-14 15:34:55,958 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-14 15:34:55,958 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:34:55,958 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:34:56,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-14 15:34:56,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-14 15:34:56,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:34:56,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:34:56,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-14 15:34:56,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-14 15:34:56,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:34:56,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:34:56,064 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-14 15:34:56,108 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1cd02c9] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-14 15:34:56,144 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2625 ms +2015-07-14 15:35:59,908 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-14 15:35:59,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:35:59,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:35:59,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:35:59,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,015 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-14 15:36:00,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-14 15:36:00,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,422 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-14 15:36:00,432 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 15:36:00,432 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:00,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,469 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-14 15:36:00,508 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 15:36:00,512 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:36:00,514 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@7ef29a +2015-07-14 15:36:00,514 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-14 15:36:00,517 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:36:00,517 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18071da +2015-07-14 15:36:00,517 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-14 15:36:00,517 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-14 15:36:00,518 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-14 15:36:00,519 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@7ef29a} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18071da} + +2015-07-14 15:36:00,519 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:00,538 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:00,520 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-14 15:36:00,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,563 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:36:00,568 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 15:36:00,568 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:00,569 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 15:36:00,570 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 15:36:00,571 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-14 15:36:00,573 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18071da +2015-07-14 15:36:00,573 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-14 15:36:00,573 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 15:36:00,573 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-14 15:36:00,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,582 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-14 15:36:00,587 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 15:36:00,587 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 15:36:00,587 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@18071da} + +2015-07-14 15:36:00,587 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:00,588 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-14 15:36:00,588 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-14 15:36:00,588 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:00,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,593 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 15:36:00,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:36:00,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:36:00,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,647 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:36:00,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,793 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:36:00,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,831 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:36:00,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 15:36:00,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:36:00,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:36:00,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:00,909 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 15:36:00,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:00,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:00,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:00,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:00,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:00,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:00,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:00,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:00,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:00,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:00,980 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-14 15:36:00,997 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 15:36:00,997 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:01,000 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-14 15:36:01,000 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 15:36:01,002 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:36:01,002 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@18071da +2015-07-14 15:36:01,002 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-14 15:36:01,003 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:36:01,003 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@18071da +2015-07-14 15:36:01,003 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@18071da +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@18071da +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-14 15:36:01,005 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-14 15:36:01,006 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-14 15:36:01,008 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@18071da} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@18071da} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@18071da} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@18071da} + +2015-07-14 15:36:01,008 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:01,009 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:36:01,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:01,009 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-14 15:36:01,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:01,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:01,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:01,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:01,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:01,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:01,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:01,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:01,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:01,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:01,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:01,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:01,244 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 15:36:01,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:36:01,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:36:01,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:01,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:01,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:01,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:01,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:01,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:01,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:01,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:36:01,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:36:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:36:01,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:36:01,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:36:01,701 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 15:36:01,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:36:01,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:36:01,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:36:01,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:36:01,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:36:01,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:36:01,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:36:01,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:36:01,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:51,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:38:51,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:38:51,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:38:51,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:38:51,327 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-14 15:38:51,328 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-14 15:38:51,331 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:51,331 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 15:38:51,332 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-14 15:38:51,332 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-14 15:38:51,333 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-14 15:38:51,333 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1ef3c13 +2015-07-14 15:38:51,333 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-14 15:38:51,333 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 15:38:51,333 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-14 15:38:51,333 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 15:38:51,334 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 15:38:51,334 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-14 15:38:51,334 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:51,334 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-14 15:38:51,334 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-14 15:38:51,334 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:51,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:38:51,335 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:38:51,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:38:51,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:38:51,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:38:51,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:38:51,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:38:51,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:38:51,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:51,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:38:51,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:52,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:38:52,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:38:52,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:38:52,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:38:52,517 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-14 15:38:52,519 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-14 15:38:52,519 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:52,519 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1ef3c13 +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-14 15:38:52,520 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 15:38:52,521 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-14 15:38:52,521 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:52,521 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-14 15:38:52,521 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-14 15:38:52,521 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:52,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:38:52,522 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-14 15:38:52,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:38:52,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:38:52,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:38:52,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:38:52,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:38:52,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:38:52,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:52,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:38:52,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:53,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:38:53,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:38:53,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:38:53,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:38:53,353 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-14 15:38:53,356 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-14 15:38:53,356 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:53,356 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 15:38:53,357 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-14 15:38:53,357 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-14 15:38:53,357 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-14 15:38:53,357 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@9d0870 +2015-07-14 15:38:53,357 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-14 15:38:53,358 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-14 15:38:53,358 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1ef3c13 +2015-07-14 15:38:53,358 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-14 15:38:53,358 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 15:38:53,358 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-14 15:38:53,359 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 15:38:53,359 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 15:38:53,359 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-14 15:38:53,359 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:53,359 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-14 15:38:53,359 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-14 15:38:53,360 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:38:53,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:38:53,360 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-14 15:38:53,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:38:53,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:38:53,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:38:53,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:38:53,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:38:53,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:38:53,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:53,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:38:53,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:55,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:38:55,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:38:55,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:38:55,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:38:55,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:38:55,285 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-14 15:38:55,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:38:55,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:38:55,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:38:55,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:38:55,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:38:55,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:38:55,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:55,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:38:55,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:58,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:38:58,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:38:58,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:38:58,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:38:58,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:38:58,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-14 15:38:58,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:38:58,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:38:58,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:38:58,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:38:58,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:38:58,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:38:58,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:38:58,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:38:58,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:52:23,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:52:23,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:52:23,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:52:23,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:52:23,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:52:23,989 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:52:23,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:52:23,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:52:23,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:52:23,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:52:23,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:52:24,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:52:24,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:52:24,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:52:24,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:53:49,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:53:49,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:53:49,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:53:49,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:53:49,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:53:49,768 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:53:49,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:53:49,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:53:49,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:53:49,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:53:49,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:53:49,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:53:49,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:53:49,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:53:49,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:53:51,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:53:51,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:53:51,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:53:51,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:53:51,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:53:51,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:53:51,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:53:51,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:53:51,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:53:51,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:53:51,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:53:51,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:53:51,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:53:51,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:53:51,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:55:18,509 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-14 15:55:18,564 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Tue Jul 14 15:55:18 CST 2015]; root of context hierarchy +2015-07-14 15:55:18,706 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-14 15:55:19,285 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-14 15:55:19,290 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-14 15:55:19,455 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-14 15:55:19,740 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-14 15:55:19,747 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-14 15:55:19,775 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b1fb70: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-14 15:55:20,008 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-14 15:55:20,096 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-14 15:55:20,146 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-14 15:55:20,149 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-14 15:55:20,151 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-14 15:55:20,155 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-14 15:55:20,367 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-14 15:55:20,578 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-14 15:55:20,650 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-14 15:55:20,681 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-14 15:55:20,712 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-14 15:55:20,712 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-14 15:55:20,714 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-14 15:55:20,714 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-14 15:55:20,731 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-14 15:55:20,732 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-14 15:55:20,735 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-14 15:55:20,816 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-14 15:55:21,175 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-14 15:55:21,175 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-14 15:55:21,206 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-14 15:55:21,215 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-14 15:55:21,216 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-14 15:55:21,216 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-14 15:55:21,216 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-14 15:55:21,216 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-14 15:55:21,217 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-14 15:55:21,217 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-14 15:55:21,217 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-14 15:55:21,217 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-14 15:55:21,218 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-14 15:55:21,218 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-14 15:55:21,218 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-14 15:55:21,218 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-14 15:55:21,218 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-14 15:55:21,218 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-14 15:55:21,219 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-14 15:55:21,219 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-14 15:55:21,219 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-14 15:55:21,220 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-14 15:55:21,220 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-14 15:55:21,220 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-14 15:55:21,220 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-14 15:55:21,220 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-14 15:55:21,222 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-14 15:55:21,223 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-14 15:55:21,223 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-14 15:55:21,223 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-14 15:55:21,223 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-14 15:55:21,282 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-14 15:55:21,469 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-14 15:55:21,474 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-14 15:55:21,474 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-14 15:55:21,487 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-14 15:55:21,578 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-14 15:55:21,578 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-14 15:55:21,578 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:55:21,578 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:55:21,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-14 15:55:21,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-14 15:55:21,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:55:21,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:55:21,677 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-14 15:55:21,677 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-14 15:55:21,677 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-14 15:55:21,677 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-14 15:55:21,677 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-14 15:55:21,705 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@137c3d6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-14 15:55:21,718 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3208 ms +2015-07-14 15:55:31,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:55:31,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:55:31,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:55:31,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:55:31,222 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-14 15:55:31,233 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-14 15:55:31,234 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:55:31,275 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 15:55:31,428 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-14 15:55:31,429 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-14 15:55:31,432 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-14 15:55:31,433 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fe577f +2015-07-14 15:55:31,433 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-14 15:55:31,434 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 15:55:31,434 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-14 15:55:31,444 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 15:55:31,444 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 15:55:31,445 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-14 15:55:31,445 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:55:31,465 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-14 15:55:31,465 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-14 15:55:31,465 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 15:55:31,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:55:31,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:55:31,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:55:31,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:55:31,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:55:31,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:55:31,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:55:31,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:55:31,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:55:31,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:55:31,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:56:00,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:56:00,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:56:00,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:56:00,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:56:00,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:56:00,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:56:00,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:56:00,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:56:00,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:56:00,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:56:00,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:56:00,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:56:00,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:56:00,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:56:00,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:58:19,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:58:19,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:58:19,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:58:19,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:58:19,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:58:19,201 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:58:19,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:58:19,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:58:19,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:58:19,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:58:19,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:58:19,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:58:19,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:58:19,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:58:19,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:59:41,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 15:59:41,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 15:59:41,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 15:59:41,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 15:59:41,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 15:59:41,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 15:59:41,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 15:59:41,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 15:59:41,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 15:59:41,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 15:59:41,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 15:59:41,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 15:59:41,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 15:59:41,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 15:59:41,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:17,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:06:17,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:06:17,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:06:17,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:06:17,545 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-14 16:06:17,548 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-14 16:06:17,548 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:06:17,548 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 16:06:17,548 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-14 16:06:17,548 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-14 16:06:17,549 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-14 16:06:17,549 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fe577f +2015-07-14 16:06:17,549 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-14 16:06:17,549 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 16:06:17,549 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-14 16:06:17,550 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-14 16:06:17,550 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 16:06:17,550 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-14 16:06:17,550 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:06:17,552 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-14 16:06:17,552 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-14 16:06:17,552 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:06:17,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:06:17,553 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-14 16:06:17,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:06:17,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:06:17,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:06:17,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:06:17,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:06:17,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:06:17,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:17,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:06:17,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:18,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:06:18,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:06:18,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:06:18,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:06:18,225 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-14 16:06:18,230 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-14 16:06:18,230 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:06:18,231 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 16:06:18,231 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-14 16:06:18,231 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-14 16:06:18,242 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-14 16:06:18,242 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1cc8fb6 +2015-07-14 16:06:18,242 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-14 16:06:18,243 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-14 16:06:18,243 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@fe577f +2015-07-14 16:06:18,243 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-14 16:06:18,243 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 16:06:18,243 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-14 16:06:18,244 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 16:06:18,244 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 16:06:18,245 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-14 16:06:18,246 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:06:18,246 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-14 16:06:18,246 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-14 16:06:18,246 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:06:18,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:06:18,247 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-14 16:06:18,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:06:18,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:06:18,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:06:18,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:06:18,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:06:18,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:06:18,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:18,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:06:18,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:22,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:06:22,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:06:22,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:06:22,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:06:22,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:06:22,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-14 16:06:22,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:06:22,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:06:22,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:06:22,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:06:22,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:06:22,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:06:22,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:22,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:06:22,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:31,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:06:31,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:06:31,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:06:31,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:06:31,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:06:31,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-14 16:06:31,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:06:31,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:06:31,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:06:31,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:06:31,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:06:31,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:06:31,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:06:31,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:06:31,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:08:10,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:08:10,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:08:10,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:08:10,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:08:10,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:08:10,547 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-14 16:08:10,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:08:10,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:08:10,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:08:10,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:08:10,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:08:10,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:08:10,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:08:10,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:08:10,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:08:12,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:08:12,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:08:12,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:08:12,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:08:12,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:08:12,229 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 16:08:12,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:08:12,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:08:12,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:08:12,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:08:12,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:08:12,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:08:12,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:08:12,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:08:12,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:10:33,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:10:33,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:10:33,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:10:33,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:10:33,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:10:33,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 16:10:33,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:10:33,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:10:33,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:10:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:10:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:10:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:10:33,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:10:33,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:10:33,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:10:35,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:10:35,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:10:35,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:10:35,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:10:35,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:10:35,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 16:10:35,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:10:35,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:10:35,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:10:35,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:10:35,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:10:35,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:10:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:10:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:10:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,103 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-14 16:18:36,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,121 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-14 16:18:36,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-14 16:18:36,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,155 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-14 16:18:36,158 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 16:18:36,158 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,158 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-14 16:18:36,158 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 16:18:36,158 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-14 16:18:36,159 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@191adbc +2015-07-14 16:18:36,159 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-14 16:18:36,164 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-14 16:18:36,165 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-14 16:18:36,166 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-14 16:18:36,166 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-14 16:18:36,167 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-14 16:18:36,167 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@191adbc} + +2015-07-14 16:18:36,167 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,167 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-14 16:18:36,167 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-14 16:18:36,167 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:18:36,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:36,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:18:36,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:36,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:36,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,231 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-14 16:18:36,236 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 16:18:36,236 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,236 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@b61eb5 +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@191adbc +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-14 16:18:36,237 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-14 16:18:36,238 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-14 16:18:36,238 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@b61eb5} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@191adbc} + +2015-07-14 16:18:36,238 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,240 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,244 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,292 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,408 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,459 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,478 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,496 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,537 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,570 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,592 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,628 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:18:36,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:36,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:36,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,713 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-14 16:18:36,719 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-14 16:18:36,719 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,719 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-14 16:18:36,719 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-14 16:18:36,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 16:18:36,720 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@191adbc +2015-07-14 16:18:36,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-14 16:18:36,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@191adbc +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@191adbc +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@191adbc +2015-07-14 16:18:36,721 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-14 16:18:36,722 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-14 16:18:36,722 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-14 16:18:36,722 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@191adbc} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@191adbc} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@191adbc} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@191adbc} + +2015-07-14 16:18:36,722 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,722 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-14 16:18:36,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:36,723 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-14 16:18:36,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:36,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:36,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:18:36,738 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:36,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:18:36,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:36,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:36,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:36,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:36,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:37,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:37,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:37,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:37,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:37,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:37,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:37,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:37,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:37,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:37,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:37,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:37,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:37,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:37,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:37,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:37,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:37,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:37,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:37,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:37,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:37,676 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:37,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:37,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:37,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:37,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:37,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:37,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:37,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:37,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:37,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:38,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:38,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:38,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:38,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:38,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:38,185 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:38,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:38,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:38,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:38,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:38,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:38,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:38,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:38,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:38,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:51,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:51,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:51,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:51,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:51,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:51,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:51,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:51,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:51,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:51,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:51,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:51,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:51,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:51,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:51,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:52,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:52,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:52,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:52,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:52,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:52,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:52,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:52,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:52,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:52,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:52,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:52,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:52,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:52,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:52,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:52,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:52,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:52,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:52,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:52,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:52,532 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:52,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:52,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:52,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:52,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:52,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:52,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:52,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:52,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:52,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:53,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:53,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:53,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:53,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:53,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:53,019 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:53,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:53,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:53,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:53,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:53,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:53,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:53,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:53,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:53,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:53,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:53,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:53,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:53,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:53,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:53,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:53,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:53,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:53,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:53,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:53,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:53,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:53,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:53,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:53,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:54,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:54,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:54,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:54,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:54,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:54,021 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:54,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:54,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:54,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:54,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:54,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:54,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:54,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:54,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:54,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:54,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:54,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:54,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:54,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:54,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:54,524 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:54,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:54,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:54,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:54,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:54,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:54,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:54,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:54,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:54,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:55,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:55,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:55,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:55,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:55,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:55,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:55,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:55,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:55,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:55,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:55,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:55,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:55,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:55,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:55,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:55,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:55,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:55,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:55,527 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:55,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:55,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:55,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:55,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:55,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:55,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:55,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:55,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:55,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:56,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:56,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:56,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:56,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:56,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:56,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:56,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:56,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:56,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:56,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:56,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:56,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:56,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:56,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:56,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:56,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:56,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:56,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:56,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:56,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:56,521 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:56,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:56,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:56,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:56,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:56,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:56,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:56,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:56,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:56,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:57,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:57,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:57,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:57,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:57,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:57,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:57,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:57,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:57,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:57,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:57,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:57,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:57,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:57,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:57,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:57,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:57,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:57,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:57,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:57,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:57,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:57,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:57,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:57,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:57,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:57,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:57,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:57,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:57,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:57,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:58,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:58,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:58,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:58,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:58,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:58,039 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:58,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:58,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:58,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:58,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:58,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:58,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:58,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:58,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:58,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:58,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:58,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:58,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:58,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:58,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:58,539 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:58,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:58,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:58,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:58,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:58,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:58,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:58,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:58,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:58,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:59,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:59,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:59,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:59,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:59,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:59,046 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:59,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:59,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:59,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:59,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:59,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:59,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:59,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:59,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:59,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:59,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:18:59,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:18:59,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:18:59,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:18:59,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:18:59,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:18:59,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:18:59,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:18:59,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:18:59,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:18:59,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:18:59,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:18:59,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:18:59,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:18:59,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:00,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:00,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:00,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:00,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:00,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:00,041 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:00,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:00,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:00,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:00,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:00,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:00,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:00,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:00,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:00,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:00,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:00,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:00,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:00,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:00,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:00,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:00,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:00,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:00,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:00,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:00,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:00,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:00,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:00,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:00,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:01,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:01,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:01,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:01,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:01,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:01,080 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:01,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:01,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:01,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:01,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:01,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:01,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:01,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:01,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:01,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:01,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:01,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:01,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:01,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:01,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:01,556 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:01,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:01,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:01,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:01,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:01,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:01,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:01,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:01,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:01,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:02,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:02,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:02,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:02,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:02,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:02,055 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:02,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:02,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:02,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:02,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:02,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:02,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:02,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:02,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:02,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:02,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:02,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:02,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:02,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:02,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:02,551 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:02,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:02,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:02,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:02,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:02,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:02,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:02,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:02,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:02,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:03,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:03,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:03,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:03,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:03,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:03,054 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:03,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:03,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:03,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:03,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:03,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:03,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:03,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:03,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:03,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:03,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:03,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:03,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:03,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:03,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:03,553 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:03,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:03,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:03,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:03,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:03,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:03,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:03,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:03,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:03,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:04,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:04,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:04,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:04,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:04,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:04,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:04,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:04,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:04,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:04,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:04,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:04,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:04,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:04,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:04,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:04,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:04,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:04,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:04,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:04,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:04,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:04,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:04,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:04,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:04,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:04,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:04,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:04,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:04,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:04,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:05,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:05,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:05,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:05,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:05,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:05,059 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:05,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:05,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:05,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:05,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:05,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:05,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:05,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:05,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:05,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:05,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:05,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:05,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:05,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:05,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:05,557 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:05,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:05,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:05,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:05,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:05,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:05,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:05,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:05,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:05,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:06,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:06,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:06,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:06,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:06,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:06,053 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:06,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:06,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:06,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:06,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:06,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:06,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:06,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:06,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:06,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:06,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:06,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:06,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:06,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:06,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:06,552 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:06,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:06,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:06,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:06,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:06,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:06,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:06,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:06,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:06,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,003 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-14 16:19:07,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,011 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-14 16:19:07,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-14 16:19:07,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:07,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:07,059 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:07,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:07,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:07,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,078 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,112 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,129 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,147 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,163 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,182 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,201 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,230 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,263 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,310 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,353 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,386 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,407 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,434 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,454 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,485 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,502 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,536 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,566 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:07,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:07,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:07,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:07,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:07,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:07,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:07,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:07,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:07,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:07,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:07,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:07,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:07,716 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:07,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:07,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:08,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:08,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:08,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,284 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:08,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:08,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:08,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,585 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,626 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,675 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,709 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,756 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,776 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,807 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,823 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,861 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,931 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,953 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,971 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:08,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:08,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:08,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:08,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:08,988 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:08,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:08,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:08,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:08,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:08,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:08,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:08,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,011 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,032 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,068 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,079 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:09,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:09,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:09,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,120 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,150 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,174 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,194 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,220 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,252 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,283 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,316 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,342 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,395 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,437 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,465 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,498 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,523 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,546 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:09,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:09,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:09,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:09,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:09,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:09,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:09,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:09,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:09,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:09,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:09,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:09,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:09,606 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:09,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:09,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,031 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,059 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:10,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:10,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:10,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,513 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:10,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:10,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:10,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,629 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,660 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,680 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,706 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,727 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,753 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,774 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,805 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,823 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,843 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,890 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,910 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,928 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,954 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:10,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:10,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:10,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:10,971 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:10,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:10,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:10,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:10,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:10,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:10,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:10,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:10,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,005 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,024 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,043 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,067 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:11,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:11,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:11,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,093 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,125 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,145 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,169 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,214 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,234 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,254 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,283 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,318 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,335 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,367 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,398 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,450 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,488 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,553 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:11,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:11,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:11,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:11,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:11,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:11,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:11,612 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:11,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:11,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:11,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:11,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:11,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:11,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:11,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:12,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:12,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:12,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:12,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:12,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:12,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:12,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:12,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:12,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:12,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:12,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:12,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:12,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:12,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:12,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:12,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:12,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:12,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:12,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:12,727 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:12,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:12,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:12,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:12,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:12,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:12,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:12,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:12,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:12,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:12,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:12,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:12,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:12,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:12,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:12,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:12,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:12,948 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:13,061 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:13,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:13,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:13,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:13,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,177 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,200 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,226 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,243 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,260 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,277 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,293 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,328 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,361 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,386 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,401 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,424 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,449 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,466 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,482 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,499 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,515 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,532 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,571 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:13,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:13,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:13,577 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:13,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:13,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:13,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:13,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:13,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:13,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:13,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:13,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:13,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:13,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:13,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:13,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,004 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,089 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:14,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:14,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:14,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,429 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:14,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:14,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:14,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,641 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,709 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,734 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,766 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,830 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,850 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,883 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,917 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,934 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,962 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:14,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:14,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:14,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:14,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:14,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:14,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:14,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:14,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:14,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:14,997 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:14,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:14,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,026 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,055 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,096 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:15,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:15,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:15,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,131 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,151 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,220 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,264 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,317 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,351 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,387 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,426 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,455 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,480 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,513 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,548 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,582 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:15,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:15,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:15,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:15,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:15,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:15,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:15,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:15,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:15,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:15,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:15,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:15,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:15,620 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:15,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:15,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,073 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:16,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:16,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:16,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,323 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:16,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:16,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:16,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,776 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,822 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,852 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,868 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,893 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,909 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,927 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,944 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:16,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:16,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:16,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:16,987 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:16,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:16,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:16,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:16,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:16,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:16,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:16,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:16,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,002 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,023 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,039 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,055 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:17,078 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,078 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:17,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:17,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:17,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:17,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,101 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,120 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,139 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,171 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,201 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,222 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,249 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,271 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,316 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,338 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,377 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,397 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,430 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,452 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,478 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,503 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,526 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,552 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:17,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:17,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:17,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:17,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:17,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:17,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:17,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:17,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:17,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:17,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:17,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:17,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:17,802 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:17,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:17,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:18,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:18,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:18,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,328 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,574 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,577 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:18,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:18,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:18,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,593 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,619 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,650 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,677 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,697 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,718 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,752 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,790 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,832 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,866 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,892 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,920 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:18,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:18,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:18,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:18,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:18,992 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:18,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:18,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:18,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:18,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:18,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:18,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:18,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,072 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:19,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:19,099 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:19,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:19,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:19,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,135 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,156 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,178 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,205 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,241 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,263 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,292 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,317 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,342 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,391 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,430 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,458 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,479 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,543 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:19,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:19,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:19,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:19,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:19,593 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:19,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:19,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:19,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:19,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:19,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:19,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:19,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:19,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:19,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:19,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,002 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,490 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,538 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,554 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,572 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:20,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:20,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:20,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,599 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,630 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,650 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,668 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,687 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,727 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,801 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,819 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,847 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,886 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,918 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,945 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:20,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:20,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:20,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:20,973 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:20,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:20,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:20,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:20,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:20,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:20,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:20,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:20,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,001 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,022 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,047 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,099 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,099 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:21,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:21,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:21,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:21,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,127 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,164 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,220 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,246 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,277 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,318 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,341 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,400 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,447 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,483 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,521 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,558 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,594 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:21,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:21,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:21,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,608 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,771 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,796 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,830 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,849 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,897 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,930 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,947 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:21,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:21,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:21,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:21,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:21,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:21,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:21,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:21,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:21,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:21,988 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:21,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:21,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,015 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,043 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,094 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,120 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:22,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:22,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:22,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,129 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,149 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,198 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,237 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,267 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,330 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,386 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,411 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,455 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,480 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,506 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,550 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,582 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,656 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:22,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:22,657 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:22,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:22,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:22,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,692 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,723 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,780 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,835 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,866 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,895 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,940 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:22,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:22,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:22,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:22,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:22,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:22,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:22,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:22,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:22,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:22,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:22,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:22,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,021 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,045 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,111 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,111 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:23,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:23,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:23,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:23,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,141 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,253 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,327 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,405 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,436 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,495 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,533 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,556 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,624 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:23,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:23,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:23,631 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:23,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:23,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,666 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,707 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,731 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,783 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,817 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:23,972 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:23,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:23,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:23,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:23,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:23,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:23,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:23,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:23,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:23,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:23,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:23,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,033 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,083 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,118 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,151 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:24,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:24,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:24,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,159 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,213 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,245 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,267 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,314 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,334 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,378 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,399 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,432 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,459 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,485 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,513 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,547 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,579 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,609 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:24,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,610 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:24,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:24,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:24,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,667 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,701 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,729 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,756 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,773 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,824 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,886 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,951 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:24,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:24,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:24,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:24,979 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:24,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:24,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:24,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:24,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:24,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:24,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:24,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:24,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,011 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,041 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,117 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,130 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:25,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:25,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:25,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,167 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,244 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,276 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,307 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,333 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,359 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,382 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,404 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,444 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,468 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,504 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,527 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,568 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,621 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,646 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,658 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:25,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:25,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-14 16:19:25,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:25,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,684 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,843 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,874 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,903 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,924 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:25,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:25,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:25,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:25,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:25,969 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:25,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:25,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:25,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:25,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:25,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:25,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:25,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,021 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,041 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,072 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,117 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:26,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-14 16:19:26,166 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-14 16:19:26,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:26,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:26,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,218 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,272 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,320 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,352 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,395 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,451 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,490 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,524 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,545 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,563 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,602 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,626 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,631 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:26,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:26,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:26,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,672 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,696 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,760 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,815 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,858 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,883 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,903 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,933 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,952 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:26,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:26,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:26,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:26,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:26,995 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:26,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:26,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:26,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:26,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:26,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:26,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:26,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:27,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:27,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:27,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:27,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:27,014 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:27,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:27,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:27,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:27,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:27,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:27,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:27,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:27,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:27,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:27,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:27,049 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:27,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:27,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:27,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:27,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:27,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:27,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:27,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:27,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:27,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:27,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:27,089 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-14 16:19:27,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:27,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:27,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:27,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:27,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:27,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:27,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:27,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:27,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:27,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:27,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:27,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:27,132 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-14 16:19:27,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:27,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:27,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:27,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:27,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:27,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:27,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:27,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:27,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:27,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:27,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:27,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:27,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:27,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:27,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:27,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:27,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:27,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:27,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:27,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:27,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:27,650 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:27,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:27,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:27,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:27,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:27,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:27,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:27,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:27,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:27,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:28,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:28,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:28,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:28,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:28,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:28,142 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:28,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:28,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:28,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:28,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:28,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:28,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:28,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:28,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:28,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:28,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:28,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:28,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:28,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:28,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:28,665 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:28,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:28,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:28,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:28,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:28,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:28,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:28,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:28,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:28,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:29,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:29,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:29,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:29,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:29,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:29,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:29,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:29,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:29,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:29,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:29,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:29,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:29,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:29,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:29,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:29,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:29,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:29,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:29,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:29,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:29,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:29,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:29,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:29,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:29,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:29,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:29,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:29,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:29,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:29,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:30,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:30,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:30,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:30,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:30,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:30,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:30,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:30,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:30,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:30,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:30,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:30,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:30,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:30,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:30,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:30,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:30,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:30,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:30,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:30,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:30,709 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:30,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:30,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:30,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:30,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:30,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:30,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:30,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:30,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:30,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:31,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:31,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:31,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:31,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:31,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:31,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:31,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:31,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:31,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:31,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:31,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:31,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:31,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:31,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:31,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:31,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:31,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:31,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:31,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:31,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:31,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:31,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:31,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:31,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:31,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:31,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:31,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:31,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:31,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:31,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:32,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:32,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:32,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:32,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:32,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:32,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:32,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:32,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:32,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:32,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:32,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:32,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:32,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:32,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:32,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:32,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:32,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:32,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:32,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:32,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:32,721 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:32,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:32,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:32,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:32,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:32,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:32,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:32,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:32,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:32,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:33,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:33,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:33,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:33,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:33,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:33,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:33,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:33,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:33,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:33,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:33,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:33,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:33,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:33,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:33,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:33,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:33,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:33,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:33,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:33,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:33,734 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:33,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:33,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:33,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:33,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:33,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:33,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:34,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:34,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:34,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:34,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:34,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:34,264 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:34,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:34,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:34,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:34,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:34,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:34,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:34,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:34,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:34,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:34,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:34,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:34,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:34,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:34,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:34,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:34,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:34,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:34,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:34,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:34,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:34,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:34,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:34,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:34,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:35,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:35,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:35,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:35,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:35,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:35,236 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:35,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:35,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:35,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:35,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:35,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:35,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:35,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:35,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:35,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:35,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:35,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:35,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:35,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:35,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:35,745 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:35,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:35,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:35,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:35,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:35,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:35,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:35,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:35,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:35,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:36,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:36,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:36,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:36,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:36,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:36,256 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:36,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:36,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:36,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:36,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:36,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:36,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:36,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:36,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:36,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:36,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:36,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:36,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:36,766 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:36,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:36,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:36,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:36,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:36,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:36,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:36,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:36,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:36,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:37,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:37,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:37,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:37,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:37,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:37,270 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:37,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:37,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:37,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:37,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:37,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:37,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:37,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:37,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:37,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:37,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:37,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:37,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:37,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:37,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:37,767 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:37,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:37,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:37,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:37,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:37,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:37,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:37,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:37,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:37,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:38,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:38,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:38,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:38,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:38,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:38,276 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:38,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:38,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:38,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:38,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:38,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:38,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:38,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:38,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:38,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:38,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:38,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:38,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:38,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:38,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:38,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:38,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:38,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:38,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:38,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:38,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:38,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:38,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:38,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:38,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:39,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:39,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:39,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:39,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:39,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:39,356 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:39,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:39,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:39,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:39,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:39,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:39,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:39,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:39,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:39,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:39,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:39,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:39,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:39,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:39,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:39,815 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:39,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:39,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:39,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:39,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:39,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:39,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:39,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:39,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:39,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:40,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:40,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:40,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:40,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:40,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:40,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:40,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:40,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:40,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:40,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:40,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:40,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:40,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:40,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:40,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:40,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:40,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:40,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:40,838 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:40,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:40,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:40,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:40,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:40,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:40,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:40,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:40,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:40,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:41,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:41,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:41,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:41,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:41,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:41,344 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:41,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:41,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:41,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:41,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:41,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:41,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:41,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:41,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:41,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:41,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:41,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:41,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:41,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:41,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:41,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:41,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:41,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:41,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:41,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:41,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:41,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:41,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:41,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:41,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:42,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:42,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:42,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:42,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:42,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:42,338 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:42,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:42,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:42,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:42,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:42,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:42,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:42,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:42,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:42,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:42,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:42,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:42,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:42,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:42,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:42,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:42,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:42,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:42,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:42,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:42,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:42,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:42,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:42,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:42,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:43,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:43,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:43,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:43,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:43,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:43,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:43,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:43,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:43,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:43,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:43,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:43,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:43,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:43,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:43,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:43,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:43,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:43,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:43,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:43,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:43,853 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:43,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:43,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:43,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:43,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:43,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:43,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:43,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:43,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:43,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:44,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:44,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:44,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:44,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:44,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:44,338 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:44,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:44,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:44,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:44,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:44,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:44,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:44,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:44,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:44,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:44,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:44,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:44,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:44,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:44,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:44,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:44,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:44,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:44,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:44,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:44,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:44,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:44,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:44,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:44,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:45,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:45,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:45,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:45,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:45,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:45,346 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:45,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:45,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:45,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:45,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:45,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:45,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:45,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:45,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:45,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:45,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:45,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:45,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:45,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:45,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:45,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:45,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:45,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:45,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:45,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:45,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:45,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:45,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:45,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:45,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:46,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:46,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:46,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:46,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:46,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:46,355 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:46,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:46,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:46,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:46,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:46,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:46,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:46,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:46,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:46,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:46,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:46,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:46,894 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:46,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:46,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:46,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:46,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:46,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:46,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:46,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:46,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:46,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:47,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:47,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:47,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:47,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:47,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:47,400 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:47,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:47,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:47,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:47,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:47,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:47,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:47,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:47,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:47,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:47,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:47,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:47,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:47,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:47,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:47,926 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:47,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:47,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:47,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:47,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:47,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:47,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:47,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:47,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:47,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:48,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:48,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:48,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:48,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:48,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:48,406 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:48,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:48,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:48,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:48,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:48,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:48,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:48,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:48,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:48,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:48,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:48,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:48,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:48,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:48,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:48,910 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:48,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:48,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:48,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:48,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:48,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:48,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:48,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:48,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:48,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:49,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:49,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:49,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:49,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:49,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:49,426 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:49,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:49,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:49,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:49,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:49,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:49,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:49,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:49,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:49,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:49,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:49,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:49,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:49,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:49,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:49,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:49,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:49,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:49,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:49,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:49,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:49,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:50,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:50,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:50,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:50,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:50,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:50,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:50,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:50,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:50,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:50,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:50,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:50,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:50,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:50,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:50,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:50,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:50,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:50,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:50,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:50,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:50,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:50,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:50,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:50,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:50,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:50,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:50,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:50,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:50,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:50,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:51,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:51,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:51,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:51,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:51,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:51,433 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:51,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:51,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:51,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:51,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:51,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:51,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:51,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:51,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:51,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:51,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:51,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:51,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:51,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:51,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:51,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:51,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:51,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:51,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:51,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:51,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:51,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:51,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:51,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:51,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:52,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:52,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:52,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:52,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:52,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:52,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:52,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:52,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:52,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:52,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:52,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:52,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:52,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:52,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:52,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:52,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:52,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:52,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:52,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:52,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:52,986 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:52,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:52,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:52,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:52,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:52,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:52,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:52,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:52,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:52,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:53,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:53,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:53,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:53,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:53,504 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:53,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:53,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:53,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:53,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:53,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:53,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:53,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:53,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:53,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:53,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:53,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:53,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:53,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:53,985 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:53,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:53,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:53,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:53,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:53,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:53,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:53,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:53,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:53,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:54,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:54,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:54,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:54,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:54,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:54,496 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:54,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:54,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:54,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:54,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:54,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:54,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:54,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:54,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:54,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:54,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:54,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:54,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:54,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:54,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:54,985 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:54,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:54,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:54,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:54,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:54,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:54,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:54,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:54,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:54,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:55,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:55,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:55,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:55,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:55,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:55,496 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:55,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:55,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:55,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:55,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:55,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:55,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:55,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:55,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:55,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:55,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:55,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:55,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:56,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:56,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:56,000 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:56,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:56,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:56,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:56,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:56,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:56,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:56,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:56,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:56,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:56,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:56,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:56,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:56,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:56,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:56,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:56,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:56,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:56,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:56,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:56,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:56,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:56,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:56,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:56,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:57,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:57,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:57,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:57,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:57,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:57,026 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:57,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:57,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:57,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:57,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:57,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:57,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:57,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:57,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:57,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:57,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:57,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:57,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:57,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:57,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:57,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:57,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:57,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:57,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:57,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:57,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:57,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:57,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:57,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:57,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:58,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:58,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:58,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:58,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:58,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:58,074 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:58,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:58,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:58,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:58,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:58,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:58,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:58,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:58,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:58,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:58,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:58,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:58,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:58,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:58,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:58,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:58,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:58,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:58,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:58,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:58,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:58,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:58,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:58,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:58,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:59,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:59,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:59,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:59,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:59,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:59,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:59,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:59,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:59,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:59,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:59,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:59,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:59,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:59,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:59,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:59,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:19:59,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:19:59,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:19:59,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:19:59,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:19:59,626 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:19:59,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:19:59,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:19:59,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:19:59,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:19:59,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:19:59,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:19:59,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:19:59,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:19:59,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:00,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:00,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:00,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:00,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:00,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:00,139 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:00,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:00,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:00,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:00,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:00,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:00,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:00,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:00,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:00,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:00,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:00,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:00,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:00,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:00,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:00,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:00,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:00,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:00,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:00,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:00,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:00,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:00,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:00,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:00,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:01,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:01,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:01,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:01,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:01,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:01,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:01,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:01,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:01,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:01,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:01,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:01,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:01,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:01,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:01,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:01,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:01,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:01,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:01,671 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:01,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:01,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:01,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:01,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:01,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:01,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:01,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:01,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:01,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:02,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:02,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:02,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:02,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:02,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:02,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:02,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:02,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:02,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:02,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:02,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:02,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:02,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:02,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:02,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:02,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:02,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:02,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:02,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:02,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:02,669 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:02,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:02,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:02,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:02,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:02,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:02,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:02,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:02,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:02,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:03,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:03,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:03,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:03,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:03,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:03,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:03,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:03,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:03,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:03,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:03,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:03,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:03,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:03,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:03,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:03,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:03,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:03,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:03,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:03,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:03,704 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:03,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:03,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:03,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:03,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:03,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:03,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:03,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:03,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:03,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:04,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:04,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:04,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:04,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:04,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:04,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:04,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:04,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:04,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:04,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:04,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:04,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:04,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:04,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:04,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:04,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:04,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:04,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:04,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:04,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:04,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:04,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:04,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:04,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:04,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:04,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:04,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:04,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:04,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:04,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:05,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:05,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:05,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:05,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:05,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:05,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:05,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:05,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:05,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:05,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:05,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:05,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:05,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:05,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:05,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:05,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:05,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:05,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:05,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:05,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:05,728 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:05,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:05,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:05,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:05,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:05,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:05,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:05,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:05,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:05,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:06,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:06,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:06,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:06,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:06,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:06,230 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:06,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:06,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:06,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:06,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:06,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:06,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:06,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:06,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:06,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:06,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:06,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:06,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:06,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:06,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:06,764 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:06,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:06,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:06,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:06,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:06,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:06,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:06,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:06,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:06,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:07,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:07,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:07,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:07,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:07,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:07,281 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-14 16:20:07,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:07,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:07,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:07,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:07,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:07,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:07,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:07,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:07,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:58,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:20:58,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:20:58,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:20:58,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:20:58,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:20:58,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 16:20:58,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:20:58,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:20:58,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:20:58,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:20:58,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:20:58,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:20:58,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:20:58,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:20:58,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:21:14,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:21:14,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:21:14,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:21:14,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:21:14,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:21:14,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 16:21:14,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:21:14,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:21:14,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:21:14,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:21:14,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:21:14,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:21:14,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:21:14,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:21:14,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:21:15,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-14 16:21:15,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-14 16:21:15,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-14 16:21:15,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-14 16:21:15,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-14 16:21:15,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-14 16:21:15,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-14 16:21:15,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-14 16:21:15,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-14 16:21:15,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-14 16:21:15,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-14 16:21:15,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-14 16:21:15,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-14 16:21:15,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-14 16:21:15,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:20:14,295 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-15 10:20:14,353 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 15 10:20:14 CST 2015]; root of context hierarchy +2015-07-15 10:20:14,456 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-15 10:20:14,991 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-15 10:20:14,993 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-15 10:20:15,133 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-15 10:20:15,307 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-15 10:20:15,311 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-15 10:20:15,323 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1031cad: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-15 10:20:15,549 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-15 10:20:15,595 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-15 10:20:15,605 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-15 10:20:15,607 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-15 10:20:15,610 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-15 10:20:15,613 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-15 10:20:15,761 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-15 10:20:15,864 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-15 10:20:15,901 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-15 10:20:15,928 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-15 10:20:15,963 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-15 10:20:15,964 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-15 10:20:15,965 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-15 10:20:15,965 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-15 10:20:15,968 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-15 10:20:15,969 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-15 10:20:15,972 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-15 10:20:16,024 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-15 10:20:17,122 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-15 10:20:17,122 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-15 10:20:17,138 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-15 10:20:17,141 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-15 10:20:17,142 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-15 10:20:17,142 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-15 10:20:17,142 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-15 10:20:17,142 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-15 10:20:17,143 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-15 10:20:17,143 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-15 10:20:17,143 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-15 10:20:17,143 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-15 10:20:17,144 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-15 10:20:17,144 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-15 10:20:17,144 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-15 10:20:17,144 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-15 10:20:17,144 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-15 10:20:17,151 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-15 10:20:17,153 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-15 10:20:17,153 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-15 10:20:17,156 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-15 10:20:17,156 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-15 10:20:17,156 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-15 10:20:17,156 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-15 10:20:17,156 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-15 10:20:17,211 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-15 10:20:17,385 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-15 10:20:17,389 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-15 10:20:17,390 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-15 10:20:17,402 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-15 10:20:17,579 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-15 10:20:17,579 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-15 10:20:17,579 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-15 10:20:17,579 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-15 10:20:17,680 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-15 10:20:17,680 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-15 10:20:17,680 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-15 10:20:17,680 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-15 10:20:17,757 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-15 10:20:17,757 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-15 10:20:17,757 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-15 10:20:17,757 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-15 10:20:17,757 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-15 10:20:17,789 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@49c974] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-15 10:20:17,799 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3497 ms +2015-07-15 10:24:23,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:23,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:23,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:23,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:23,312 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-15 10:24:23,323 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-15 10:24:23,324 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:23,389 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-15 10:24:23,554 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-15 10:24:23,555 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-15 10:24:23,558 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-15 10:24:23,559 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1a8b677 +2015-07-15 10:24:23,559 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-15 10:24:23,560 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-15 10:24:23,560 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-15 10:24:23,566 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-15 10:24:23,566 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-15 10:24:23,568 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-15 10:24:23,568 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:23,583 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-15 10:24:23,583 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-15 10:24:23,583 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:23,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:23,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:24:23,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:23,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:23,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:23,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:23,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:23,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:23,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:23,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:23,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:27,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:27,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:27,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:27,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:27,493 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-15 10:24:27,500 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-15 10:24:27,526 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:27,528 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-15 10:24:27,528 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-15 10:24:27,528 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-15 10:24:27,529 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-15 10:24:27,536 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1a8b677 +2015-07-15 10:24:27,536 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-15 10:24:27,536 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-15 10:24:27,536 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-15 10:24:27,537 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-15 10:24:27,537 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-15 10:24:27,537 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-15 10:24:27,538 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:27,538 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-15 10:24:27,538 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-15 10:24:27,538 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:27,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:27,539 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:24:27,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:27,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:27,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:27,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:27,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:27,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:27,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:27,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:27,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:29,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:29,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:29,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:29,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:29,597 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-15 10:24:29,604 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-15 10:24:29,604 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:29,606 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-15 10:24:29,606 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-15 10:24:29,606 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-15 10:24:29,608 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-15 10:24:29,608 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@abd19e +2015-07-15 10:24:29,608 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-15 10:24:29,609 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-15 10:24:29,609 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1a8b677 +2015-07-15 10:24:29,609 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-15 10:24:29,609 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-15 10:24:29,609 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-15 10:24:29,609 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-15 10:24:29,610 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-15 10:24:29,612 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-15 10:24:29,612 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:29,612 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-15 10:24:29,612 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-15 10:24:29,613 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-15 10:24:29,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:29,613 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:24:29,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:29,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:29,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:29,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:29,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:29,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:29,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:29,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:29,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:32,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:32,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:32,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:32,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:32,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:32,521 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:24:32,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:32,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:32,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:32,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:32,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:32,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:32,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:32,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:32,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:33,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:33,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:33,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:33,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:33,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:33,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:24:33,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:33,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:33,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:33,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:33,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:33,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:33,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:33,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:33,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:37,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:37,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:37,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:37,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:37,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:37,642 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:24:37,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:37,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:37,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:37,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:37,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:37,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:37,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:37,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:37,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:43,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:43,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:43,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:43,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:43,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:43,518 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:24:43,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:43,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:43,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:43,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:43,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:43,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:43,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:43,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:43,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:45,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:45,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:45,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:45,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:45,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:45,384 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:24:45,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:45,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:45,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:45,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:45,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:45,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:45,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:45,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:45,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:47,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:24:48,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:24:48,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:24:48,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:24:48,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:24:48,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:24:48,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:24:48,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:24:48,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:24:48,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:24:48,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:24:48,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:24:48,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:24:48,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:24:48,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:05,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:25:05,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:25:05,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:25:05,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:25:05,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:25:05,895 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:25:05,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:25:05,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:25:05,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:25:05,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:25:05,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:25:05,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:25:05,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:05,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:25:05,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:07,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:25:07,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:25:07,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:25:07,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:25:07,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:25:07,483 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:25:07,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:25:07,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:25:07,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:25:07,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:25:07,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:25:07,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:25:07,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:07,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:25:07,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:10,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:25:11,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:25:11,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:25:11,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:25:11,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:25:11,024 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:25:11,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:25:11,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:25:11,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:25:11,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:25:11,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:25:11,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:25:11,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:11,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:25:11,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:11,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:25:11,519 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:25:11,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:25:11,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:25:11,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:25:11,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:25:11,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:25:11,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:25:11,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:25:11,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:25:11,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:25:11,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:25:11,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:25:11,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:25:11,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:30,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:39:30,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:39:30,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:39:30,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:39:30,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:39:30,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:39:30,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:39:30,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:39:30,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:39:30,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:39:30,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:39:30,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:39:30,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:30,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:39:30,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:34,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:39:34,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:39:34,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:39:34,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:39:34,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:39:34,206 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:39:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:39:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:39:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:39:34,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:39:34,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:39:34,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:39:34,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:34,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:39:34,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:35,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:39:35,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:39:35,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:39:35,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:39:35,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:39:35,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:39:35,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:39:35,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:39:35,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:39:35,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:39:35,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:39:35,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:39:35,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:35,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:39:35,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:39,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:39:39,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:39:39,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:39:39,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:39:39,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:39:39,759 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:39:39,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:39:39,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:39:39,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:39:39,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:39:39,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:39:39,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:39:39,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:39:39,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:39:39,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:40:01,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:40:01,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:40:01,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:40:01,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:40:01,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:40:01,306 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:40:01,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:40:01,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:40:01,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:40:01,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:40:01,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:40:01,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:40:01,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:40:01,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:40:01,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:40:02,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:40:02,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:40:02,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:40:02,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:40:02,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:40:02,311 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:40:02,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:40:02,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:40:02,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:40:02,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:40:02,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:40:02,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:40:02,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:40:02,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:40:02,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:40:03,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:40:03,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:40:03,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:40:03,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:40:03,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:40:03,450 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:40:03,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:40:03,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:40:03,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:40:03,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:40:03,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:40:03,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:40:03,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:40:03,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:40:03,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:45:46,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:45:46,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:45:46,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:45:46,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:45:46,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:45:46,715 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:45:46,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:45:46,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:45:46,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:45:46,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:45:46,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:45:46,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:45:46,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:45:46,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:45:46,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:06,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:46:06,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:46:06,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:46:06,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:46:06,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:46:06,663 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 10:46:06,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:46:06,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:46:06,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:46:06,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:46:06,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:46:06,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:46:06,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:06,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:46:06,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:08,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:46:08,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:46:08,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:46:08,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:46:08,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:46:08,507 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:46:08,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:46:08,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:46:08,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:46:08,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:46:08,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:46:08,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:46:08,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:08,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:46:08,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:09,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:46:09,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:46:09,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:46:09,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:46:09,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:46:09,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 10:46:09,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:46:09,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:46:09,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:46:09,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:46:09,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:46:09,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:46:09,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:09,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:46:09,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:10,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 10:46:10,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 10:46:10,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 10:46:10,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 10:46:10,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 10:46:10,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 10:46:10,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 10:46:10,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 10:46:10,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 10:46:10,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 10:46:10,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 10:46:10,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 10:46:10,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 10:46:10,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 10:46:10,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:21,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:21,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:21,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:21,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:21,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:21,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 13:07:21,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:21,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:21,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:21,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:21,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:21,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:21,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:21,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:21,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:31,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:31,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:31,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:31,201 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 13:07:31,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:31,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:31,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:31,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:31,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:31,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:31,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:31,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:31,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:41,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:41,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:42,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:42,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:42,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:42,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 13:07:42,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:42,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:42,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:42,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:42,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:42,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:42,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:42,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:42,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:50,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:50,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:50,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:50,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:50,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:50,015 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 13:07:50,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:50,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:50,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:50,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:50,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:50,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:50,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:50,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:50,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:50,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:50,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:50,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:50,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:50,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:50,780 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 13:07:50,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:50,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:50,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:50,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:50,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:50,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:50,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:50,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:50,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:51,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:51,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:51,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:51,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:51,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:51,303 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 13:07:51,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:51,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:51,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:51,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:51,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:51,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:51,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:51,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:51,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:56,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:56,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:56,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:56,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:56,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:56,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 13:07:56,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:56,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:56,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:56,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:56,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:56,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:56,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:56,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:56,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:58,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:58,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:58,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:58,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:58,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:58,983 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 13:07:59,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:59,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:59,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:59,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:59,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:59,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:59,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:59,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:59,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:59,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:07:59,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:07:59,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:07:59,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:07:59,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:07:59,521 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 13:07:59,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:07:59,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:07:59,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:07:59,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:07:59,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:07:59,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:07:59,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:07:59,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:07:59,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:08:20,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:08:20,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:08:20,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:08:20,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:08:20,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:08:20,622 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 13:08:20,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:08:20,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:08:20,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:08:20,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:08:20,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:08:20,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:08:20,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:08:20,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:08:20,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:23,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:10:23,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:10:23,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:10:23,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:10:23,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:10:23,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 13:10:23,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:10:23,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:10:23,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:10:23,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:10:23,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:10:23,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:10:23,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:23,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:10:23,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:54,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:10:54,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:10:54,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:10:54,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:10:54,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:10:54,292 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 13:10:54,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:10:54,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:10:54,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:10:54,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:10:54,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:10:54,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:10:54,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:54,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:10:54,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:56,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:10:56,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:10:56,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:10:56,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:10:56,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:10:56,758 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 13:10:56,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:10:56,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:10:56,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:10:56,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:10:56,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:10:56,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:10:56,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:56,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:10:56,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:58,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:10:58,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:10:58,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:10:58,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:10:58,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:10:58,888 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-15 13:10:58,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:10:58,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:10:58,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:10:58,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:10:58,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:10:58,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:10:58,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:58,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:10:58,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:59,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:10:59,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:10:59,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:10:59,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:10:59,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:10:59,380 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-15 13:10:59,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:10:59,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:10:59,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:10:59,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:10:59,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:10:59,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:10:59,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:59,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:10:59,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:10:59,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-15 13:11:00,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-15 13:11:00,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-15 13:11:00,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-15 13:11:00,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-15 13:11:00,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-15 13:11:00,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-15 13:11:00,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-15 13:11:00,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-15 13:11:00,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-15 13:11:00,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-15 13:11:00,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-15 13:11:00,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 13:11:00,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-15 13:11:00,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-15 16:07:01,234 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-15 16:07:01,293 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Jul 15 16:07:01 CST 2015]; root of context hierarchy +2015-07-15 16:07:01,392 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-15 16:07:01,763 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-15 16:07:01,769 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-15 16:07:01,919 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-15 16:07:02,148 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-15 16:07:02,154 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-15 16:07:02,172 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7a2f28: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-15 16:07:02,489 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-15 16:07:02,537 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-15 16:07:02,547 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-15 16:07:02,550 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-15 16:07:02,553 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-15 16:07:02,558 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-15 16:07:02,738 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-15 16:07:02,876 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-15 16:07:02,919 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-15 16:07:02,954 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-15 16:07:02,994 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-15 16:07:02,994 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-15 16:07:02,995 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-15 16:07:02,995 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-15 16:07:02,998 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-15 16:07:02,998 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-15 16:07:03,003 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-15 16:07:03,088 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-15 16:07:04,346 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-15 16:07:04,346 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-15 16:07:04,362 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-15 16:07:04,365 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-15 16:07:04,366 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-15 16:07:04,366 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-15 16:07:04,367 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-15 16:07:04,367 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-15 16:07:04,367 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-15 16:07:04,367 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-15 16:07:04,367 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-15 16:07:04,367 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-15 16:07:04,368 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-15 16:07:04,368 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-15 16:07:04,368 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-15 16:07:04,368 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-15 16:07:04,368 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-15 16:07:04,368 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-15 16:07:04,369 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-15 16:07:04,369 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-15 16:07:04,370 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-15 16:07:04,370 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-15 16:07:04,370 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-15 16:07:04,370 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-15 16:07:04,370 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-15 16:07:04,370 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-15 16:07:04,372 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-15 16:07:04,373 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-15 16:07:04,373 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-15 16:07:04,373 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-15 16:07:04,373 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-15 16:07:04,435 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-15 16:07:04,698 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-15 16:07:04,703 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-15 16:07:04,703 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-15 16:07:04,716 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-15 16:07:05,117 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-15 16:07:05,117 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-15 16:07:05,117 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-15 16:07:05,117 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-15 16:07:05,153 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-15 16:07:05,153 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-15 16:07:05,153 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-15 16:07:05,153 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-15 16:07:05,201 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-15 16:07:05,201 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-15 16:07:05,201 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-15 16:07:05,202 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-15 16:07:05,202 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-15 16:07:05,237 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1446b05] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-15 16:07:05,248 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 4003 ms +2015-07-16 09:17:49,318 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 09:17:49,381 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 09:17:49 CST 2015]; root of context hierarchy +2015-07-16 09:17:49,459 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 09:17:49,787 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 09:17:49,787 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 09:17:49,880 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 09:17:50,052 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 09:17:50,052 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 09:17:50,068 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c97a40: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 09:17:50,302 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 09:17:50,349 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 09:17:50,365 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 09:17:50,365 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 09:17:50,365 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 09:17:50,413 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 09:17:50,569 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 09:17:50,740 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 09:17:50,787 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 09:17:50,803 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 09:17:50,834 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 09:17:50,834 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 09:17:50,834 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 09:17:50,834 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 09:17:50,834 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 09:17:50,850 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 09:17:50,850 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 09:17:50,928 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 09:17:51,520 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 09:17:51,520 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 09:17:51,536 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 09:17:51,536 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 09:17:51,536 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 09:17:51,536 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 09:17:51,552 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 09:17:51,552 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 09:17:51,599 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 09:17:51,771 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 09:17:51,787 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 09:17:51,787 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 09:17:51,787 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 09:17:51,943 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 09:17:51,943 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 09:17:51,943 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 09:17:51,943 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 09:17:52,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 09:17:52,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 09:17:52,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 09:17:52,021 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 09:17:52,067 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 09:17:52,067 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-16 09:17:52,067 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 09:17:52,067 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 09:17:52,067 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 09:17:52,099 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c29556] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 09:17:52,114 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2796 ms +2015-07-16 09:24:35,595 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-16 09:24:35,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:35,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:35,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:35,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:35,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:35,702 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-16 09:24:35,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-16 09:24:35,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:35,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:35,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:35,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:35,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:35,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:35,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:35,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:35,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:35,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:35,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:36,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:36,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:36,020 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.failed = ? where t.id=? +2015-07-16 09:24:36,030 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'failed' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 09:24:36,031 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:36,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:36,064 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-16 09:24:36,080 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 09:24:36,080 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,086 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 09:24:36,087 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 09:24:36,100 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 09:24:36,102 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-16 09:24:36,103 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:36,104 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-16 09:24:36,105 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 09:24:36,100 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 09:24:36,106 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-16 09:24:36,106 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:36,106 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : failed -> org.hibernate.type.IntegerType@1c394ef +2015-07-16 09:24:36,106 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.failed -> failed +2015-07-16 09:24:36,108 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:36,108 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:36,108 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 09:24:36,108 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 09:24:36,109 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 09:24:36,109 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'failed' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'failed' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1c394ef} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@9d4cb6} + +2015-07-16 09:24:36,110 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,112 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-16 09:24:36,120 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 09:24:36,120 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 09:24:36,121 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@9d4cb6} + +2015-07-16 09:24:36,121 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,129 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-16 09:24:36,129 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-16 09:24:36,129 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:36,139 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:36,144 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-16 09:24:36,153 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + failed=? + where + id=? +2015-07-16 09:24:36,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:36,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:36,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-16 09:24:36,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:36,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:36,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:36,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:36,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:36,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:36,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:36,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:36,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:36,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:36,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:36,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:36,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:36,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:36,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:36,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:36,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:36,195 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-16 09:24:36,198 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 09:24:36,201 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,201 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 09:24:36,202 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 09:24:36,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:36,202 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1c394ef +2015-07-16 09:24:36,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-16 09:24:36,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:36,206 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:36,206 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 09:24:36,206 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 09:24:36,206 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 09:24:36,206 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1c394ef} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@9d4cb6} + +2015-07-16 09:24:36,206 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,207 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:36,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:36,207 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:36,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:36,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:36,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:36,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:36,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:36,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:36,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,148 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-16 09:24:48,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,158 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-16 09:24:48,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-16 09:24:48,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,249 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,265 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:48,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:48,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:48,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,287 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,323 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,387 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,424 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,453 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,489 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,521 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,600 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,627 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,648 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,688 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:48,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:48,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:48,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,752 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,773 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,819 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,859 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,886 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 09:24:48,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:48,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:48,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:48,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:48,944 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-16 09:24:48,949 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 09:24:48,950 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:48,950 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 09:24:48,951 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 09:24:48,951 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:48,951 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:48,952 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-16 09:24:48,953 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:48,953 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:48,953 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-16 09:24:48,953 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:48,953 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:48,953 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-16 09:24:48,954 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 09:24:48,954 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@9d4cb6 +2015-07-16 09:24:48,954 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 09:24:48,954 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 09:24:48,954 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 09:24:48,955 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@9d4cb6} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@9d4cb6} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@9d4cb6} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@9d4cb6} + +2015-07-16 09:24:48,955 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:48,956 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:24:48,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:48,956 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-16 09:24:48,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:48,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:48,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:48,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:48,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:48,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:48,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:49,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:49,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:49,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:49,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:49,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:49,215 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:49,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:49,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:49,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:49,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:49,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:49,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:49,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:49,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:49,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:49,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:49,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:49,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:49,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:49,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:49,726 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:49,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:49,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:49,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:49,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:49,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:49,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:50,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:50,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:50,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:50,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:50,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:50,201 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:50,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:50,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:50,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:50,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:50,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:50,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:50,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:50,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:50,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:50,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:24:50,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:24:50,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:24:50,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:24:50,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:24:50,713 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 09:24:50,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:24:50,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:24:50,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:24:50,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:24:50,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:24:50,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:24:50,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:24:50,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:24:50,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:00,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:00,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:00,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:00,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:00,101 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-16 09:25:00,107 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 09:25:00,107 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:00,107 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 09:25:00,108 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-16 09:25:00,108 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 09:25:00,109 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 09:25:00,109 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1cd1bcf +2015-07-16 09:25:00,109 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-16 09:25:00,109 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 09:25:00,109 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 09:25:00,109 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 09:25:00,110 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 09:25:00,111 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 09:25:00,111 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:00,111 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-16 09:25:00,111 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-16 09:25:00,112 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:00,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:00,112 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 09:25:00,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:00,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:00,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:00,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:00,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:00,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:00,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:00,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:00,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:17,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:17,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:17,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:17,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:17,402 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-16 09:25:17,403 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 09:25:17,403 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:17,403 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1cd1bcf +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-16 09:25:17,404 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 09:25:17,405 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 09:25:17,405 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:17,405 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-16 09:25:17,405 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol7_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-16 09:25:17,405 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:17,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:17,405 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 09:25:17,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:17,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:17,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:17,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:17,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:17,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:17,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:17,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:17,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:26,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:26,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:26,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:26,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:26,240 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-16 09:25:26,242 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 09:25:26,243 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:26,243 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 09:25:26,243 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-16 09:25:26,243 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 09:25:26,244 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 09:25:26,244 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1796ae6 +2015-07-16 09:25:26,244 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-16 09:25:26,245 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 09:25:26,245 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1cd1bcf +2015-07-16 09:25:26,245 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-16 09:25:26,245 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 09:25:26,245 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 09:25:26,245 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 09:25:26,246 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 09:25:26,246 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 09:25:26,246 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:26,247 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-16 09:25:26,247 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-16 09:25:26,247 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 09:25:26,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:26,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:25:26,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:26,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:26,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:26,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:26,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:26,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:26,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:26,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:26,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:33,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:33,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:33,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:33,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:33,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:33,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:25:33,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:33,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:33,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:33,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:33,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:33,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:33,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:33,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:33,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:36,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:36,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:36,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:36,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:36,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:36,211 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 09:25:36,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:36,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:36,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:36,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:36,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:36,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:36,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:36,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:36,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:47,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:47,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:47,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:47,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:47,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:47,262 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 09:25:47,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:47,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:47,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:47,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:47,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:47,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:47,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:47,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:47,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:49,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:49,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:49,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:49,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:49,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:49,569 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 09:25:49,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:49,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:49,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:49,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:49,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:49,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:49,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:49,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:49,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:55,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:55,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:55,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:55,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:55,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:55,118 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 09:25:55,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:55,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:55,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:55,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:55,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:55,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:55,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:55,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:55,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:57,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:57,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:57,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:57,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:57,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:57,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:25:57,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:57,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:57,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:57,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:57,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:57,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:57,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:57,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:57,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:58,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:25:58,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:25:58,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:25:58,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:25:58,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:25:58,634 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 09:25:58,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:25:58,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:25:58,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:25:58,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:25:58,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:25:58,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:25:58,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:25:58,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:25:58,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:26:08,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:26:08,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:26:08,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:26:08,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:26:08,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:26:08,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:26:08,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:26:08,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:26:08,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:26:08,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:26:08,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:26:08,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:26:08,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:26:08,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:26:08,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:26:28,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:26:28,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:26:28,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:26:28,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:26:28,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:26:28,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 09:26:28,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:26:28,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:26:28,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:26:28,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:26:28,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:26:28,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:26:28,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:26:28,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:26:28,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:28,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:28:28,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:28:28,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:28:28,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:28:28,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:28:28,332 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 09:28:28,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:28:28,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:28:28,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:28:28,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:28:28,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:28:28,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:28:28,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:28,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:28:28,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:31,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:28:31,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:28:31,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:28:31,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:28:31,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:28:31,083 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:28:31,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:28:31,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:28:31,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:28:31,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:28:31,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:28:31,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:28:31,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:31,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:28:31,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:36,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:28:36,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:28:36,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:28:36,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:28:36,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:28:36,686 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol7_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 09:28:36,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:28:36,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:28:36,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:28:36,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:28:36,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:28:36,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:28:36,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:36,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:28:36,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:37,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:28:37,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:28:37,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:28:37,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:28:37,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:28:37,269 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:28:37,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:28:37,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:28:37,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:28:37,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:28:37,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:28:37,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:28:37,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:28:37,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:28:37,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:32:13,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:32:13,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:32:13,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:32:13,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:32:13,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:32:13,501 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 09:32:13,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:32:13,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:32:13,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:32:13,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:32:13,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:32:13,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:32:13,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:32:13,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:32:13,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:33:05,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:33:05,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:33:05,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:33:05,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:33:05,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:33:05,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:33:05,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:33:05,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:33:05,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:33:05,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:33:05,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:33:05,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:33:05,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:33:05,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:33:05,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:34:07,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:34:07,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:34:07,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:34:07,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:34:07,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:34:07,351 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 09:34:07,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:34:07,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:34:07,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:34:07,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:34:07,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:34:07,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:34:07,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:34:07,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:34:07,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:37:35,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:37:35,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:37:35,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:37:35,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:37:35,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:37:35,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:37:35,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:37:35,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:37:35,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:37:35,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:37:35,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:37:35,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:37:35,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:37:35,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:37:35,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:38:52,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:38:52,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:38:52,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:38:52,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:38:52,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:38:52,874 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:38:52,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:38:52,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:38:52,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:38:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:38:52,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:38:52,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:38:52,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:38:52,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:38:52,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:39:23,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 09:39:23,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 09:39:23,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 09:39:23,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 09:39:23,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 09:39:23,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 09:39:23,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 09:39:23,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 09:39:23,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 09:39:23,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 09:39:23,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 09:39:23,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 09:39:23,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 09:39:23,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 09:39:23,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:16:39,538 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 13:16:39,570 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 13:16:39 CST 2015]; root of context hierarchy +2015-07-16 13:16:39,648 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 13:16:40,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 13:16:40,069 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 13:16:40,179 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 13:16:40,413 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 13:16:40,428 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 13:16:40,444 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5632f7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 13:16:40,631 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 13:16:40,709 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 13:16:40,709 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 13:16:40,709 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 13:16:40,709 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 13:16:40,725 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 13:16:40,866 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 13:16:40,960 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 13:16:41,007 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 13:16:41,038 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 13:16:41,085 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 13:16:41,085 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 13:16:41,085 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 13:16:41,085 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 13:16:41,085 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 13:16:41,085 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 13:16:41,100 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 13:16:41,147 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 13:16:41,662 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 13:16:41,662 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 13:16:41,678 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 13:16:41,678 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 13:16:41,693 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 13:16:41,693 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 13:16:41,693 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 13:16:41,693 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 13:16:41,693 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 13:16:41,693 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 13:16:41,709 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 13:16:41,709 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 13:16:41,772 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 13:16:41,973 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 13:16:41,978 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 13:16:41,978 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 13:16:41,990 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 13:16:42,133 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 13:16:42,133 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 13:16:42,133 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 13:16:42,133 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 13:16:42,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 13:16:42,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 13:16:42,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 13:16:42,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 13:16:42,176 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 13:16:42,176 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, message, id, send, savedfolder, speed, failed, date, totalfiles, ip] +2015-07-16 13:16:42,177 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 13:16:42,177 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 13:16:42,178 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table SendEntity add column accessionNumber varchar(255) +2015-07-16 13:16:42,376 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table SendEntity add column patientName varchar(255) +2015-07-16 13:16:42,407 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table SendEntity add column studyDate varchar(255) +2015-07-16 13:16:42,423 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 13:16:42,438 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@13a6189] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 13:16:42,454 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2916 ms +2015-07-16 13:22:01,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:22:01,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:22:01,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:22:01,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:22:01,708 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-16 13:22:01,717 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 13:22:01,717 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:22:01,787 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 13:22:01,925 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-16 13:22:01,925 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1a768c3 +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 13:22:01,941 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:22:01,957 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-16 13:22:01,957 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-16 13:22:01,957 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:22:01,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:22:01,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:22:02,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:22:02,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:22:02,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:22:02,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:22:02,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:22:02,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:22:02,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:02,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:22:02,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:17,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:22:17,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:22:17,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:22:17,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:22:17,897 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-16 13:22:17,902 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 13:22:17,902 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:22:17,902 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 13:22:17,902 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-16 13:22:17,902 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1a768c3 +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-16 13:22:17,903 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 13:22:17,904 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 13:22:17,904 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:22:17,904 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-16 13:22:17,904 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-16 13:22:17,904 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:22:17,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:22:17,905 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:22:17,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:22:17,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:22:17,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:22:17,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:22:17,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:22:17,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:22:17,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:17,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:22:17,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:47,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:22:47,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:22:47,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:22:47,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:22:47,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:22:47,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:22:47,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:22:47,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:22:47,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:22:47,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:22:47,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:22:47,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:22:47,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:47,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:22:47,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:53,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:22:53,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:22:53,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:22:53,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:22:53,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:22:53,199 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:22:53,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:22:53,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:22:53,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:22:53,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:22:53,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:22:53,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:22:53,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:53,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:22:53,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:57,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:22:57,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:22:57,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:22:57,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:22:57,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:22:57,691 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:22:57,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:22:57,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:22:57,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:22:57,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:22:57,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:22:57,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:22:57,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:22:57,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:22:57,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:00,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:00,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:00,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:00,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:00,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:00,279 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:23:00,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:00,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:00,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:00,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:00,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:00,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:00,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:00,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:00,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:01,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:01,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:01,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:01,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:01,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:01,255 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:23:01,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:01,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:01,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:01,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:01,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:01,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:01,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:01,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:01,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:07,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:07,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:07,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:07,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:07,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:07,874 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:23:07,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:07,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:07,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:07,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:07,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:07,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:07,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:07,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:07,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:11,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:11,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:11,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:11,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:11,674 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-16 13:23:11,677 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 13:23:11,677 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:23:11,677 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 13:23:11,677 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-16 13:23:11,678 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 13:23:11,680 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 13:23:11,681 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@23312b +2015-07-16 13:23:11,681 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-16 13:23:11,682 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 13:23:11,682 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1a768c3 +2015-07-16 13:23:11,682 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-16 13:23:11,682 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 13:23:11,682 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 13:23:11,683 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 13:23:11,683 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 13:23:11,683 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 13:23:11,683 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:23:11,683 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-16 13:23:11,683 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-16 13:23:11,684 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 13:23:11,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:11,684 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:23:11,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:11,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:11,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:11,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:11,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:11,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:11,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:11,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:11,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:16,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:16,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:16,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:16,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:16,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:16,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:23:16,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:16,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:16,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:16,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:16,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:16,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:16,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:16,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:16,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:17,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:17,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:17,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:17,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:17,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:17,453 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:23:17,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:17,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:17,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:17,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:17,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:17,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:17,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:17,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:17,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:18,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:18,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:18,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:18,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:18,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:18,019 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:23:18,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:18,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:18,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:18,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:18,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:18,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:18,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:18,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:18,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:19,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:19,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:19,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:19,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:19,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:19,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:23:19,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:19,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:19,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:19,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:19,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:19,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:19,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:19,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:19,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:25,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:25,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:25,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:25,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:25,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:25,263 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:23:25,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:25,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:25,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:25,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:25,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:25,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:25,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:25,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:25,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:26,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:23:26,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:23:26,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:23:26,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:23:26,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:23:26,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:23:26,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:23:26,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:23:26,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:23:26,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:23:26,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:23:26,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:23:26,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:23:26,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:23:26,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:22,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:22,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:22,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:22,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:22,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:22,813 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:24:22,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:22,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:22,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:22,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:22,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:22,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:22,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:22,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:22,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:23,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:23,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:23,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:23,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:23,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:23,482 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:24:23,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:23,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:23,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:23,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:23,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:23,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:23,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:23,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:23,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:24,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:24,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:24,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:24,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:24,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:24,113 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:24:24,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:24,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:24,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:24,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:24,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:24,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:24,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:24,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:24,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:24,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:24,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:24,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:24,919 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:24,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:24,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:24,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:24,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:26,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:26,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:26,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:26,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:26,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:26,073 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:26,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:26,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:26,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:26,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:26,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:26,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:26,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:26,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:26,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:26,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:26,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:26,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:26,983 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:26,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:26,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:26,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:26,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:26,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:26,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:26,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:26,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:26,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:31,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:31,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:31,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:31,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:31,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:31,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:31,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:31,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:31,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:31,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:31,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:31,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:31,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:31,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:31,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:32,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:32,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:32,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:32,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:32,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:32,254 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:32,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:32,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:32,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:32,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:32,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:32,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:32,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:32,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:32,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:34,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:34,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:34,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:34,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:34,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:34,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:34,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:34,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:34,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:34,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:34,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:34,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:34,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:34,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:34,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:34,967 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:34,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:34,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:34,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:34,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:34,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:34,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:34,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:34,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:34,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:36,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:36,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:36,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:36,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:36,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:36,124 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:36,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:36,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:36,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:36,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:36,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:36,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:36,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:36,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:36,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:37,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:37,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:37,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:37,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:37,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:37,081 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:37,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:37,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:37,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:37,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:37,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:37,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:37,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:37,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:37,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:39,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:39,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:39,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:39,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:39,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:39,153 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:39,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:39,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:39,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:39,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:39,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:39,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:39,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:39,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:39,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:41,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:41,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:41,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:41,279 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:41,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:41,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:41,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:41,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:41,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:41,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:41,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:41,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:41,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:43,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:43,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:43,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:43,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:43,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:43,309 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:43,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:43,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:43,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:43,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:43,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:43,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:43,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:43,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:43,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:45,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:45,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:45,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:45,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:45,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:45,890 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:45,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:45,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:45,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:45,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:45,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:45,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:45,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:45,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:45,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:50,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:50,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:50,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:50,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:50,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:50,185 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:50,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:50,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:50,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:50,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:50,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:50,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:50,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:50,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:50,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:51,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:51,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:51,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:51,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:51,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:51,269 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 13:24:51,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:51,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:51,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:51,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:51,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:51,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:51,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:51,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:51,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:53,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 13:24:53,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 13:24:53,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 13:24:53,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 13:24:53,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 13:24:53,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 13:24:53,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 13:24:53,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 13:24:53,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 13:24:53,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 13:24:53,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 13:24:53,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 13:24:53,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 13:24:53,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 13:24:53,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 16:10:51,854 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 16:10:51,905 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 16:10:51 CST 2015]; root of context hierarchy +2015-07-16 16:10:52,044 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 16:10:52,725 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 16:10:52,727 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 16:10:52,845 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 16:10:53,027 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 16:10:53,032 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 16:10:53,052 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2c9af3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 16:10:53,286 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 16:10:53,336 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 16:10:53,344 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 16:10:53,347 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 16:10:53,350 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 16:10:53,355 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 16:10:53,527 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 16:10:53,625 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 16:10:53,666 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 16:10:53,695 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 16:10:53,748 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 16:10:53,748 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 16:10:53,750 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 16:10:53,751 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 16:10:53,754 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 16:10:53,754 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 16:10:53,758 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 16:10:53,801 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 16:10:54,859 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 16:10:54,859 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 16:10:54,876 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 16:10:54,880 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 16:10:54,880 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 16:10:54,882 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 16:10:54,883 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 16:10:54,883 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 16:10:54,883 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 16:10:54,883 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 16:10:54,883 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 16:10:54,883 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 16:10:54,884 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 16:10:54,884 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 16:10:54,884 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 16:10:54,885 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 16:10:54,885 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 16:10:54,885 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 16:10:54,885 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 16:10:54,885 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 16:10:54,888 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 16:10:54,888 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 16:10:54,888 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 16:10:54,888 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 16:10:54,888 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 16:10:54,956 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 16:10:55,147 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 16:10:55,152 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 16:10:55,153 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 16:10:55,170 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 16:10:55,351 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 16:10:55,351 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 16:10:55,351 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 16:10:55,351 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 16:10:55,389 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 16:10:55,389 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 16:10:55,389 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 16:10:55,389 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 16:10:55,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 16:10:55,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 16:10:55,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 16:10:55,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 16:10:55,438 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 16:10:55,466 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@191030a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 16:10:55,477 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3613 ms +2015-07-16 16:51:12,913 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 16:10:51 CST 2015]; root of context hierarchy +2015-07-16 16:51:12,914 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2c9af3: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 16:51:13,010 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 16:51:13,010 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 16:51:19,175 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 16:51:19,202 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 16:51:19 CST 2015]; root of context hierarchy +2015-07-16 16:51:19,246 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 16:51:19,350 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 16:51:19,350 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 16:51:19,448 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 16:51:19,630 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 16:51:19,636 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 16:51:19,647 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@616392: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 16:51:19,758 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 16:51:19,808 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 16:51:19,815 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 16:51:19,818 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 16:51:19,822 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 16:51:19,824 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 16:51:19,874 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 16:51:19,946 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 16:51:19,988 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 16:51:20,020 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 16:51:20,054 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 16:51:20,054 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 16:51:20,057 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 16:51:20,057 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 16:51:20,060 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 16:51:20,060 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 16:51:20,064 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 16:51:20,102 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 16:51:20,529 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 16:51:20,530 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 16:51:20,547 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 16:51:20,550 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 16:51:20,551 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 16:51:20,551 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 16:51:20,552 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 16:51:20,552 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 16:51:20,552 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 16:51:20,552 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 16:51:20,552 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 16:51:20,553 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 16:51:20,554 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 16:51:20,554 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 16:51:20,554 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 16:51:20,554 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 16:51:20,554 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 16:51:20,554 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 16:51:20,556 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 16:51:20,556 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 16:51:20,556 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 16:51:20,556 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 16:51:20,556 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 16:51:20,557 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 16:51:20,557 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 16:51:20,557 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 16:51:20,559 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 16:51:20,560 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 16:51:20,560 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 16:51:20,560 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 16:51:20,560 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 16:51:20,592 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 16:51:20,740 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 16:51:20,750 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 16:51:20,751 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 16:51:20,771 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 16:51:20,816 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 16:51:20,816 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 16:51:20,816 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 16:51:20,817 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 16:51:20,872 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 16:51:20,873 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 16:51:20,873 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 16:51:20,873 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 16:51:20,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 16:51:20,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 16:51:20,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 16:51:20,918 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 16:51:20,919 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 16:51:20,948 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a56ccb] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 16:51:20,958 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1782 ms +2015-07-16 18:30:03,471 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 16:51:19 CST 2015]; root of context hierarchy +2015-07-16 18:30:03,588 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@616392: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:30:03,954 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 18:30:03,954 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 18:30:09,491 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 18:30:09,532 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 18:30:09 CST 2015]; root of context hierarchy +2015-07-16 18:30:09,572 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 18:30:09,654 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 18:30:09,655 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 18:30:09,732 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 18:30:09,868 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 18:30:09,873 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 18:30:09,890 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f352a8: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:30:09,972 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 18:30:10,026 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 18:30:10,033 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 18:30:10,036 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 18:30:10,038 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 18:30:10,040 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 18:30:10,089 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 18:30:10,174 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 18:30:10,205 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 18:30:10,234 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 18:30:10,263 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 18:30:10,264 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 18:30:10,266 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 18:30:10,266 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 18:30:10,269 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 18:30:10,269 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 18:30:10,272 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 18:30:10,309 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 18:30:10,858 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 18:30:10,859 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 18:30:10,877 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 18:30:10,890 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 18:30:10,891 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 18:30:10,891 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 18:30:10,891 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 18:30:10,891 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 18:30:10,891 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 18:30:10,892 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 18:30:10,892 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 18:30:10,892 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 18:30:10,893 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 18:30:10,893 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 18:30:10,893 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 18:30:10,893 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 18:30:10,893 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 18:30:10,893 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 18:30:10,895 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 18:30:10,895 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 18:30:10,895 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 18:30:10,895 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 18:30:10,895 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 18:30:10,895 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 18:30:10,895 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 18:30:10,896 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 18:30:10,901 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 18:30:10,902 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 18:30:10,902 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 18:30:10,902 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 18:30:10,902 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 18:30:10,936 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 18:30:11,097 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 18:30:11,102 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 18:30:11,102 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 18:30:11,115 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 18:30:11,175 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 18:30:11,175 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 18:30:11,175 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:30:11,175 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:30:11,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 18:30:11,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 18:30:11,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:30:11,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:30:11,239 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 18:30:11,239 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 18:30:11,239 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:30:11,239 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:30:11,239 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 18:30:11,265 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1eac6dc] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 18:30:11,277 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1786 ms +2015-07-16 18:30:23,631 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 18:30:09 CST 2015]; root of context hierarchy +2015-07-16 18:30:23,631 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f352a8: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:30:23,634 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 18:30:23,634 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 18:30:28,829 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 18:30:28,853 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 18:30:28 CST 2015]; root of context hierarchy +2015-07-16 18:30:28,896 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 18:30:28,954 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 18:30:28,954 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 18:30:29,018 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 18:30:29,161 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 18:30:29,165 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 18:30:29,177 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fb5ff7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:30:29,276 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 18:30:29,327 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 18:30:29,336 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 18:30:29,340 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 18:30:29,342 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 18:30:29,345 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 18:30:29,398 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 18:30:29,446 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 18:30:29,481 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 18:30:29,512 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 18:30:29,552 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 18:30:29,553 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 18:30:29,554 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 18:30:29,555 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 18:30:29,557 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 18:30:29,558 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 18:30:29,562 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 18:30:29,602 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 18:30:30,063 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 18:30:30,063 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 18:30:30,084 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 18:30:30,090 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 18:30:30,091 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 18:30:30,091 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 18:30:30,091 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 18:30:30,091 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 18:30:30,091 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 18:30:30,092 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 18:30:30,092 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 18:30:30,092 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 18:30:30,093 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 18:30:30,093 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 18:30:30,093 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 18:30:30,093 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 18:30:30,100 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 18:30:30,100 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 18:30:30,101 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 18:30:30,101 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 18:30:30,102 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 18:30:30,102 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 18:30:30,102 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 18:30:30,103 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 18:30:30,104 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 18:30:30,104 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 18:30:30,106 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 18:30:30,107 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 18:30:30,107 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 18:30:30,107 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 18:30:30,107 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 18:30:30,149 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 18:30:30,324 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 18:30:30,330 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 18:30:30,330 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 18:30:30,351 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 18:30:30,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 18:30:30,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 18:30:30,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:30:30,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:30:30,384 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 18:30:30,385 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 18:30:30,385 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:30:30,385 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:30:30,394 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 18:30:30,394 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 18:30:30,395 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:30:30,395 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:30:30,396 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 18:30:30,428 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@9d536f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 18:30:30,437 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1608 ms +2015-07-16 18:32:04,637 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 18:30:28 CST 2015]; root of context hierarchy +2015-07-16 18:32:04,638 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fb5ff7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:32:04,641 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 18:32:04,642 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 18:32:09,946 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 18:32:09,970 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 18:32:09 CST 2015]; root of context hierarchy +2015-07-16 18:32:10,015 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 18:32:10,072 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 18:32:10,073 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 18:32:10,122 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 18:32:10,247 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 18:32:10,252 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 18:32:10,262 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11a9cc7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:32:10,277 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 18:32:10,346 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 18:32:10,355 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 18:32:10,357 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 18:32:10,359 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 18:32:10,361 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 18:32:10,413 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 18:32:10,470 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 18:32:10,499 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 18:32:10,499 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 18:32:10,502 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 18:32:10,507 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 18:32:10,717 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 18:32:10,717 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 18:32:10,733 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 18:32:10,758 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 18:32:10,759 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 18:32:10,759 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 18:32:10,759 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 18:32:10,759 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 18:32:10,759 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 18:32:10,760 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 18:32:10,760 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 18:32:10,760 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 18:32:10,761 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 18:32:10,761 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 18:32:10,761 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 18:32:10,761 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 18:32:10,761 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 18:32:10,761 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 18:32:10,762 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 18:32:10,763 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 18:32:10,766 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 18:32:10,766 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 18:32:10,766 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 18:32:10,766 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 18:32:10,767 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 18:32:10,987 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 18:32:10,990 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 18:32:10,995 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 18:32:10,995 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 18:32:11,004 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 18:32:11,007 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 18:32:11,031 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@d6fb4e] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 18:32:11,033 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11a9cc7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:32:11,036 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 18:32:11,037 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 18:32:11,038 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'localFileService' defined in URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.lungcare.dicomfile.service.impl.LocalFileServiceImp]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems: + The import org.springframework cannot be resolved + Autowired cannot be resolved to a type + + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:965) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.JettyRunMojo.restartWebApp(JettyRunMojo.java:435) + at org.mortbay.jetty.plugin.JettyRunMojo$1.filesChanged(JettyRunMojo.java:394) + at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:691) + at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:551) + at org.eclipse.jetty.util.Scanner.scan(Scanner.java:403) + at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:353) + at java.util.TimerThread.mainLoop(Timer.java:555) + at java.util.TimerThread.run(Timer.java:505) +Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.lungcare.dicomfile.service.impl.LocalFileServiceImp]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems: + The import org.springframework cannot be resolved + Autowired cannot be resolved to a type + + at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:141) + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:74) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958) + ... 30 more +Caused by: java.lang.Error: Unresolved compilation problems: + The import org.springframework cannot be resolved + Autowired cannot be resolved to a type + + at com.lungcare.dicomfile.service.impl.LocalFileServiceImp.(LocalFileServiceImp.java:3) + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126) + ... 32 more +2015-07-16 18:32:50,051 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 18:32:50,076 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 18:32:50 CST 2015]; root of context hierarchy +2015-07-16 18:32:50,117 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 18:32:50,185 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 18:32:50,186 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 18:32:50,242 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 18:32:50,390 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 18:32:50,395 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 18:32:50,407 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f84537: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:32:50,740 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 18:32:50,787 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 18:32:50,795 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 18:32:50,798 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 18:32:50,801 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 18:32:50,803 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 18:32:50,851 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 18:32:50,895 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 18:32:50,930 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 18:32:50,958 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 18:32:50,996 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 18:32:50,996 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 18:32:50,998 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 18:32:50,998 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 18:32:51,001 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 18:32:51,001 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 18:32:51,005 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 18:32:51,044 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 18:32:51,259 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 18:32:51,259 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 18:32:51,276 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 18:32:51,279 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 18:32:51,280 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 18:32:51,281 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 18:32:51,281 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 18:32:51,281 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 18:32:51,281 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 18:32:51,281 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 18:32:51,282 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 18:32:51,282 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 18:32:51,282 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 18:32:51,282 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 18:32:51,282 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 18:32:51,283 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 18:32:51,283 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 18:32:51,283 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 18:32:51,284 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 18:32:51,284 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 18:32:51,285 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 18:32:51,285 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 18:32:51,285 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 18:32:51,285 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 18:32:51,285 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 18:32:51,285 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 18:32:51,288 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 18:32:51,288 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 18:32:51,288 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 18:32:51,288 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 18:32:51,289 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 18:32:51,320 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 18:32:51,479 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 18:32:51,483 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 18:32:51,484 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 18:32:51,492 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 18:32:51,511 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 18:32:51,512 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 18:32:51,512 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:32:51,512 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:32:51,521 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 18:32:51,523 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 18:32:51,523 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:32:51,524 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:32:51,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 18:32:51,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 18:32:51,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 18:32:51,536 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 18:32:51,536 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 18:32:51,560 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1917ddb] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 18:32:51,572 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1520 ms +2015-07-16 18:33:55,742 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 18:32:50 CST 2015]; root of context hierarchy +2015-07-16 18:33:55,743 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f84537: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:33:55,748 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 18:33:55,749 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 18:34:00,842 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 18:34:00,868 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 18:34:00 CST 2015]; root of context hierarchy +2015-07-16 18:34:00,916 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 18:34:00,974 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 18:34:00,975 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 18:34:01,035 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 18:34:01,160 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 18:34:01,164 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 18:34:01,177 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1749870: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 18:34:01,258 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 18:34:01,305 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 18:34:01,313 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 18:34:01,316 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 18:34:01,318 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 18:34:01,321 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 18:34:01,370 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 18:34:01,427 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 18:34:01,457 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 18:34:01,487 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 18:34:01,516 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 18:34:01,516 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 18:34:01,518 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 18:34:01,518 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 18:34:01,521 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 18:34:01,522 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 18:34:01,525 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 18:34:03,740 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1749870: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:12:51,002 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:12:51,117 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:12:51 CST 2015]; root of context hierarchy +2015-07-16 19:12:51,204 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:12:51,706 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:12:51,711 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:12:51,838 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:12:52,024 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:12:52,030 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:12:52,046 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ec1ec8: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:12:52,241 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:12:52,293 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:12:52,304 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:12:52,307 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:12:52,311 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:12:52,316 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:12:52,496 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:12:52,572 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:12:52,607 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:12:52,636 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:12:52,669 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:12:52,670 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:12:52,671 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:12:52,672 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:12:52,675 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:12:52,675 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:12:52,679 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:12:52,750 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:12:53,322 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:12:53,322 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:12:53,339 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:12:53,343 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:12:53,344 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:12:53,344 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:12:53,344 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:12:53,344 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:12:53,344 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:12:53,345 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:12:53,345 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:12:53,345 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:12:53,345 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:12:53,345 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:12:53,345 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:12:53,346 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:12:53,346 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:12:53,346 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:12:53,347 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:12:53,347 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:12:53,350 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:12:53,350 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:12:53,350 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:12:53,350 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:12:53,351 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:12:53,411 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:12:53,618 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:12:53,624 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:12:53,624 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:12:53,665 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:12:53,711 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:12:53,711 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:12:53,711 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:12:53,711 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:12:53,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:12:53,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:12:53,751 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:12:53,751 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:12:53,809 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:12:53,809 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:12:53,809 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:12:53,809 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:12:53,810 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:12:53,843 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@18f96f7] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:12:53,854 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2852 ms +2015-07-16 19:19:49,731 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:19:49,772 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:19:49 CST 2015]; root of context hierarchy +2015-07-16 19:19:49,851 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:19:50,236 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:19:50,241 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:19:50,386 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:19:50,594 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:19:50,598 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:19:50,613 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@fbe1d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:19:50,786 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:19:50,864 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:19:50,872 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:19:50,875 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:19:50,880 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:19:50,885 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:19:51,056 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:19:51,156 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:19:51,208 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:19:51,245 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:19:51,293 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:19:51,293 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:19:51,296 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:19:51,296 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:19:51,300 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:19:51,301 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:19:51,304 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:19:51,379 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:19:51,994 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:19:51,994 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:19:52,015 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:19:52,020 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:19:52,021 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:19:52,021 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:19:52,022 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:19:52,022 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:19:52,022 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:19:52,022 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:19:52,022 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:19:52,022 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:19:52,023 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:19:52,027 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:19:52,027 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:19:52,027 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:19:52,027 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:19:52,027 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:19:52,029 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:19:52,029 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:19:52,029 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:19:52,029 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:19:52,029 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:19:52,029 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:19:52,029 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:19:52,030 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:19:52,032 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:19:52,033 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:19:52,033 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:19:52,033 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:19:52,034 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:19:52,089 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:19:52,315 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:19:52,320 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:19:52,320 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:19:52,340 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:19:52,382 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:19:52,382 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:19:52,382 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:19:52,382 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:19:52,405 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:19:52,405 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:19:52,405 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:19:52,405 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:19:52,436 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:19:52,436 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:19:52,436 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:19:52,437 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:19:52,437 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:19:52,467 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@85a876] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:19:52,550 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2818 ms +2015-07-16 19:29:35,376 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:29:35,413 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:29:35 CST 2015]; root of context hierarchy +2015-07-16 19:29:35,491 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:29:35,920 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:29:35,922 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:29:36,029 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:29:36,300 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:29:36,305 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:29:36,329 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6ab17b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:29:36,494 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:29:36,541 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:29:36,549 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:29:36,553 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:29:36,562 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:29:36,566 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:29:36,729 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:29:36,784 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:29:36,827 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:29:36,858 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:29:36,893 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:29:36,893 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:29:36,897 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:29:36,897 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:29:36,902 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:29:36,902 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:29:36,906 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:29:36,952 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:29:37,582 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:29:37,582 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:29:37,598 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:29:37,601 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:29:37,602 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:29:37,602 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:29:37,603 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:29:37,603 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:29:37,603 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:29:37,603 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:29:37,603 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:29:37,604 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:29:37,606 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:29:37,606 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:29:37,609 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:29:37,609 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:29:37,609 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:29:37,609 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:29:37,609 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:29:37,642 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:29:37,863 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:29:37,868 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:29:37,868 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:29:37,893 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:29:37,938 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:29:37,938 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:29:37,938 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:29:37,939 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:29:37,973 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:29:37,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:29:37,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:29:37,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:29:38,044 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:29:38,044 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:29:38,045 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:29:38,045 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:29:38,045 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:29:38,073 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@36a682] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:29:38,085 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2708 ms +2015-07-16 19:34:43,070 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:29:35 CST 2015]; root of context hierarchy +2015-07-16 19:34:43,070 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6ab17b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:34:43,107 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:34:43,108 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:34:52,849 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:34:52,882 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:34:52 CST 2015]; root of context hierarchy +2015-07-16 19:34:52,940 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:34:53,225 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:34:53,225 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:34:53,342 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:34:53,525 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:34:53,531 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:34:53,545 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bc145: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:34:53,669 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:34:53,834 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:34:53,875 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:34:53,878 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:34:53,881 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:34:53,883 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:34:54,040 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:34:54,124 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:34:54,173 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:34:54,235 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:34:54,326 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:34:54,326 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:34:54,328 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:34:54,329 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:34:54,332 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:34:54,333 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:34:54,337 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:34:54,492 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:34:55,014 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:34:55,014 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:34:55,037 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:34:55,041 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:34:55,043 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:34:55,043 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:34:55,043 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:34:55,043 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:34:55,043 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:34:55,046 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:34:55,046 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:34:55,046 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:34:55,048 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:34:55,049 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:34:55,049 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:34:55,049 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:34:55,049 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:34:55,049 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:34:55,051 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:34:55,051 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:34:55,051 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:34:55,051 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:34:55,051 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:34:55,051 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:34:55,052 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:34:55,052 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:34:55,055 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:34:55,056 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:34:55,056 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:34:55,056 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:34:55,057 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:34:55,851 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:34:56,018 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:34:56,024 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:34:56,024 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:34:56,034 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:34:56,058 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:34:56,059 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:34:56,059 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:34:56,059 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:34:56,070 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:34:56,070 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:34:56,070 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:34:56,070 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:34:56,080 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:34:56,080 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:34:56,080 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:34:56,080 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:34:56,081 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:34:56,183 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b23e5b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:34:56,193 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3344 ms +2015-07-16 19:34:57,565 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:34:52 CST 2015]; root of context hierarchy +2015-07-16 19:34:57,566 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@bc145: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:34:57,569 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:34:57,569 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:35:03,861 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:35:03,883 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:35:03 CST 2015]; root of context hierarchy +2015-07-16 19:35:03,929 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:35:04,010 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:35:04,010 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:35:04,110 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:35:04,250 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:35:04,259 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:35:04,274 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2ce444: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:35:04,388 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:35:04,447 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:35:04,458 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:35:04,462 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:35:04,466 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:35:04,468 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:35:04,680 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:35:04,748 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:35:04,791 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:35:04,828 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:35:04,869 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:35:04,869 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:35:04,871 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:35:04,871 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:35:04,875 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:35:04,875 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:35:04,879 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:35:04,925 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:35:05,345 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:35:05,345 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:35:05,366 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:35:05,372 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:35:05,374 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:35:05,374 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:35:05,374 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:35:05,374 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:35:05,374 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:35:05,375 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:35:05,375 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:35:05,375 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:35:05,376 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:35:05,376 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:35:05,376 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:35:05,376 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:35:05,376 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:35:05,376 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:35:05,379 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:35:05,379 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:35:05,379 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:35:05,379 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:35:05,380 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:35:05,380 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:35:05,380 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:35:05,380 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:35:05,384 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:35:05,384 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:35:05,385 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:35:05,389 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:35:05,392 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:35:05,431 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:35:05,634 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:35:05,640 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:35:05,640 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:35:05,656 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:35:05,678 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:35:05,678 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:35:05,678 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:35:05,678 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:35:05,689 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:35:05,689 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:35:05,690 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:35:05,690 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:35:05,700 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:35:05,700 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:35:05,700 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:35:05,700 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:35:05,701 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:35:05,735 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1cfa4bf] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:35:05,748 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1887 ms +2015-07-16 19:38:16,036 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:38:16,078 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:38:16 CST 2015]; root of context hierarchy +2015-07-16 19:38:16,260 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:38:16,599 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:38:16,602 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:38:16,715 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:38:16,947 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:38:16,952 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:38:16,966 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@897fe9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:38:17,837 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:38:18,165 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:38:18,176 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:38:18,181 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:38:18,208 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:38:18,233 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:38:18,414 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:38:18,525 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:38:18,582 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:38:18,614 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:38:18,651 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:38:18,652 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:38:18,659 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:38:18,659 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:38:18,667 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:38:18,667 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:38:18,672 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:38:18,723 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:38:19,191 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:38:19,192 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:38:19,209 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:38:19,213 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:38:19,214 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:38:19,214 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:38:19,214 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:38:19,214 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:38:19,214 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:38:19,215 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:38:19,215 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:38:19,215 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:38:19,216 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:38:19,216 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:38:19,216 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:38:19,216 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:38:19,216 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:38:19,216 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:38:19,217 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:38:19,217 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:38:19,217 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:38:19,217 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:38:19,217 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:38:19,218 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:38:19,218 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:38:19,218 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:38:19,220 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:38:19,221 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:38:19,221 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:38:19,221 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:38:19,222 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:38:19,277 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:38:19,523 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:38:19,528 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:38:19,528 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:38:19,539 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:38:19,607 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:38:19,607 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:38:19,607 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:38:19,607 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:38:19,631 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:38:19,631 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:38:19,631 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:38:19,632 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:38:19,663 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:38:19,663 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:38:19,663 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:38:19,663 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:38:19,664 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:38:19,691 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c857c1] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:38:19,706 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3669 ms +2015-07-16 19:38:20,009 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:35:03 CST 2015]; root of context hierarchy +2015-07-16 19:38:20,010 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2ce444: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:38:20,014 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:38:20,015 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:38:25,617 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:38:25,642 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:38:25 CST 2015]; root of context hierarchy +2015-07-16 19:38:25,683 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:38:25,744 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:38:25,744 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:38:25,829 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:38:25,951 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:38:25,956 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:38:25,967 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18fdb31: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:38:26,068 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:38:26,121 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:38:26,128 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:38:26,134 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:38:26,137 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:38:26,139 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:38:26,193 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:38:26,240 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:38:26,278 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:38:26,308 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:38:26,343 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:38:26,344 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:38:26,345 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:38:26,345 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:38:26,349 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:38:26,350 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:38:26,363 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:38:26,406 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:38:26,805 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:38:26,805 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:38:26,822 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:38:26,826 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:38:26,827 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:38:26,827 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:38:26,827 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:38:26,828 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:38:26,828 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:38:26,828 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:38:26,828 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:38:26,828 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:38:26,829 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:38:26,829 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:38:26,829 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:38:26,829 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:38:26,829 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:38:26,829 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:38:26,831 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:38:26,831 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:38:26,831 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:38:26,831 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:38:26,831 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:38:26,832 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:38:26,832 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:38:26,832 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:38:26,834 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:38:26,835 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:38:26,835 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:38:26,835 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:38:26,835 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:38:26,868 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:38:27,029 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:38:27,033 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:38:27,033 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:38:27,043 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:38:27,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:38:27,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:38:27,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:38:27,064 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:38:27,074 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:38:27,074 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:38:27,074 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:38:27,074 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:38:27,084 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:38:27,084 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:38:27,084 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:38:27,084 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:38:27,084 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:38:27,118 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1124a04] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:38:27,127 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1509 ms +2015-07-16 19:41:32,018 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:38:25 CST 2015]; root of context hierarchy +2015-07-16 19:41:32,019 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18fdb31: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:41:32,022 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:41:32,023 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:41:33,789 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:38:16 CST 2015]; root of context hierarchy +2015-07-16 19:41:33,790 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@897fe9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:41:33,846 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:41:33,846 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:41:39,471 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:41:39,502 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:41:39 CST 2015]; root of context hierarchy +2015-07-16 19:41:39,551 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:41:39,873 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:41:39,873 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:41:39,989 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:41:40,131 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:41:40,138 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:41:40,168 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@aa3e6f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:41:40,188 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:41:40,216 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:41:40 CST 2015]; root of context hierarchy +2015-07-16 19:41:40,266 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:41:40,318 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:41:40,348 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:41:40,348 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:41:40,387 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:41:40,399 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:41:40,418 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:41:40,421 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:41:40,425 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:41:40,564 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:41:40,667 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:41:40,703 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:41:40,736 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:41:40,818 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:41:40,850 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:41:40,850 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:41:40,852 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:41:40,852 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:41:40,853 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:41:40,855 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:41:40,856 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:41:40,858 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:41:40,860 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:41:40,869 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9e9e39: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:41:40,966 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:41:41,000 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:41:41,047 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:41:41,119 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:41:41,121 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:41:41,125 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:41:41,127 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:41:41,185 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:41:41,255 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:41:41,286 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:41:41,315 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:41:41,350 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:41:41,351 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:41:41,352 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:41:41,353 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:41:41,355 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:41:41,356 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:41:41,360 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:41:41,406 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:41:41,406 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:41:41,416 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:41:41,427 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:41:41,431 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:41:41,437 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:41:41,438 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:41:41,438 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:41:41,438 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:41:41,438 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:41:41,438 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:41:41,438 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:41:41,439 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:41:41,439 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:41:41,439 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:41:41,439 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:41:41,440 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:41:41,440 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:41:41,440 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:41:41,442 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:41:41,443 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:41:41,443 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:41:41,443 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:41:41,443 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:41:41,443 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:41:41,443 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:41:41,444 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:41:41,446 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:41:41,447 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:41:41,447 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:41:41,447 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:41:41,447 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:41:41,526 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:41:42,052 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:41:42,055 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:41:42,056 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:41:42,057 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:41:42,057 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:41:42,068 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:41:42,078 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:41:42,081 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:41:42,082 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:41:42,082 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:41:42,082 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:41:42,082 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:41:42,082 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:41:42,083 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:41:42,083 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:41:42,083 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:41:42,083 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:41:42,083 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:41:42,084 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:41:42,084 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:41:42,084 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:41:42,084 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:41:42,085 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:41:42,085 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:41:42,085 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:41:42,085 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:41:42,085 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:41:42,085 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:41:42,086 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:41:42,086 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:41:42,088 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:41:42,089 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:41:42,089 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:41:42,089 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:41:42,089 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:41:42,089 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:41:42,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:41:42,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:41:42,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:41:42,099 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:41:42,100 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:41:42,100 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:41:42,100 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:41:42,112 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:41:42,113 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:41:42,113 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:41:42,113 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:41:42,113 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:41:42,148 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@16578c4] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:41:42,156 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2685 ms +2015-07-16 19:41:42,189 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:41:42,379 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:41:42,385 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:41:42,385 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:41:42,397 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:41:42,417 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:41:42,417 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:41:42,417 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:41:42,417 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:41:42,428 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:41:42,428 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:41:42,428 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:41:42,428 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:41:42,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:41:42,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:41:42,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:41:42,438 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:41:42,438 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:41:42,465 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@101c48f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:41:42,479 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2291 ms +2015-07-16 19:41:53,501 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:41:39 CST 2015]; root of context hierarchy +2015-07-16 19:41:53,505 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@aa3e6f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:41:53,508 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:41:53,508 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:41:53,939 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Thu Jul 16 19:41:40 CST 2015]; root of context hierarchy +2015-07-16 19:41:53,940 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9e9e39: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:41:53,953 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-16 19:41:53,953 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-16 19:42:00,296 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:42:00,321 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:42:00 CST 2015]; root of context hierarchy +2015-07-16 19:42:00,365 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:42:00,438 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:42:00,438 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:42:00,568 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:42:00,700 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:42:00,704 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:42:00,715 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17f5d11: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:42:00,838 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:42:00,890 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:42:00,900 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:42:00,902 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:42:00,905 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:42:00,907 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:42:01,001 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:42:01,066 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:42:01,141 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:42:01,187 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:42:01,233 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:42:01,233 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:42:01,236 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:42:01,236 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:42:01,239 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:42:01,239 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:42:01,250 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:42:01,311 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:42:01,365 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:42:01,394 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:42:01 CST 2015]; root of context hierarchy +2015-07-16 19:42:01,445 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:42:01,511 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:42:01,511 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:42:01,638 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:42:01,809 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:42:01,813 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:42:01,824 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e076d9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:42:01,909 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:42:01,911 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:42:01,911 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:42:01,928 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:42:01,932 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:42:01,933 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:42:01,933 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:42:01,934 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:42:01,934 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:42:01,934 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:42:01,934 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:42:01,934 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:42:01,935 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:42:01,937 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:42:01,937 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:42:01,940 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:42:01,940 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:42:01,941 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:42:01,941 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:42:01,941 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:42:01,959 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:42:01,967 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:42:01,970 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:42:01,971 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:42:01,973 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:42:01,975 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:42:02,034 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:42:02,079 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:42:02,116 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:42:02,126 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:42:02,131 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:42:02,131 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:42:02,140 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:42:02,151 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:42:02,160 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:42:02,160 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:42:02,160 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:42:02,160 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:42:02,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:42:02,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:42:02,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:42:02,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:42:02,179 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:42:02,179 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:42:02,179 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:42:02,179 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:42:02,180 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:42:02,187 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:42:02,187 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:42:02,189 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:42:02,194 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:42:02,197 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:42:02,197 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:42:02,201 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:42:02,208 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@da6705] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:42:02,217 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1921 ms +2015-07-16 19:42:02,257 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:42:03,084 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:42:03,085 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:42:03,120 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:42:03,123 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:42:03,124 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:42:03,124 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:42:03,124 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:42:03,124 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:42:03,124 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:42:03,125 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:42:03,125 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:42:03,125 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:42:03,125 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:42:03,127 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:42:03,127 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:42:03,127 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:42:03,127 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:42:03,128 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:42:03,129 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:42:03,129 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:42:03,129 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:42:03,129 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:42:03,129 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:42:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:42:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:42:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:42:03,134 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:42:03,135 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:42:03,135 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:42:03,135 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:42:03,135 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:42:03,177 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:42:03,359 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:42:03,364 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:42:03,365 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:42:03,378 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:42:03,400 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:42:03,400 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:42:03,400 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:42:03,401 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:42:03,411 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:42:03,411 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:42:03,411 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:42:03,411 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:42:03,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:42:03,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:42:03,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:42:03,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:42:03,423 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:42:03,451 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@599b05] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:42:03,461 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2095 ms +2015-07-16 19:47:31,565 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 19:47:31,594 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 19:47:31 CST 2015]; root of context hierarchy +2015-07-16 19:47:31,638 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 19:47:31,847 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 19:47:31,852 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 19:47:31,972 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 19:47:32,134 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 19:47:32,141 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 19:47:32,168 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@994ae9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 19:47:32,284 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 19:47:32,336 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 19:47:32,346 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 19:47:32,349 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 19:47:32,352 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 19:47:32,372 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 19:47:32,537 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 19:47:32,585 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 19:47:32,621 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 19:47:32,649 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 19:47:32,680 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 19:47:32,680 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 19:47:32,682 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 19:47:32,682 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 19:47:32,684 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 19:47:32,685 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 19:47:32,688 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 19:47:32,731 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 19:47:33,134 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 19:47:33,134 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 19:47:33,150 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 19:47:33,154 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 19:47:33,155 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 19:47:33,155 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 19:47:33,155 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 19:47:33,155 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 19:47:33,155 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 19:47:33,156 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 19:47:33,156 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 19:47:33,156 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 19:47:33,156 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 19:47:33,156 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 19:47:33,157 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 19:47:33,157 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 19:47:33,157 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 19:47:33,157 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 19:47:33,158 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 19:47:33,158 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 19:47:33,158 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 19:47:33,158 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 19:47:33,158 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 19:47:33,158 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 19:47:33,159 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 19:47:33,159 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 19:47:33,162 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 19:47:33,162 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 19:47:33,162 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 19:47:33,162 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 19:47:33,162 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 19:47:33,199 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 19:47:33,412 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 19:47:33,417 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 19:47:33,417 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 19:47:33,432 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 19:47:33,608 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 19:47:33,608 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 19:47:33,608 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:47:33,608 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:47:33,646 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 19:47:33,646 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 19:47:33,646 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:47:33,646 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:47:33,720 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 19:47:33,720 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 19:47:33,720 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 19:47:33,720 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 19:47:33,721 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 19:47:33,747 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c1dba6] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 19:47:33,759 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2193 ms +2015-07-16 20:01:56,450 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 20:01:56,484 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 20:01:56 CST 2015]; root of context hierarchy +2015-07-16 20:01:56,611 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 20:01:56,963 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 20:01:56,966 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 20:01:57,112 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 20:01:57,329 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 20:01:57,334 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 20:01:57,358 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15bba61: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 20:01:57,546 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 20:01:57,606 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 20:01:57,617 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 20:01:57,619 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 20:01:57,623 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 20:01:57,628 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 20:01:57,822 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 20:01:57,919 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 20:01:57,984 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 20:01:58,019 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 20:01:58,069 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 20:01:58,069 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 20:01:58,072 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 20:01:58,072 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 20:01:58,076 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 20:01:58,077 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 20:01:58,080 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 20:01:58,155 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 20:01:58,627 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 20:01:58,627 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 20:01:58,644 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 20:01:58,647 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 20:01:58,648 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 20:01:58,648 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 20:01:58,649 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 20:01:58,649 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 20:01:58,649 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 20:01:58,649 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 20:01:58,649 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 20:01:58,649 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 20:01:58,650 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 20:01:58,650 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 20:01:58,650 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 20:01:58,650 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 20:01:58,650 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 20:01:58,650 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 20:01:58,651 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 20:01:58,651 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 20:01:58,651 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 20:01:58,651 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 20:01:58,651 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 20:01:58,651 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 20:01:58,652 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 20:01:58,652 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 20:01:58,654 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 20:01:58,654 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 20:01:58,654 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 20:01:58,656 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 20:01:58,656 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 20:01:58,719 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 20:01:59,048 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 20:01:59,055 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 20:01:59,055 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 20:01:59,071 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 20:01:59,234 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 20:01:59,234 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 20:01:59,234 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:01:59,234 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:01:59,288 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 20:01:59,289 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 20:01:59,289 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:01:59,289 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:01:59,342 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 20:01:59,342 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 20:01:59,342 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:01:59,342 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:01:59,342 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 20:01:59,370 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@4e5096] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 20:01:59,382 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2932 ms +2015-07-16 20:02:32,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:02:32,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:02:32,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:02:32,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:02:32,558 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-16 20:02:32,566 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 20:02:32,569 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:32,612 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 20:02:32,786 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-16 20:02:32,787 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 20:02:32,790 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 20:02:32,791 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@179e524 +2015-07-16 20:02:32,792 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-16 20:02:32,795 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 20:02:32,795 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 20:02:32,801 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 20:02:32,801 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 20:02:32,802 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 20:02:32,802 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:32,816 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-16 20:02:32,817 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-16 20:02:32,820 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:32,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:02:32,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-16 20:02:32,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:02:32,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:02:32,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:02:32,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:02:32,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:02:32,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:02:32,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:02:32,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:02:32,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:02:34,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:02:34,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:02:34,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:02:34,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:02:34,167 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-16 20:02:34,172 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 20:02:34,174 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:34,175 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 20:02:34,175 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-16 20:02:34,175 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-16 20:02:34,176 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 20:02:34,176 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@179e524 +2015-07-16 20:02:34,178 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-16 20:02:34,178 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 20:02:34,178 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 20:02:34,179 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-16 20:02:34,180 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 20:02:34,181 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 20:02:34,181 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:34,182 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-16 20:02:34,182 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-16 20:02:34,182 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:34,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:02:34,183 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-16 20:02:34,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:02:34,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:02:34,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:02:34,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:02:34,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:02:34,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:02:34,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:02:34,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:02:34,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:02:35,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:02:35,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:02:35,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:02:35,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:02:35,327 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-16 20:02:35,335 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-16 20:02:35,335 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:35,337 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 20:02:35,337 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-16 20:02:35,337 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 20:02:35,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-16 20:02:35,340 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@d5f9c0 +2015-07-16 20:02:35,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-16 20:02:35,341 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-16 20:02:35,341 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@179e524 +2015-07-16 20:02:35,341 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-16 20:02:35,341 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 20:02:35,341 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-16 20:02:35,342 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 20:02:35,342 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 20:02:35,343 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-16 20:02:35,343 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:35,344 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-16 20:02:35,344 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-16 20:02:35,344 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:02:35,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:02:35,344 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-16 20:02:35,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:02:35,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:02:35,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:02:35,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:02:35,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:02:35,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:02:35,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:02:35,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:02:35,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:05:26,881 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 20:05:26,924 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 20:05:26 CST 2015]; root of context hierarchy +2015-07-16 20:05:26,984 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 20:05:27,200 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 20:05:27,205 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 20:05:27,309 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 20:05:27,508 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 20:05:27,513 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 20:05:27,534 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7ac9a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 20:05:27,688 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 20:05:27,763 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 20:05:27,787 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 20:05:27,787 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 20:05:27,787 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 20:05:27,797 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 20:05:27,972 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 20:05:28,037 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 20:05:28,093 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 20:05:28,125 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 20:05:28,178 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 20:05:28,179 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 20:05:28,183 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 20:05:28,183 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 20:05:28,189 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 20:05:28,189 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 20:05:28,195 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 20:05:28,244 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 20:05:28,539 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 20:05:28,539 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 20:05:28,558 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 20:05:28,563 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 20:05:28,564 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 20:05:28,564 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 20:05:28,566 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 20:05:28,566 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 20:05:28,566 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 20:05:28,566 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 20:05:28,566 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 20:05:28,566 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 20:05:28,567 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 20:05:28,567 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 20:05:28,567 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 20:05:28,567 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 20:05:28,567 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 20:05:28,567 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 20:05:28,568 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 20:05:28,568 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 20:05:28,568 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 20:05:28,568 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 20:05:28,569 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 20:05:28,569 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 20:05:28,569 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 20:05:28,569 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 20:05:28,571 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 20:05:28,572 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 20:05:28,572 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 20:05:28,572 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 20:05:28,572 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 20:05:28,609 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 20:05:28,877 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 20:05:28,882 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 20:05:28,882 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 20:05:28,895 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 20:05:28,947 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 20:05:28,947 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 20:05:28,947 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:05:28,947 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:05:28,957 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 20:05:28,957 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 20:05:28,957 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:05:28,957 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:05:28,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 20:05:28,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 20:05:28,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:05:28,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:05:28,967 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 20:05:28,997 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c70fe5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 20:05:29,011 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2130 ms +2015-07-16 20:07:18,170 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-16 20:07:18,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,296 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-16 20:07:18,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-16 20:07:18,409 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-16 20:07:18,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,563 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 20:07:18,565 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:18,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,601 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-16 20:07:18,606 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 20:07:18,611 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 20:07:18,611 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:18,612 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 20:07:18,629 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 20:07:18,629 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 20:07:18,631 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-16 20:07:18,631 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:07:18,633 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d84326 +2015-07-16 20:07:18,633 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@12077d0 +2015-07-16 20:07:18,633 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-16 20:07:18,633 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-16 20:07:18,635 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 20:07:18,636 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-16 20:07:18,636 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:07:18,636 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d84326 +2015-07-16 20:07:18,636 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 20:07:18,636 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 20:07:18,637 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 20:07:18,640 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-16 20:07:18,641 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@12077d0} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1d84326} + +2015-07-16 20:07:18,644 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 20:07:18,644 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:18,644 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 20:07:18,645 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1d84326} + +2015-07-16 20:07:18,645 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:18,660 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:18,659 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-16 20:07:18,662 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-16 20:07:18,663 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:18,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,670 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:18,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-16 20:07:18,671 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:07:18,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:07:18,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:07:18,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-16 20:07:18,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,740 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:18,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,838 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:18,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,904 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:18,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,945 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:18,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:18,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:18,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,976 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:18,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:18,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:18,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:18,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:07:18,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:07:18,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:07:18,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:18,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:18,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:18,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:18,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:18,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:18,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,024 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:19,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,053 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:19,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,084 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:19,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,145 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:07:19,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,212 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-16 20:07:19,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:07:19,218 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 20:07:19,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:07:19,220 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:19,221 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 20:07:19,222 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 20:07:19,222 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:07:19,222 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1d84326 +2015-07-16 20:07:19,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:07:19,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,223 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-16 20:07:19,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,224 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:07:19,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,224 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1d84326 +2015-07-16 20:07:19,224 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-16 20:07:19,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:07:19,225 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1d84326 +2015-07-16 20:07:19,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-16 20:07:19,225 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:07:19,225 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1d84326 +2015-07-16 20:07:19,227 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 20:07:19,228 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 20:07:19,228 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 20:07:19,228 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1d84326} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1d84326} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1d84326} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1d84326} + +2015-07-16 20:07:19,237 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:19,238 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:07:19,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,238 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-16 20:07:19,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:19,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:19,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:19,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:19,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:19,722 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:07:19,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:07:19,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:07:19,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:19,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:19,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:19,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:19,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:19,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:19,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:20,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:07:20,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:07:20,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:07:20,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:07:20,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:07:20,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:07:20,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:07:20,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:07:20,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:07:20,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:07:20,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:07:20,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:07:20,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:07:20,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:07:20,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:11:25,726 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-16 20:11:25,747 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Thu Jul 16 20:11:25 CST 2015]; root of context hierarchy +2015-07-16 20:11:25,799 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-16 20:11:25,970 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-16 20:11:25,973 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-16 20:11:26,121 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-16 20:11:26,276 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-16 20:11:26,280 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-16 20:11:26,291 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18ddc1f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-16 20:11:26,429 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-16 20:11:26,502 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-16 20:11:26,510 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-16 20:11:26,513 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-16 20:11:26,516 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-16 20:11:26,518 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-16 20:11:26,661 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-16 20:11:26,730 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-16 20:11:26,797 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-16 20:11:26,827 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-16 20:11:26,860 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-16 20:11:26,861 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-16 20:11:26,863 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-16 20:11:26,863 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-16 20:11:26,875 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-16 20:11:26,875 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-16 20:11:26,879 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-16 20:11:26,919 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-16 20:11:27,190 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-16 20:11:27,191 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-16 20:11:27,207 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-16 20:11:27,217 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-16 20:11:27,219 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-16 20:11:27,219 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-16 20:11:27,219 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-16 20:11:27,219 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-16 20:11:27,219 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-16 20:11:27,220 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-16 20:11:27,220 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-16 20:11:27,220 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-16 20:11:27,221 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-16 20:11:27,221 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-16 20:11:27,221 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-16 20:11:27,221 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-16 20:11:27,221 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-16 20:11:27,221 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-16 20:11:27,222 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-16 20:11:27,223 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-16 20:11:27,223 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-16 20:11:27,223 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-16 20:11:27,223 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-16 20:11:27,223 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-16 20:11:27,231 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-16 20:11:27,231 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-16 20:11:27,234 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-16 20:11:27,234 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-16 20:11:27,235 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-16 20:11:27,235 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-16 20:11:27,235 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-16 20:11:27,273 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-16 20:11:27,464 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-16 20:11:27,469 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-16 20:11:27,469 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-16 20:11:27,481 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-16 20:11:27,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-16 20:11:27,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-16 20:11:27,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:11:27,515 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:11:27,543 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-16 20:11:27,543 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-16 20:11:27,543 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:11:27,543 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:11:27,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-16 20:11:27,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-16 20:11:27,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-16 20:11:27,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-16 20:11:27,553 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-16 20:11:27,605 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1b2f7f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-16 20:11:27,615 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1889 ms +2015-07-16 20:12:53,114 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-16 20:12:53,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,224 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-16 20:12:53,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-16 20:12:53,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,543 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-16 20:12:53,547 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-16 20:12:53,562 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 20:12:53,562 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:53,572 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 20:12:53,602 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-16 20:12:53,603 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:53,604 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 20:12:53,618 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 20:12:53,618 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 20:12:53,621 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:12:53,621 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-16 20:12:53,624 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@ec774e +2015-07-16 20:12:53,625 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-16 20:12:53,624 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ec774e +2015-07-16 20:12:53,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-16 20:12:53,628 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-16 20:12:53,628 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-16 20:12:53,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:12:53,629 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ec774e +2015-07-16 20:12:53,629 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 20:12:53,629 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 20:12:53,630 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 20:12:53,630 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@ec774e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ec774e} + +2015-07-16 20:12:53,632 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-16 20:12:53,632 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:53,639 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-16 20:12:53,639 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-16 20:12:53,640 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@ec774e} + +2015-07-16 20:12:53,641 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:53,650 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-16 20:12:53,650 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:53,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,659 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:53,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,650 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-16 20:12:53,691 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:53,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:12:53,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:12:53,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-16 20:12:53,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:12:53,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,832 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:53,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,864 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:53,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,886 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:53,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:12:53,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-16 20:12:53,941 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:53,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-16 20:12:53,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:12:53,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:12:53,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:53,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:53,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:53,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:53,977 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:53,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:53,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:53,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:53,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:53,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:53,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:53,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:53,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,003 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:54,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:54,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,046 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:54,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:54,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,087 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:54,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:54,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,116 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-16 20:12:54,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:54,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,187 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-16 20:12:54,192 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-16 20:12:54,200 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:54,200 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@ec774e +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@ec774e +2015-07-16 20:12:54,201 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@ec774e +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@ec774e +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-16 20:12:54,202 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-16 20:12:54,203 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@ec774e} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@ec774e} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@ec774e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@ec774e} + +2015-07-16 20:12:54,203 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:54,203 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-16 20:12:54,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,204 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-16 20:12:54,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:54,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:12:54,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:12:54,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:12:54,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:54,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:54,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:54,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:54,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:54,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:12:54,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:12:54,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:12:54,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:54,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:55,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-16 20:12:55,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-16 20:12:55,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-16 20:12:55,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-16 20:12:55,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-16 20:12:55,440 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-16 20:12:55,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-16 20:12:55,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-16 20:12:55,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-16 20:12:55,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-16 20:12:55,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-16 20:12:55,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-16 20:12:55,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-16 20:12:55,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-16 20:12:55,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:44:57,429 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-17 09:44:57,470 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 17 09:44:57 CST 2015]; root of context hierarchy +2015-07-17 09:44:57,632 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-17 09:44:58,033 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-17 09:44:58,034 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-17 09:44:58,156 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-17 09:44:58,371 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-17 09:44:58,377 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-17 09:44:58,411 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@142d20c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 09:44:58,655 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-17 09:44:58,703 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-17 09:44:58,735 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-17 09:44:58,735 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-17 09:44:58,735 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-17 09:44:58,735 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-17 09:44:58,938 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-17 09:44:59,047 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-17 09:44:59,079 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-17 09:44:59,110 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-17 09:44:59,172 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-17 09:44:59,172 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-17 09:44:59,172 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-17 09:44:59,172 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-17 09:44:59,172 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-17 09:44:59,172 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-17 09:44:59,172 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-17 09:44:59,251 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-17 09:44:59,860 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-17 09:44:59,860 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-17 09:44:59,875 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-17 09:44:59,875 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-17 09:44:59,875 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-17 09:44:59,875 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-17 09:44:59,875 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-17 09:44:59,923 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-17 09:45:00,095 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-17 09:45:00,095 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-17 09:45:00,095 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-17 09:45:00,095 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-17 09:45:00,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-17 09:45:00,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-17 09:45:00,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 09:45:00,422 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 09:45:00,547 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-17 09:45:00,547 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-17 09:45:00,547 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 09:45:00,547 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 09:45:00,734 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-17 09:45:00,734 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-17 09:45:00,734 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 09:45:00,734 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 09:45:00,734 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-17 09:45:00,765 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c0b6b5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-17 09:45:00,781 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3352 ms +2015-07-17 09:48:08,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:08,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:08,579 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-17 09:48:08,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:08,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:08,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:08,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:08,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:08,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:08,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:08,657 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-17 09:48:08,709 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-17 09:48:08,860 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-17 09:48:08,860 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:08,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-17 09:48:08,902 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-17 09:48:08,918 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-17 09:48:08,920 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-17 09:48:08,923 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a9ad68 +2015-07-17 09:48:08,925 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-17 09:48:08,927 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-17 09:48:08,927 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-17 09:48:08,931 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-17 09:48:08,940 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-17 09:48:08,941 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-17 09:48:08,941 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@a9ad68} + +2015-07-17 09:48:08,941 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:08,956 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-17 09:48:08,956 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-17 09:48:08,958 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:08,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:08,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-17 09:48:08,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:08,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:08,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:08,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:08,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:08,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:08,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:08,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:08,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:08,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,128 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-17 09:48:09,140 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-17 09:48:09,140 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:09,143 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-17 09:48:09,143 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-17 09:48:09,143 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:48:09,143 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@12fb1e +2015-07-17 09:48:09,143 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-17 09:48:09,144 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:48:09,147 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a9ad68 +2015-07-17 09:48:09,147 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-17 09:48:09,147 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-17 09:48:09,148 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-17 09:48:09,148 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@12fb1e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a9ad68} + +2015-07-17 09:48:09,148 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:09,176 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:09,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,177 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,262 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:09,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:09,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:09,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,291 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,355 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,424 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,444 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,461 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,461 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:09,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-17 09:48:09,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:09,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:09,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,482 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,506 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,574 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,596 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,615 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,661 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,697 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,750 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,768 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,821 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,899 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,946 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:48:09,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:09,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:09,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:09,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:09,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:09,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:09,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:09,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:09,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:09,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:09,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:09,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:09,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:09,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:09,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:10,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:10,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:10,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:10,018 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-17 09:48:10,025 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-17 09:48:10,025 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:10,025 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-17 09:48:10,026 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-17 09:48:10,026 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:48:10,026 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@a9ad68 +2015-07-17 09:48:10,026 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-17 09:48:10,026 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@a9ad68 +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@a9ad68 +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a9ad68 +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-17 09:48:10,027 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-17 09:48:10,028 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@a9ad68} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a9ad68} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@a9ad68} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@a9ad68} + +2015-07-17 09:48:10,028 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:10,028 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:48:10,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:10,028 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-17 09:48:10,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:10,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:10,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:10,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:10,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:10,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:10,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:10,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:10,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:10,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:10,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:10,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:10,480 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:10,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:10,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:10,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:10,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:10,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:10,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:10,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:10,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:10,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:10,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:10,989 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:10,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:10,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:10,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:10,997 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:10,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:10,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:10,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:10,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:11,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:11,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:11,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:11,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:11,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:11,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:11,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:11,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:11,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:11,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:11,513 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:11,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:11,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:11,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:11,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:11,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:11,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:11,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:11,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:11,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:11,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:11,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:12,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:12,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:12,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:12,003 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:12,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:12,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:12,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:12,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:12,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:12,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:12,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:12,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:12,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:12,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:48:12,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:48:12,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:48:12,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:48:12,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:48:12,567 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:48:12,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:48:12,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:48:12,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:48:12,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:48:12,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:48:12,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:48:12,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:48:12,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:48:12,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:49:49,685 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-17 09:49:49,717 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 17 09:49:49 CST 2015]; root of context hierarchy +2015-07-17 09:49:49,779 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-17 09:49:49,983 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-17 09:49:49,998 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-17 09:49:50,444 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-17 09:49:50,734 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-17 09:49:50,749 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-17 09:49:50,765 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ddfb69: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 09:49:50,907 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-17 09:49:50,986 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-17 09:49:50,986 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-17 09:49:50,986 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-17 09:49:51,001 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-17 09:49:51,001 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-17 09:49:51,179 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-17 09:49:51,252 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-17 09:49:51,304 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-17 09:49:51,351 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-17 09:49:51,382 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-17 09:49:51,382 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-17 09:49:51,382 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-17 09:49:51,382 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-17 09:49:51,382 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-17 09:49:51,398 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-17 09:49:51,398 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-17 09:49:51,460 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-17 09:49:51,788 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-17 09:49:51,788 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-17 09:49:51,803 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-17 09:49:51,819 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-17 09:49:51,819 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-17 09:49:51,866 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-17 09:49:51,866 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-17 09:49:51,913 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-17 09:49:52,085 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-17 09:49:52,085 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-17 09:49:52,085 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-17 09:49:52,241 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-17 09:49:52,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-17 09:49:52,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-17 09:49:52,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 09:49:52,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 09:49:52,288 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-17 09:49:52,288 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-17 09:49:52,288 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 09:49:52,288 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 09:49:52,319 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-17 09:49:52,319 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-17 09:49:52,319 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 09:49:52,319 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 09:49:52,319 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-17 09:49:52,350 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@136d29a] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-17 09:49:52,366 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2665 ms +2015-07-17 09:50:17,873 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-17 09:50:17,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:17,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:17,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:17,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,012 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-17 09:50:18,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-17 09:50:18,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,307 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-17 09:50:18,316 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-17 09:50:18,316 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:18,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,349 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-17 09:50:18,358 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-17 09:50:18,362 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-17 09:50:18,359 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:18,368 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-17 09:50:18,378 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-17 09:50:18,380 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:50:18,381 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@143228 +2015-07-17 09:50:18,382 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-17 09:50:18,384 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:50:18,384 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@147d19c +2015-07-17 09:50:18,385 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-17 09:50:18,385 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-17 09:50:18,385 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-17 09:50:18,386 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@143228} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@147d19c} + +2015-07-17 09:50:18,386 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:18,396 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-17 09:50:18,405 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:18,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,412 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,406 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-17 09:50:18,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,418 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@147d19c +2015-07-17 09:50:18,418 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-17 09:50:18,418 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-17 09:50:18,418 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-17 09:50:18,424 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-17 09:50:18,429 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-17 09:50:18,429 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-17 09:50:18,430 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@147d19c} + +2015-07-17 09:50:18,430 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:18,430 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-17 09:50:18,430 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-17 09:50:18,430 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:18,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,436 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:18,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:18,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:18,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,497 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,525 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,558 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,580 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:18,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:18,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-17 09:50:18,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:18,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,621 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,669 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,704 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,747 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,785 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,811 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,844 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,864 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,900 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,938 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:18,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:18,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:18,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:18,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:18,971 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-17 09:50:18,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:18,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:18,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:18,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:18,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:18,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:18,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:19,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:19,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:19,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:19,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:19,048 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-17 09:50:19,054 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-17 09:50:19,055 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:19,056 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-17 09:50:19,057 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-17 09:50:19,057 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:50:19,057 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@147d19c +2015-07-17 09:50:19,057 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-17 09:50:19,057 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:50:19,058 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@147d19c +2015-07-17 09:50:19,058 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@147d19c +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@147d19c +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-17 09:50:19,059 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-17 09:50:19,061 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@147d19c} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@147d19c} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@147d19c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@147d19c} + +2015-07-17 09:50:19,061 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:19,062 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 09:50:19,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:19,062 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-17 09:50:19,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:19,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:19,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:19,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:19,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:19,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:19,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:19,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:19,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:19,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:19,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:19,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:19,185 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:19,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:19,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:19,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:19,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:19,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:19,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:19,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:19,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:19,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:19,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:19,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:19,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:19,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:19,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:19,588 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:19,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:19,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:19,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:19,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:19,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:19,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:19,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:19,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:19,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:20,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:20,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:20,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:20,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:20,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:20,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:20,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:20,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:20,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:20,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:20,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:20,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:20,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:20,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:20,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:20,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:20,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:20,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:20,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:20,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:20,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:20,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:20,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:20,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:20,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:20,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:20,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:21,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 09:50:21,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 09:50:21,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 09:50:21,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 09:50:21,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 09:50:21,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-17 09:50:21,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 09:50:21,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 09:50:21,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 09:50:21,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 09:50:21,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 09:50:21,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 09:50:21,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 09:50:21,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 09:50:21,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:08:44,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:08:44,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:08:44,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:08:44,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:08:44,356 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-17 10:08:44,359 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-17 10:08:44,359 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 10:08:44,359 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-17 10:08:44,359 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-17 10:08:44,359 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-17 10:08:44,360 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-17 10:08:44,360 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1e7af5a +2015-07-17 10:08:44,360 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-17 10:08:44,361 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-17 10:08:44,361 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@ab7dce +2015-07-17 10:08:44,361 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-17 10:08:44,361 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-17 10:08:44,362 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-17 10:08:44,362 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-17 10:08:44,362 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-17 10:08:44,363 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-17 10:08:44,363 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 10:08:44,364 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-17 10:08:44,364 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-17 10:08:44,364 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 10:08:44,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:08:44,365 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:08:44,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:08:44,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:08:44,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:08:44,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:08:44,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:08:44,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:08:44,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:08:44,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:08:44,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:28:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:28:38,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:28:38,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:28:38,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:28:38,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:28:38,511 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:28:38,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:28:38,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:28:38,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:28:38,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:28:38,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:28:38,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:28:38,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:28:38,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:28:38,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:31:47,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:31:47,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:31:47,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:31:47,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:31:47,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:31:47,992 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:31:47,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:31:47,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:31:47,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:31:47,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:31:47,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:31:47,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:31:47,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:31:47,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:31:47,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:33:30,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:33:30,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:33:30,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:33:30,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:33:30,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:33:30,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:33:31,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:33:31,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:33:31,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:33:31,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:33:31,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:33:31,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:33:31,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:33:31,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:33:31,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:33:49,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:33:49,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:33:49,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:33:49,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:33:49,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:33:49,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:33:49,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:33:49,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:33:49,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:33:49,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:33:49,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:33:49,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:33:49,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:33:49,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:33:49,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:34:29,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:34:29,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:34:29,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:34:29,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:34:29,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:34:29,550 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:34:29,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:34:29,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:34:29,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:34:29,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:34:29,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:34:29,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:34:29,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:34:29,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:34:29,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:36:13,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:36:13,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:36:13,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:36:13,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:36:13,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:36:13,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:36:13,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:36:13,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:36:13,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:36:13,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:36:13,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:36:13,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:36:13,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:36:13,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:36:13,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:37:14,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:37:14,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:37:14,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:37:14,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:37:14,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:37:14,726 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:37:14,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:37:14,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:37:14,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:37:14,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:37:14,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:37:14,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:37:14,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:37:14,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:37:14,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:37:23,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:37:23,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:37:23,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:37:23,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:37:23,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:37:23,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:37:23,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:37:23,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:37:23,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:37:23,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:37:23,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:37:23,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:37:23,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:37:23,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:37:23,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:37:30,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 10:37:30,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 10:37:30,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 10:37:30,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 10:37:30,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 10:37:30,013 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 10:37:30,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 10:37:30,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 10:37:30,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 10:37:30,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 10:37:30,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 10:37:30,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 10:37:30,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 10:37:30,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 10:37:30,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 13:05:37,892 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-17 13:05:37,940 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 17 13:05:37 CST 2015]; root of context hierarchy +2015-07-17 13:05:38,066 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-17 13:05:38,443 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-17 13:05:38,444 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-17 13:05:38,587 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-17 13:05:38,766 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-17 13:05:38,770 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-17 13:05:38,788 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a4a23: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 13:05:39,118 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-17 13:05:39,181 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-17 13:05:39,189 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-17 13:05:39,192 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-17 13:05:39,195 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-17 13:05:39,202 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-17 13:05:39,400 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-17 13:05:39,539 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-17 13:05:39,579 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-17 13:05:39,610 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-17 13:05:39,649 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-17 13:05:39,649 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-17 13:05:39,659 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-17 13:05:39,659 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-17 13:05:39,662 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-17 13:05:39,662 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-17 13:05:39,666 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-17 13:05:39,870 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-17 13:05:40,382 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-17 13:05:40,382 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-17 13:05:40,399 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-17 13:05:40,402 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-17 13:05:40,404 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-17 13:05:40,404 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-17 13:05:40,404 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-17 13:05:40,404 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-17 13:05:40,404 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-17 13:05:40,405 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-17 13:05:40,405 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-17 13:05:40,405 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-17 13:05:40,405 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-17 13:05:40,406 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-17 13:05:40,406 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-17 13:05:40,406 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-17 13:05:40,406 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-17 13:05:40,406 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-17 13:05:40,407 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-17 13:05:40,407 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-17 13:05:40,410 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-17 13:05:40,410 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-17 13:05:40,410 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-17 13:05:40,410 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-17 13:05:40,410 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-17 13:05:40,456 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-17 13:05:40,727 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-17 13:05:40,733 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-17 13:05:40,733 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-17 13:05:40,761 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-17 13:05:41,065 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-17 13:05:41,065 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-17 13:05:41,065 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 13:05:41,065 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 13:05:41,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-17 13:05:41,091 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-17 13:05:41,091 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 13:05:41,091 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 13:05:41,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-17 13:05:41,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-17 13:05:41,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 13:05:41,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 13:05:41,146 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-17 13:05:41,173 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@85a876] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-17 13:05:41,186 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3294 ms +2015-07-17 13:43:38,134 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-17 13:43:38,167 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 17 13:43:38 CST 2015]; root of context hierarchy +2015-07-17 13:43:38,272 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-17 13:43:38,681 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-17 13:43:38,683 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-17 13:43:38,810 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-17 13:43:39,006 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-17 13:43:39,010 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-17 13:43:39,026 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16f9c33: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 13:43:39,261 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-17 13:43:39,316 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-17 13:43:39,325 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-17 13:43:39,327 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-17 13:43:39,331 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-17 13:43:39,336 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-17 13:43:39,541 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-17 13:43:39,664 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-17 13:43:39,709 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-17 13:43:39,750 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-17 13:43:39,928 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-17 13:43:39,928 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-17 13:43:39,930 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-17 13:43:39,931 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-17 13:43:39,936 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-17 13:43:39,936 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-17 13:43:39,940 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-17 13:43:40,024 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-17 13:43:40,496 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-17 13:43:40,496 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-17 13:43:40,514 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-17 13:43:40,521 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-17 13:43:40,522 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-17 13:43:40,522 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-17 13:43:40,522 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-17 13:43:40,522 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-17 13:43:40,522 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-17 13:43:40,522 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-17 13:43:40,523 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-17 13:43:40,525 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-17 13:43:40,525 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-17 13:43:40,525 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-17 13:43:40,525 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-17 13:43:40,525 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-17 13:43:40,525 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-17 13:43:40,525 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-17 13:43:40,526 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-17 13:43:40,528 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-17 13:43:40,529 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-17 13:43:40,529 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-17 13:43:40,529 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-17 13:43:40,529 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-17 13:43:40,590 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-17 13:43:40,802 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-17 13:43:40,807 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-17 13:43:40,807 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-17 13:43:40,823 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-17 13:43:40,888 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-17 13:43:40,888 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-17 13:43:40,888 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 13:43:40,889 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 13:43:40,925 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-17 13:43:40,926 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-17 13:43:40,926 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 13:43:40,926 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 13:43:40,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-17 13:43:40,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-17 13:43:40,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 13:43:40,974 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 13:43:40,974 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-17 13:43:41,000 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1071e2] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-17 13:43:41,033 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2899 ms +2015-07-17 15:03:10,072 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-17 15:03:10,125 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 17 15:03:10 CST 2015]; root of context hierarchy +2015-07-17 15:03:10,233 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-17 15:03:10,603 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-17 15:03:10,606 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-17 15:03:10,744 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-17 15:03:10,921 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-17 15:03:10,926 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-17 15:03:10,939 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a3d03: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 15:03:11,138 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-17 15:03:11,190 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-17 15:03:11,209 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-17 15:03:11,214 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-17 15:03:11,224 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-17 15:03:11,233 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-17 15:03:11,397 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-17 15:03:11,530 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-17 15:03:11,601 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-17 15:03:11,630 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-17 15:03:11,692 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-17 15:03:11,693 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-17 15:03:11,695 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-17 15:03:11,695 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-17 15:03:11,699 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-17 15:03:11,699 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-17 15:03:11,702 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-17 15:03:11,788 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-17 15:03:12,857 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-17 15:03:12,857 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-17 15:03:12,874 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-17 15:03:12,890 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-17 15:03:12,890 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-17 15:03:12,891 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-17 15:03:12,892 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-17 15:03:12,892 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-17 15:03:12,892 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-17 15:03:12,892 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-17 15:03:12,892 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-17 15:03:12,892 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-17 15:03:12,893 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-17 15:03:12,893 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-17 15:03:12,893 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-17 15:03:12,894 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-17 15:03:12,894 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-17 15:03:12,894 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-17 15:03:12,894 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-17 15:03:12,894 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-17 15:03:12,896 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-17 15:03:12,897 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-17 15:03:12,897 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-17 15:03:12,897 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-17 15:03:12,897 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-17 15:03:12,959 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-17 15:03:13,141 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-17 15:03:13,146 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-17 15:03:13,146 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-17 15:03:13,193 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-17 15:03:13,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-17 15:03:13,445 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-17 15:03:13,445 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 15:03:13,445 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 15:03:13,486 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-17 15:03:13,486 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-17 15:03:13,486 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 15:03:13,486 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 15:03:13,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-17 15:03:13,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-17 15:03:13,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 15:03:13,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 15:03:13,540 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-17 15:03:13,566 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@171555f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-17 15:03:13,577 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3504 ms +2015-07-17 15:19:10,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:19:10,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:19:10,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:19:10,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:19:10,305 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-17 15:19:10,320 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-17 15:19:10,320 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 15:19:10,528 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-17 15:19:10,544 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-17 15:19:10,544 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-17 15:19:10,548 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-17 15:19:10,549 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1a45fad +2015-07-17 15:19:10,550 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-17 15:19:10,552 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-17 15:19:10,552 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@ad12d1 +2015-07-17 15:19:10,552 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-17 15:19:10,552 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-17 15:19:10,552 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-17 15:19:10,558 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-17 15:19:10,558 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-17 15:19:10,559 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-17 15:19:10,559 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 15:19:10,575 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-17 15:19:10,575 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-17 15:19:10,575 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 15:19:10,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:19:10,586 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:19:10,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:19:10,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:19:10,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:19:10,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:19:10,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:19:10,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:19:10,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:19:10,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:19:10,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:19:20,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:19:20,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:19:20,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:19:20,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:19:20,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:19:20,851 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:19:20,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:19:20,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:19:20,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:19:20,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:19:20,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:19:20,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:19:20,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:19:20,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:19:20,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:20:38,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:20:38,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:20:38,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:20:38,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:20:38,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:20:38,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:20:38,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:20:38,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:20:38,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:20:38,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:20:38,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:20:38,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:20:38,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:20:38,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:20:38,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:21:03,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:21:03,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:21:03,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:21:03,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:21:03,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:21:03,660 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:21:03,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:21:03,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:21:03,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:21:03,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:21:03,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:21:03,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:21:03,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:21:03,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:21:03,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:24:48,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:24:48,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:24:48,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:24:48,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:24:48,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:24:48,219 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:24:48,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:24:48,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:24:48,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:24:48,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:24:48,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:24:48,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:24:48,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:24:48,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:24:48,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:25:53,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:25:53,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:25:53,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:25:53,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:25:53,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:25:53,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:25:53,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:25:53,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:25:53,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:25:53,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:25:53,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:25:53,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:25:53,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:25:53,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:25:53,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:26:21,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:26:21,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:26:21,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:26:21,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:26:21,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:26:21,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:26:21,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:26:21,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:26:21,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:26:21,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:26:21,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:26:21,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:26:21,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:26:21,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:26:21,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:29:11,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:29:11,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:29:11,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:29:11,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:29:11,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:29:11,452 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:29:11,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:29:11,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:29:11,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:29:11,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:29:11,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:29:11,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:29:11,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:29:11,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:29:11,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:29:20,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:29:20,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:29:20,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:29:20,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:29:20,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:29:20,379 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:29:20,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:29:20,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:29:20,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:29:20,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:29:20,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:29:20,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:29:20,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:29:20,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:29:20,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:30:29,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:30:29,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:30:29,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:30:29,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:30:29,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:30:29,519 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:30:29,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:30:29,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:30:29,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:30:29,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:30:29,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:30:29,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:30:29,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:30:29,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:30:29,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:30:39,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:30:39,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:30:39,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:30:39,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:30:39,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:30:39,731 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:30:39,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:30:39,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:30:39,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:30:39,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:30:39,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:30:39,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:30:39,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:30:39,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:30:39,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:48:56,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:48:56,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:48:56,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:48:56,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:48:56,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:48:56,829 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:48:56,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:48:56,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:48:56,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:48:56,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:48:56,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:48:56,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:48:56,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:48:56,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:48:56,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:49:44,881 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Closing Root WebApplicationContext: startup date [Fri Jul 17 15:03:10 CST 2015]; root of context hierarchy +2015-07-17 15:49:44,963 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4a3d03: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 15:49:45,592 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Closing Hibernate SessionFactory +2015-07-17 15:49:45,593 INFO [org.hibernate.impl.SessionFactoryImpl] - closing +2015-07-17 15:49:56,324 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-17 15:49:56,358 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Jul 17 15:49:56 CST 2015]; root of context hierarchy +2015-07-17 15:49:56,403 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-17 15:49:56,511 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-17 15:49:56,512 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-17 15:49:56,637 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-17 15:49:56,806 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-17 15:49:56,819 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-17 15:49:56,832 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12d89b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-17 15:49:56,929 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-17 15:49:57,047 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-17 15:49:57,055 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-17 15:49:57,058 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-17 15:49:57,061 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-17 15:49:57,063 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-17 15:49:57,142 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-17 15:49:57,232 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-17 15:49:57,270 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-17 15:49:57,304 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-17 15:49:57,378 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-17 15:49:57,378 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-17 15:49:57,380 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-17 15:49:57,381 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-17 15:49:57,384 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-17 15:49:57,395 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-17 15:49:57,399 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-17 15:49:57,436 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-17 15:49:57,906 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-17 15:49:57,906 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-17 15:49:57,928 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-17 15:49:57,933 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-17 15:49:57,934 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-17 15:49:58,385 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-17 15:49:58,385 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-17 15:49:58,385 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-17 15:49:58,385 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-17 15:49:58,386 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-17 15:49:58,386 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-17 15:49:58,386 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-17 15:49:58,387 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-17 15:49:58,387 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-17 15:49:58,387 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-17 15:49:58,387 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-17 15:49:58,387 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-17 15:49:58,387 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-17 15:49:58,389 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-17 15:49:58,389 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-17 15:49:58,391 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-17 15:49:58,392 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-17 15:49:58,392 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-17 15:49:58,392 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-17 15:49:58,392 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-17 15:49:58,685 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-17 15:49:58,878 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-17 15:49:58,892 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-17 15:49:58,892 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-17 15:49:58,904 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-17 15:49:59,393 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-17 15:49:59,393 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-17 15:49:59,393 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 15:49:59,393 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 15:49:59,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-17 15:49:59,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-17 15:49:59,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 15:49:59,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 15:49:59,614 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-17 15:49:59,614 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-17 15:49:59,615 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-17 15:49:59,615 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-17 15:49:59,615 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-17 15:49:59,654 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@4dc70f] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-17 15:49:59,664 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3339 ms +2015-07-17 15:54:01,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 15:54:01,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 15:54:01,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 15:54:01,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 15:54:01,272 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-17 15:54:01,279 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-17 15:54:01,280 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 15:54:01,316 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-17 15:54:01,334 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-17 15:54:01,335 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-17 15:54:01,340 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-17 15:54:01,342 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@4074ec +2015-07-17 15:54:01,342 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-17 15:54:01,344 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-17 15:54:01,344 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1f4e9bc +2015-07-17 15:54:01,344 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-17 15:54:01,344 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-17 15:54:01,344 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-17 15:54:01,350 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-17 15:54:01,350 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-17 15:54:01,351 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-17 15:54:01,351 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 15:54:01,368 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-17 15:54:01,368 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-17 15:54:01,368 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-17 15:54:01,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 15:54:01,380 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 15:54:01,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 15:54:01,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 15:54:01,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 15:54:01,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 15:54:01,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 15:54:01,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 15:54:01,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 15:54:01,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 15:54:01,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:09:58,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:09:58,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:09:58,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:09:58,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:09:58,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:09:58,236 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:09:58,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:09:58,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:09:58,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:09:58,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:09:58,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:09:58,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:09:58,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:09:58,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:09:58,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:10:14,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:10:14,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:10:14,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:10:14,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:10:14,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:10:14,278 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:10:14,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:10:14,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:10:14,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:10:14,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:10:14,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:10:14,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:10:14,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:10:14,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:10:14,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:11:40,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:11:40,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:11:40,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:11:40,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:11:40,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:11:40,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:11:40,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:11:40,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:11:40,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:11:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:11:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:11:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:11:40,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:11:40,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:11:40,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:12:59,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:12:59,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:12:59,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:12:59,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:12:59,877 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:12:59,890 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:12:59,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:12:59,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:12:59,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:12:59,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:12:59,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:12:59,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:12:59,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:12:59,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:12:59,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:18:15,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:18:15,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:18:15,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:18:15,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:18:15,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:18:15,407 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:18:15,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:18:15,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:18:15,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:18:15,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:18:15,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:18:15,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:18:15,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:18:15,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:18:15,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:22:14,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:22:14,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:22:14,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:22:14,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:22:14,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:22:14,693 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:22:14,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:22:14,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:22:14,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:22:14,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:22:14,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:22:14,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:22:14,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:22:14,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:22:14,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:24:42,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:24:42,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:24:42,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:24:42,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:24:42,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:24:42,748 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:24:42,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:24:42,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:24:42,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:24:42,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:24:42,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:24:42,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:24:42,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:24:42,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:24:42,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:26:17,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:26:17,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:26:17,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:26:17,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:26:17,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:26:17,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:26:17,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:26:17,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:26:17,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:26:17,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:26:17,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:26:17,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:26:17,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:26:17,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:26:17,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:26:20,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:26:20,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:26:20,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:26:20,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:26:20,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:26:20,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:26:20,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:26:20,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:26:20,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:26:20,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:26:20,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:26:20,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:26:20,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:26:20,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:26:20,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:28:50,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:28:50,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:28:50,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:28:50,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:28:50,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:28:50,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:28:50,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:28:50,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:28:50,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:28:50,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:28:50,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:28:50,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:28:50,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:28:50,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:28:50,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:29:29,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:29:29,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:29:29,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:29:29,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:29:29,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:29:29,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:29:29,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:29:29,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:29:29,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:29:29,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:29:29,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:29:29,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:29:29,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:29:29,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:29:29,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:29:37,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:29:37,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:29:37,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:29:37,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:29:37,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:29:37,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:29:37,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:29:37,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:29:37,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:29:37,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:29:37,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:29:37,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:29:37,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:29:37,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:29:37,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:33:42,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:33:42,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:33:42,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:33:42,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:33:42,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:33:42,889 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:33:42,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:33:42,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:33:42,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:33:42,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:33:42,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:33:42,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:33:42,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:33:42,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:33:42,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:33:55,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:33:55,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:33:55,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:33:55,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:33:55,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:33:55,387 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:33:55,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:33:55,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:33:55,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:33:55,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:33:55,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:33:55,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:33:55,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:33:55,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:33:55,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:34:03,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:34:03,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:34:03,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:34:03,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:34:03,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:34:03,074 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:34:03,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:34:03,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:34:03,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:34:03,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:34:03,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:34:03,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:34:03,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:34:03,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:34:03,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:34:12,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-17 16:34:12,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-17 16:34:12,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-17 16:34:12,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-17 16:34:12,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-17 16:34:12,817 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-17 16:34:12,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-17 16:34:12,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-17 16:34:12,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-17 16:34:12,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-17 16:34:12,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-17 16:34:12,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-17 16:34:12,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-17 16:34:12,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-17 16:34:12,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:44:45,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:44:45,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:44:45,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:44:45,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:44:45,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:44:45,183 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:44:45,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:44:45,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:44:45,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:44:45,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:44:45,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:44:45,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:44:45,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:44:45,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:44:45,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:50:04,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:50:04,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:50:04,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:50:04,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:50:04,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:50:04,247 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:50:04,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:50:04,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:50:04,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:50:04,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:50:04,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:50:04,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:50:04,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:50:04,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:50:04,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:50:15,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:50:15,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:50:15,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:50:15,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:50:15,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:50:15,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:50:15,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:50:15,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:50:15,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:50:15,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:50:15,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:50:15,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:50:15,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:50:15,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:50:15,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:50:18,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:50:18,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:50:18,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:50:18,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:50:18,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:50:18,759 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:50:18,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:50:18,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:50:18,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:50:18,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:50:18,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:50:18,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:50:18,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:50:18,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:50:18,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:53:22,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:53:22,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:53:22,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:53:22,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:53:22,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:53:22,253 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:53:22,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:53:22,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:53:22,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:53:22,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:53:22,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:53:22,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:53:22,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:53:22,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:53:22,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:53:32,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:53:32,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:53:32,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:53:32,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:53:32,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:53:32,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:53:32,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:53:32,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:53:32,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:53:32,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:53:32,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:53:32,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:53:32,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:53:32,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:53:32,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:53:44,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:53:44,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:53:44,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:53:44,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:53:44,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:53:44,498 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:53:44,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:53:44,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:53:44,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:53:44,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:53:44,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:53:44,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:53:44,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:53:44,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:53:44,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:59:07,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:59:07,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:59:07,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:59:07,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:59:07,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:59:07,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:59:07,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:59:07,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:59:07,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:59:07,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:59:07,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:59:07,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:59:07,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:59:07,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:59:07,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:59:21,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 11:59:21,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 11:59:21,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 11:59:21,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 11:59:21,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 11:59:21,799 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 11:59:21,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 11:59:21,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 11:59:21,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 11:59:21,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 11:59:21,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 11:59:21,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 11:59:21,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 11:59:21,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 11:59:21,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:04:44,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 12:04:44,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 12:04:44,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 12:04:44,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 12:04:44,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 12:04:44,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 12:04:44,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 12:04:44,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 12:04:44,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 12:04:44,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 12:04:44,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 12:04:44,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 12:04:44,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:04:44,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 12:04:44,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:11:11,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 12:11:11,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 12:11:11,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 12:11:11,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 12:11:11,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 12:11:11,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 12:11:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 12:11:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 12:11:11,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 12:11:11,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 12:11:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 12:11:11,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 12:11:11,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:11:11,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 12:11:11,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:18:10,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 12:18:10,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 12:18:10,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 12:18:10,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 12:18:10,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 12:18:10,442 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 12:18:10,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 12:18:10,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 12:18:10,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 12:18:10,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 12:18:10,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 12:18:10,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 12:18:10,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:18:10,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 12:18:10,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:23:56,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-18 12:23:56,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-18 12:23:56,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-18 12:23:56,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-18 12:23:56,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-18 12:23:56,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-18 12:23:56,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-18 12:23:56,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-18 12:23:56,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-18 12:23:56,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-18 12:23:56,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-18 12:23:56,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-18 12:23:56,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-18 12:23:56,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-18 12:23:56,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:01:56,008 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 10:01:56,023 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 10:01:56 CST 2015]; root of context hierarchy +2015-07-20 10:01:56,102 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 10:01:57,038 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 10:01:57,038 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 10:01:57,132 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 10:01:57,366 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 10:01:57,370 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 10:01:57,399 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ec71ff: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 10:01:57,615 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 10:01:57,661 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 10:01:57,694 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 10:01:57,694 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 10:01:57,694 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 10:01:57,694 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 10:01:57,850 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 10:01:57,959 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 10:01:58,006 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 10:01:58,037 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 10:01:58,084 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 10:01:58,084 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 10:01:58,084 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 10:01:58,084 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 10:01:58,084 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 10:01:58,099 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 10:01:58,099 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 10:01:58,178 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 10:02:00,627 WARN [org.hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: 08S01 +2015-07-20 10:02:00,627 ERROR [org.hibernate.util.JDBCExceptionReporter] - Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. +2015-07-20 10:02:00,627 WARN [org.hibernate.cfg.SettingsFactory] - Could not obtain connection to query metadata +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2209) + at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776) + at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:46) + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352) + at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284) + at java.sql.DriverManager.getConnection(DriverManager.java:579) + at java.sql.DriverManager.getConnection(DriverManager.java:190) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:173) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:164) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119) + at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) + at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:111) + at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119) + at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339) + at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) + at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) + at org.eclipse.jetty.server.Server.doStart(Server.java:282) + at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) + at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) + at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523) + at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) + at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) + at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) + at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) + at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) + at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534) + at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) + at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) + at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) + at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) + at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) +Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) + at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343) + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2132) + ... 116 more +Caused by: java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.connect0(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) + at java.net.Socket.connect(Socket.java:579) + at java.net.Socket.connect(Socket.java:528) + at java.net.Socket.(Socket.java:425) + at java.net.Socket.(Socket.java:241) + at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253) + at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292) + ... 117 more +2015-07-20 10:02:00,660 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 10:02:00,660 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 10:02:00,660 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 10:02:00,660 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 10:02:00,660 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 10:02:00,706 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 10:02:00,909 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 10:02:00,909 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 10:02:00,909 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 10:02:02,953 WARN [org.hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: 08S01 +2015-07-20 10:02:02,953 ERROR [org.hibernate.util.JDBCExceptionReporter] - Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. +2015-07-20 10:02:02,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - could not get database metadata +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2209) + at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776) + at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:46) + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352) + at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284) + at java.sql.DriverManager.getConnection(DriverManager.java:579) + at java.sql.DriverManager.getConnection(DriverManager.java:190) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:173) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:164) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119) + at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) + at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51) + at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168) + at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:356) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341) + at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) + at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) + at org.eclipse.jetty.server.Server.doStart(Server.java:282) + at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) + at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) + at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523) + at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) + at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) + at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) + at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) + at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) + at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534) + at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) + at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) + at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) + at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) + at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) +Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) + at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343) + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2132) + ... 116 more +Caused by: java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.connect0(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) + at java.net.Socket.connect(Socket.java:579) + at java.net.Socket.connect(Socket.java:528) + at java.net.Socket.(Socket.java:425) + at java.net.Socket.(Socket.java:241) + at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253) + at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292) + ... 117 more +2015-07-20 10:02:02,988 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - could not complete schema update +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2209) + at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776) + at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:46) + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352) + at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284) + at java.sql.DriverManager.getConnection(DriverManager.java:579) + at java.sql.DriverManager.getConnection(DriverManager.java:190) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:173) + at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:164) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149) + at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119) + at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) + at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51) + at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168) + at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:356) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341) + at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:860) + at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:779) + at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) + at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) + at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) + at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) + at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) + at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) + at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782) + at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424) + at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774) + at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) + at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) + at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) + at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) + at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:298) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) + at org.eclipse.jetty.server.Server.doStart(Server.java:282) + at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) + at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) + at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) + at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523) + at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) + at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) + at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) + at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) + at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) + at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) + at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) + at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534) + at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) + at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:601) + at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) + at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) + at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) + at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) +Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:525) + at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) + at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343) + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2132) + ... 116 more +Caused by: java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.connect0(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) + at java.net.Socket.connect(Socket.java:579) + at java.net.Socket.connect(Socket.java:528) + at java.net.Socket.(Socket.java:425) + at java.net.Socket.(Socket.java:241) + at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253) + at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292) + ... 117 more +2015-07-20 10:02:03,004 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e6db89] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 10:02:03,035 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 7027 ms +2015-07-20 10:05:34,381 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 10:05:34,407 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 10:05:34 CST 2015]; root of context hierarchy +2015-07-20 10:05:34,434 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 10:05:34,585 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 10:05:34,601 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 10:05:34,695 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 10:05:34,819 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 10:05:34,835 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 10:05:34,851 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ef7078: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 10:05:34,997 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 10:05:35,053 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 10:05:35,053 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 10:05:35,053 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 10:05:35,053 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 10:05:35,068 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 10:05:35,224 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 10:05:35,271 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 10:05:35,333 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 10:05:35,365 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 10:05:35,396 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 10:05:35,411 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 10:05:35,411 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 10:05:35,411 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 10:05:35,411 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 10:05:35,429 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 10:05:35,430 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 10:05:35,477 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 10:05:35,763 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 10:05:35,763 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 10:05:35,779 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 10:05:35,779 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 10:05:35,779 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 10:05:35,779 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 10:05:35,794 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 10:05:35,794 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 10:05:35,826 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 10:05:35,982 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 10:05:35,982 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 10:05:35,982 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 10:05:35,997 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 10:05:36,062 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 10:05:36,062 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 10:05:36,062 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 10:05:36,062 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 10:05:36,120 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 10:05:36,120 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-20 10:05:36,120 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 10:05:36,121 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 10:05:36,183 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 10:05:36,183 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 10:05:36,183 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 10:05:36,183 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 10:05:36,183 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 10:05:36,210 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@12fd555] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 10:05:36,220 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1839 ms +2015-07-20 10:19:47,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 10:19:47,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 10:19:47,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 10:19:47,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 10:19:47,502 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 10:19:47,514 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 10:19:47,515 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:19:47,715 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 10:19:47,729 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 10:19:47,730 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 10:19:47,732 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 10:19:47,734 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@665048 +2015-07-20 10:19:47,734 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 10:19:47,734 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 10:19:47,734 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 10:19:47,740 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 10:19:47,740 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 10:19:47,741 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 10:19:47,741 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:19:47,755 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 10:19:47,755 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 10:19:47,755 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:19:47,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 10:19:47,765 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 10:19:47,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 10:19:47,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 10:19:47,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 10:19:47,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 10:19:47,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 10:19:47,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 10:19:47,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:19:47,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 10:19:47,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:19:53,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 10:19:53,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 10:19:53,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 10:19:53,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 10:19:53,998 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 10:19:54,003 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 10:19:54,004 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:19:54,005 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 10:19:54,005 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 10:19:54,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 10:19:54,006 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 10:19:54,006 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@665048 +2015-07-20 10:19:54,006 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 10:19:54,006 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 10:19:54,006 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 10:19:54,007 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 10:19:54,007 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 10:19:54,008 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 10:19:54,008 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:19:54,008 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 10:19:54,008 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 10:19:54,008 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:19:54,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 10:19:54,009 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 10:19:54,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 10:19:54,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 10:19:54,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 10:19:54,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 10:19:54,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 10:19:54,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 10:19:54,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:19:54,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 10:19:54,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:20:09,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 10:20:09,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 10:20:09,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 10:20:09,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 10:20:09,019 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 10:20:09,025 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 10:20:09,025 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:20:09,025 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 10:20:09,026 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 10:20:09,026 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 10:20:09,028 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 10:20:09,028 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1a6e926 +2015-07-20 10:20:09,028 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 10:20:09,029 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 10:20:09,029 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@665048 +2015-07-20 10:20:09,029 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 10:20:09,029 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 10:20:09,029 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 10:20:09,030 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 10:20:09,030 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 10:20:09,031 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 10:20:09,031 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:20:09,031 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 10:20:09,031 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 10:20:09,031 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:20:09,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 10:20:09,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 10:20:09,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 10:20:09,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 10:20:09,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 10:20:09,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 10:20:09,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 10:20:09,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 10:20:09,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:20:09,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 10:20:09,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:47:21,926 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 10:47:21,973 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 10:47:21 CST 2015]; root of context hierarchy +2015-07-20 10:47:22,074 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 10:47:22,629 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 10:47:22,634 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 10:47:22,778 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 10:47:23,020 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 10:47:23,025 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 10:47:23,074 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@18ee1f1: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 10:47:23,471 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 10:47:23,550 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 10:47:23,560 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 10:47:23,563 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 10:47:23,566 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 10:47:23,569 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 10:47:23,723 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 10:47:23,813 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 10:47:23,856 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 10:47:23,889 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 10:47:23,920 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 10:47:23,921 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 10:47:23,925 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 10:47:23,925 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 10:47:23,928 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 10:47:23,929 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 10:47:23,932 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 10:47:24,032 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 10:47:24,481 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 10:47:24,481 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 10:47:24,501 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 10:47:24,505 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 10:47:24,505 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 10:47:24,506 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 10:47:24,506 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 10:47:24,506 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 10:47:24,506 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 10:47:24,506 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 10:47:24,507 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 10:47:24,508 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 10:47:24,509 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 10:47:24,509 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 10:47:24,509 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 10:47:24,509 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 10:47:24,509 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 10:47:24,510 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 10:47:24,519 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 10:47:24,519 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 10:47:24,521 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 10:47:24,522 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 10:47:24,522 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 10:47:24,522 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 10:47:24,522 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 10:47:24,590 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 10:47:24,800 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 10:47:24,805 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 10:47:24,805 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 10:47:24,817 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 10:47:24,913 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 10:47:24,913 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 10:47:24,913 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 10:47:24,913 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 10:47:24,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 10:47:24,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-20 10:47:24,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 10:47:24,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 10:47:24,984 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 10:47:24,984 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 10:47:24,984 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 10:47:24,984 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 10:47:24,985 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 10:47:25,011 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@118d550] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 10:47:25,053 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3127 ms +2015-07-20 10:49:06,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 10:49:06,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 10:49:06,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 10:49:06,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 10:49:06,571 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 10:49:06,581 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 10:49:06,581 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:49:06,615 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 10:49:06,771 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 10:49:06,772 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 10:49:06,776 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 10:49:06,778 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@e22e1 +2015-07-20 10:49:06,778 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 10:49:06,780 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 10:49:06,780 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1b8d901 +2015-07-20 10:49:06,780 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 10:49:06,780 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 10:49:06,781 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 10:49:06,787 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 10:49:06,787 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 10:49:06,787 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 10:49:06,787 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:49:06,803 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 10:49:06,803 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 10:49:06,803 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 10:49:06,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 10:49:06,815 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 10:49:06,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 10:49:06,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 10:49:06,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 10:49:06,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 10:49:06,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 10:49:06,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 10:49:06,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 10:49:06,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 10:49:06,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:00:25,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:00:25,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:00:25,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:00:25,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:00:25,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:00:25,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:00:25,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:00:25,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:00:25,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:00:25,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:00:25,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:00:25,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:00:25,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:00:25,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:00:25,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:05:49,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:05:49,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:05:49,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:05:49,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:05:49,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:05:49,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:05:49,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:05:49,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:05:49,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:05:49,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:05:49,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:05:49,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:05:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:05:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:05:49,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:09:32,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:09:32,052 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:09:32,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:09:32,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:09:32,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:09:32,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:09:32,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:09:32,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:09:32,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:09:32,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:09:32,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:09:32,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:09:32,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:09:32,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:09:32,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:11:15,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:11:15,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:11:15,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:11:15,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:11:15,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:11:15,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:11:15,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:11:15,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:11:15,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:11:15,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:11:15,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:11:15,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:11:15,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:11:15,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:11:15,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:12:11,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:12:11,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:12:11,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:12:11,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:12:11,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:12:11,013 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:12:11,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:12:11,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:12:11,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:12:11,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:12:11,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:12:11,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:12:11,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:12:11,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:12:11,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:13:52,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:13:52,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:13:52,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:13:52,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:13:52,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:13:52,819 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:13:52,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:13:52,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:13:52,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:13:52,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:13:52,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:13:52,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:13:52,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:13:52,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:13:52,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:14:31,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:14:31,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:14:31,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:14:31,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:14:31,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:14:31,381 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:14:31,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:14:31,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:14:31,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:14:31,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:14:31,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:14:31,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:14:31,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:14:31,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:14:31,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:54:01,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:54:01,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:54:01,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:54:01,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:54:01,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:54:01,071 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:54:01,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:54:01,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:54:01,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:54:01,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:54:01,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:54:01,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:54:01,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:54:01,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:54:01,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:54:22,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:54:22,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:54:22,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:54:22,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:54:22,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:54:22,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:54:22,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:54:22,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:54:22,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:54:22,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:54:22,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:54:22,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:54:22,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:54:22,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:54:22,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:54:45,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 11:54:45,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 11:54:45,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 11:54:45,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 11:54:45,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 11:54:45,369 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 11:54:45,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 11:54:45,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 11:54:45,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 11:54:45,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 11:54:45,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 11:54:45,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 11:54:45,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 11:54:45,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 11:54:45,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:44:41,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:44:41,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:44:41,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:44:41,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:44:41,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:44:41,349 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 12:44:41,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:44:41,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:44:41,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:44:41,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:44:41,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:44:41,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:44:41,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:44:41,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:44:41,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:05,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:52:05,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:52:05,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:52:05,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:52:05,581 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 12:52:06,949 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 12:52:06,949 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 12:52:06,994 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 12:52:07,016 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 12:52:07,272 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 12:52:07,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 12:52:07,498 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1b8d901 +2015-07-20 12:52:07,498 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 12:52:07,498 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 12:52:07,501 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 12:52:07,549 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 12:52:07,549 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 12:52:07,557 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 12:52:07,557 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 12:52:07,568 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 12:52:07,568 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 12:52:07,568 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 12:52:07,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:52:07,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 12:52:07,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:52:07,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:52:07,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:52:07,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:52:07,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:52:07,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:52:07,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:07,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:52:07,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:09,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:52:09,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:52:09,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:52:09,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:52:09,600 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 12:52:09,602 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 12:52:09,602 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 12:52:09,602 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 12:52:09,602 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 12:52:09,619 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 12:52:09,620 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 12:52:09,620 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1b8d901 +2015-07-20 12:52:09,620 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 12:52:09,620 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 12:52:09,623 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 12:52:09,623 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 12:52:09,623 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 12:52:09,624 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 12:52:09,624 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 12:52:09,624 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 12:52:09,624 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 12:52:09,624 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 12:52:09,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:52:09,625 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 12:52:09,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:52:09,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:52:09,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:52:09,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:52:09,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:52:09,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:52:09,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:09,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:52:09,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:14,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:52:14,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:52:14,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:52:14,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:52:14,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:52:20,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 12:52:20,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:52:20,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:52:20,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:52:20,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:52:20,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:52:20,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:52:20,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:20,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:52:20,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:54,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:52:54,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:52:54,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:52:54,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:52:54,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:52:54,202 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 12:52:54,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:52:54,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:52:54,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:52:54,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:52:54,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:52:54,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:52:54,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:54,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:52:54,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:54,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:52:54,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:52:54,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:52:54,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:52:54,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:52:54,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 12:52:54,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:52:54,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:52:54,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:52:54,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:52:54,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:52:54,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:52:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:52:54,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:56,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:52:56,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:52:56,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:52:56,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:52:56,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:52:56,194 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 12:52:56,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:52:56,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:52:56,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:52:56,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:52:56,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:52:56,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:52:56,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:52:56,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:52:56,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:59:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:59:46,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:59:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:59:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:59:46,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:59:46,272 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 12:59:46,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:59:46,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:59:46,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:59:46,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:59:46,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:59:46,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:59:46,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:59:46,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:59:46,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:59:49,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 12:59:49,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 12:59:49,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 12:59:49,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 12:59:49,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 12:59:49,249 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 12:59:49,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 12:59:49,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 12:59:49,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 12:59:49,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 12:59:49,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 12:59:49,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 12:59:49,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 12:59:49,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 12:59:49,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:04:42,430 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 13:04:42,470 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 13:04:42 CST 2015]; root of context hierarchy +2015-07-20 13:04:42,567 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 13:04:42,966 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 13:04:42,974 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 13:04:43,146 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 13:04:43,438 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 13:04:43,446 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 13:04:43,464 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d1cf7: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 13:04:43,735 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 13:04:43,802 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 13:04:43,820 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 13:04:43,828 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 13:04:43,831 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 13:04:43,835 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 13:04:44,061 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 13:04:44,200 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 13:04:44,248 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 13:04:44,284 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 13:04:44,347 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 13:04:44,347 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 13:04:44,359 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 13:04:44,359 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 13:04:44,363 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 13:04:44,363 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 13:04:44,369 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 13:04:44,467 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 13:04:44,982 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 13:04:44,982 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 13:04:45,000 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 13:04:45,006 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 13:04:45,008 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 13:04:45,008 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 13:04:45,009 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 13:04:45,009 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 13:04:45,009 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 13:04:45,009 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 13:04:45,010 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 13:04:45,010 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 13:04:45,010 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 13:04:45,011 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 13:04:45,011 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 13:04:45,011 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 13:04:45,011 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 13:04:45,011 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 13:04:45,013 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 13:04:45,013 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 13:04:45,013 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 13:04:45,013 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 13:04:45,013 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 13:04:45,013 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 13:04:45,013 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 13:04:45,014 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 13:04:45,017 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 13:04:45,018 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 13:04:45,018 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 13:04:45,018 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 13:04:45,018 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 13:04:45,061 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 13:04:45,262 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 13:04:45,267 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 13:04:45,267 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 13:04:45,281 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 13:04:45,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 13:04:45,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 13:04:45,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 13:04:45,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 13:04:45,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 13:04:45,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-20 13:04:45,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 13:04:45,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 13:04:45,684 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 13:04:45,684 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 13:04:45,684 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 13:04:45,684 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 13:04:45,684 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 13:04:45,711 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@b137ed] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 13:04:45,719 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3288 ms +2015-07-20 13:06:44,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:06:44,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:06:44,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:06:44,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:06:44,950 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 13:06:44,959 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 13:06:44,959 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:06:45,176 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:06:45,190 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 13:06:45,191 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 13:06:45,194 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 13:06:45,195 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@111774 +2015-07-20 13:06:45,195 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 13:06:45,196 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:06:45,196 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 13:06:45,203 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 13:06:45,203 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:06:45,205 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 13:06:45,205 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:06:45,242 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 13:06:45,242 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 13:06:45,243 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:06:45,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:06:45,254 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:06:45,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:06:45,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:06:45,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:06:45,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:06:45,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:06:45,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:06:45,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:06:45,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:06:45,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,451 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 13:07:10,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:10,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:10,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:10,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:10,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:10,490 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 13:07:10,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 13:07:10,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:10,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:10,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:10,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:10,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:10,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:10,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:10,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:10,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:10,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:10,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:10,712 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 13:07:10,717 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:07:10,717 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:10,718 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 13:07:10,719 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:07:10,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:10,721 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@9785bd +2015-07-20 13:07:10,721 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 13:07:10,722 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:10,723 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:10,723 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 13:07:10,723 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 13:07:10,723 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 13:07:10,724 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@9785bd} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@3a2f8e} + +2015-07-20 13:07:10,724 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:10,727 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:10,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:10,728 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:07:10,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:10,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:10,737 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 13:07:10,744 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:07:10,744 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:10,746 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:07:10,747 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:07:10,747 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 13:07:10,747 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:10,747 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 13:07:10,747 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:07:10,747 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 13:07:10,748 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 13:07:10,748 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 13:07:10,749 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:07:10,751 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@3a2f8e} + +2015-07-20 13:07:10,751 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:10,751 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 13:07:10,751 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 13:07:10,751 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:10,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 13:07:10,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:07:10,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 13:07:10,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:10,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:07:10,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:07:10,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:10,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:10,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:10,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:10,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:10,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:10,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:10,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:10,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:10,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:10,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:10,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:10,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:10,785 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:07:10,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:10,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:10,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:10,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:10,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:10,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:10,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:10,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:10,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:10,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:10,854 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:07:10,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:10,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:10,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:10,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:10,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:10,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:10,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:11,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:11,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:11,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:11,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:11,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:11,054 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:07:11,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:07:11,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:07:11,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:11,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:11,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:11,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:11,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:11,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:11,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:16,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:16,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:16,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:16,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:16,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:16,897 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:07:16,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:07:16,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:07:16,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:16,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:16,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:16,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:16,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:16,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:16,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,204 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 13:07:32,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:32,222 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 13:07:32,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 13:07:32,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 13:07:32,259 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:07:32,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 13:07:32,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:07:32,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:07:32,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:32,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:32,400 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:07:32,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:32,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:32,460 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:07:32,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:32,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:32,521 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:07:32,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:32,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,578 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 13:07:32,582 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 13:07:32,583 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:32,584 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:32,585 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 13:07:32,585 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 13:07:32,585 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 13:07:32,585 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@3a2f8e} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@3a2f8e} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@3a2f8e} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@3a2f8e} + +2015-07-20 13:07:32,585 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:32,585 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:32,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:32,586 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 13:07:32,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:32,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:32,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:32,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:32,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:32,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:32,765 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:07:32,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:07:32,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:07:32,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:32,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:32,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:32,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:32,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:32,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:32,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:36,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:36,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:36,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:36,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:36,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:36,102 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:07:36,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:07:36,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:07:36,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:07:36,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:07:36,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:07:36,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:07:36,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:36,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:07:36,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:07:46,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:07:46,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:07:47,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:07:47,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:07:47,002 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 13:07:47,005 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:07:47,005 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:47,005 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 13:07:47,006 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:07:47,006 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:47,006 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@824337 +2015-07-20 13:07:47,006 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 13:07:47,007 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:07:47,007 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@3a2f8e +2015-07-20 13:07:47,007 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 13:07:47,007 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 13:07:47,008 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 13:07:47,008 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@824337} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@3a2f8e} + +2015-07-20 13:07:47,008 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:47,008 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:07:47,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:07:47,009 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 13:07:47,039 INFO [org.hibernate.type.BooleanType] - could not bind value '1' to parameter: 1; java.lang.Integer cannot be cast to java.lang.Boolean +2015-07-20 13:07:47,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:08:12,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:08:12,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:08:12,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:08:12,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:08:12,959 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 13:08:12,961 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 13:08:12,961 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:08:12,961 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:08:12,962 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 13:08:12,962 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 13:08:12,962 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 13:08:12,962 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@111774 +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 13:08:12,963 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:08:12,964 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 13:08:12,964 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 13:08:12,964 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:08:12,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:08:12,965 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:08:12,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:08:12,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:08:12,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:08:12,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:08:12,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:08:12,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:08:12,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:12,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:08:12,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:15,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:08:15,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:08:15,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:08:15,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:08:15,392 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 13:08:15,394 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 13:08:15,395 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:08:15,395 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:08:15,395 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 13:08:15,396 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 13:08:15,396 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 13:08:15,396 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@824337 +2015-07-20 13:08:15,396 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@111774 +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 13:08:15,397 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:08:15,398 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 13:08:15,398 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:08:15,398 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 13:08:15,398 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 13:08:15,398 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:08:15,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:08:15,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:08:15,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:08:15,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:08:15,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:08:15,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:08:15,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:08:15,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:08:15,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:15,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:08:15,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:29,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:08:29,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:08:29,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:08:29,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:08:29,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:08:29,362 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:08:29,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:08:29,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:08:29,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:08:29,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:08:29,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:08:29,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:08:29,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:29,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:08:29,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:39,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:08:39,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:08:39,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:08:39,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:08:39,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:08:39,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:08:39,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:08:39,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:08:39,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:08:39,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:08:39,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:08:39,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:08:39,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:08:39,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:08:39,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:19,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:09:19,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:09:19,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:09:19,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:09:19,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:09:19,713 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:09:19,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:09:19,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:09:19,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:09:19,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:09:19,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:09:19,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:09:19,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:19,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:09:19,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:23,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:09:23,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:09:23,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:09:23,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:09:23,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:09:23,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:09:23,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:09:23,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:09:23,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:09:23,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:09:23,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:09:23,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:09:23,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:23,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:09:23,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:42,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:09:42,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:09:42,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:09:42,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:09:42,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:09:42,434 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:09:42,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:09:42,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:09:42,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:09:42,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:09:42,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:09:42,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:09:42,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:42,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:09:42,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:44,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:09:44,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:09:44,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:09:44,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:09:44,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:09:44,098 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:09:44,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:09:44,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:09:44,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:09:44,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:09:44,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:09:44,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:09:44,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:09:44,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:09:44,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:04,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:10:04,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:10:04,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:10:04,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:10:04,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:10:04,056 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:10:04,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:10:04,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:10:04,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:10:04,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:10:04,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:10:04,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:10:04,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:04,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:10:04,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:06,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:10:06,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:10:06,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:10:06,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:10:06,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:10:06,369 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:10:06,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:10:06,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:10:06,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:10:06,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:10:06,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:10:06,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:10:06,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:06,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:10:06,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:16,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:10:16,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:10:16,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:10:16,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:10:16,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:10:16,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:10:16,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:10:16,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:10:16,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:10:16,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:10:16,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:10:16,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:10:16,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:16,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:10:16,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:50,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:10:50,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:10:50,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:10:50,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:10:50,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:10:50,826 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:10:50,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:10:50,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:10:50,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:10:50,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:10:50,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:10:50,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:10:50,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:10:50,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:10:50,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:23,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:23,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:23,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:23,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:23,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:23,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:11:23,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:23,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:23,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:23,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:23,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:23,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:23,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:23,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:23,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:24,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:24,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:24,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:24,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:24,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:24,689 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:11:24,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:24,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:24,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:24,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:24,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:24,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:24,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:24,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:24,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:25,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:25,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:26,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:26,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:26,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:26,010 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:11:26,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:26,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:26,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:26,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:26,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:26,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:26,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:26,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:26,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:27,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:27,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:27,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:27,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:27,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:27,367 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:11:27,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:27,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:27,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:27,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:27,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:27,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:27,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:27,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:27,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:28,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:28,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:28,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:28,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:28,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:28,792 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:11:28,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:28,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:28,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:28,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:28,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:28,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:28,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:28,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:28,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:30,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:30,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:30,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:30,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:30,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:30,126 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:11:30,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:30,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:30,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:30,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:30,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:30,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:30,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:30,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:30,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:31,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:31,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:31,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:31,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:31,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:31,544 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:11:31,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:31,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:31,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:31,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:31,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:31,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:31,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:31,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:31,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:33,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:33,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:33,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:33,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:33,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:33,047 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:11:33,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:33,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:33,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:33,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:33,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:33,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:33,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:33,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:33,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:34,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:34,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:34,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:34,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:34,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:34,284 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:11:34,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:34,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:34,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:34,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:34,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:34,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:34,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:34,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:34,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:36,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:36,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:36,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:36,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:36,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:36,331 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:11:36,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:36,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:36,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:36,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:36,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:36,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:36,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:36,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:36,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:41,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:11:41,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:11:41,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:11:41,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:11:41,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:11:41,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:11:41,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:11:41,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:11:41,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:11:41,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:11:41,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:11:41,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:11:41,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:11:41,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:11:41,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:13:42,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:13:42,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:13:42,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:13:42,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:13:42,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:13:42,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:13:42,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:13:42,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:13:42,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:13:42,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:13:42,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:13:42,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:13:42,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:13:42,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:13:42,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:16:46,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:16:46,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:16:46,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:16:46,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:16:46,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:16:46,585 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:16:46,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:16:46,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:16:46,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:16:46,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:16:46,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:16:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:16:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:16:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:16:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:16:55,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:16:55,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:16:55,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:16:55,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:16:55,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:16:55,337 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:16:55,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:16:55,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:16:55,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:16:55,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:16:55,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:16:55,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:16:55,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:16:55,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:16:55,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:14,803 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 13:20:14,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:20:14,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:20:14,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:20:14,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:20:14,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:20:14,867 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 13:20:14,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 13:20:14,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:20:14,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:20:14,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:20:14,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:20:14,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:14,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:20:14,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:14,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:20:14,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:20:14,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:20:14,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:20:14,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:20:14,914 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:20:14,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:20:14,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:20:14,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:20:14,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:20:14,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:14,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:20:14,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:14,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:20:14,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:20:14,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:20:14,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:20:14,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:20:14,954 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:20:14,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:20:14,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:20:14,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:20:14,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:20:14,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:14,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:20:14,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:15,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:20:15,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:20:15,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:20:15,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:20:15,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:20:15,008 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:20:15,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:20:15,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:20:15,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:20:15,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:20:15,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:15,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:20:15,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:15,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:20:15,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:20:15,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:20:15,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:20:15,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:20:15,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:20:15,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:20:15,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:20:15,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:20:15,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:20:15,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:20:15,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:20:15,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:15,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:20:15,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:15,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:20:15,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:20:15,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:20:15,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:20:15,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:20:15,602 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:20:15,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:20:15,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:20:15,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:20:15,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:20:15,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:20:15,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:20:15,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:20:15,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:20:15,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:18,731 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 13:26:18,764 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 13:26:18 CST 2015]; root of context hierarchy +2015-07-20 13:26:18,891 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 13:26:19,284 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 13:26:19,286 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 13:26:19,411 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 13:26:19,573 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 13:26:19,578 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 13:26:19,597 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e9b0af: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 13:26:19,801 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 13:26:19,849 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 13:26:19,858 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 13:26:19,861 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 13:26:19,864 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 13:26:19,867 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 13:26:20,054 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 13:26:20,170 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 13:26:20,212 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 13:26:20,254 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 13:26:20,333 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 13:26:20,333 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 13:26:20,335 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 13:26:20,335 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 13:26:20,339 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 13:26:20,339 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 13:26:20,343 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 13:26:20,387 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 13:26:20,734 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 13:26:20,734 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 13:26:20,752 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 13:26:20,756 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 13:26:20,757 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 13:26:20,758 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 13:26:20,758 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 13:26:20,758 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 13:26:20,758 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 13:26:20,758 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 13:26:20,759 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 13:26:20,759 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 13:26:20,760 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 13:26:20,760 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 13:26:20,760 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 13:26:20,760 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 13:26:20,760 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 13:26:20,760 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 13:26:20,761 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 13:26:20,761 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 13:26:20,762 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 13:26:20,762 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 13:26:20,762 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 13:26:20,762 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 13:26:20,762 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 13:26:20,762 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 13:26:20,765 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 13:26:20,765 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 13:26:20,765 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 13:26:20,766 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 13:26:20,766 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 13:26:20,813 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 13:26:21,014 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 13:26:21,018 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 13:26:21,018 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 13:26:21,031 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 13:26:21,072 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 13:26:21,072 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 13:26:21,073 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 13:26:21,073 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 13:26:21,095 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 13:26:21,095 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-20 13:26:21,095 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 13:26:21,095 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 13:26:21,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 13:26:21,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 13:26:21,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 13:26:21,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 13:26:21,132 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 13:26:21,159 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1bc5c08] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 13:26:21,167 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2435 ms +2015-07-20 13:26:44,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:44,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:44,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:44,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:44,393 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 13:26:44,402 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:26:44,403 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:44,611 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:26:44,626 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:26:44,631 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 13:26:44,633 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@10d3363 +2015-07-20 13:26:44,634 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 13:26:44,636 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:26:44,636 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 13:26:44,643 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 13:26:44,648 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 13:26:44,648 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:26:44,649 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@10d3363} + +2015-07-20 13:26:44,649 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:44,665 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 13:26:44,666 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 13:26:44,667 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:44,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:44,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:26:44,684 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 13:26:44,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:26:44,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:26:44,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:44,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:44,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:44,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:44,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:44,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:44,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:44,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:44,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:44,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:44,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,733 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 13:26:44,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:44,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:44,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:44,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:44,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 13:26:44,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:26:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:26:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:26:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 13:26:44,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:44,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:44,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 13:26:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:44,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:44,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:44,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:44,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:44,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:44,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:44,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:44,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:44,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:44,874 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 13:26:44,878 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:26:44,879 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:44,881 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 13:26:44,881 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:26:44,881 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:26:44,882 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@18eb7f8 +2015-07-20 13:26:44,882 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 13:26:44,882 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:26:44,882 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@10d3363 +2015-07-20 13:26:44,883 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 13:26:44,883 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 13:26:44,883 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 13:26:44,884 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@18eb7f8} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@10d3363} + +2015-07-20 13:26:44,884 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:44,887 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:44,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:44,888 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:26:44,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:44,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:44,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:44,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:44,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:44,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:44,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:44,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:44,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:44,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:44,933 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:26:44,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:44,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:44,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:44,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:44,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:44,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:44,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:44,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:45,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:45,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:45,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:45,016 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:26:45,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:45,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:45,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:45,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:45,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:45,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:45,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:45,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:45,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:45,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:45,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:45,106 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 13:26:45,112 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 13:26:45,112 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:45,113 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 13:26:45,113 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 13:26:45,113 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:26:45,113 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@10d3363 +2015-07-20 13:26:45,113 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@10d3363 +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@10d3363 +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 13:26:45,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 13:26:45,115 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@10d3363 +2015-07-20 13:26:45,115 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 13:26:45,115 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 13:26:45,115 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 13:26:45,116 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@10d3363} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@10d3363} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@10d3363} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@10d3363} + +2015-07-20 13:26:45,116 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:45,116 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:45,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:45,117 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 13:26:45,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:45,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:45,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:45,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:45,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:45,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:45,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:45,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:45,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:45,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:45,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:45,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:45,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:26:45,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:26:45,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:26:45,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:45,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:45,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:45,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:45,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:45,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:45,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:49,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:26:49,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:26:49,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:26:49,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:26:49,998 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 13:26:50,000 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 13:26:50,003 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:50,003 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:26:50,004 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 13:26:50,004 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@729ed8 +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 13:26:50,005 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:26:50,006 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 13:26:50,006 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:50,007 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 13:26:50,007 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 13:26:50,007 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:26:50,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:26:50,007 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:26:50,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:26:50,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:26:50,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:26:50,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:26:50,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:26:50,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:26:50,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:26:50,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:26:50,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:28:53,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:28:53,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:28:53,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:28:53,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:28:53,751 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 13:28:53,753 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 13:28:53,753 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:28:53,753 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:28:53,754 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 13:28:53,754 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 13:28:53,754 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 13:28:53,754 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@189f17c +2015-07-20 13:28:53,754 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 13:28:53,755 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 13:28:53,755 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@729ed8 +2015-07-20 13:28:53,755 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 13:28:53,755 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:28:53,755 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.message as message0_, receiveent0_.patientName as patientN8_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo11_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 13:28:53,756 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:28:53,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:28:53,757 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:28:53,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:28:53,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:28:53,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:28:53,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:28:53,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:28:53,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:28:53,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:28:53,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:28:53,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:30:29,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:30:29,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:30:29,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:30:29,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:30:29,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:30:29,080 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:30:29,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:30:29,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:30:29,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:30:29,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:30:29,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:30:29,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:30:29,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:30:29,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:30:29,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:31:22,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:31:22,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:31:22,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:31:22,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:31:22,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:31:22,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:31:22,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:31:22,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:31:22,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:31:22,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:31:22,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:31:22,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:31:22,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:31:22,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:31:22,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:34:52,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:34:52,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:34:53,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:34:53,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:34:53,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:34:53,029 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:34:53,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:34:53,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:34:53,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:34:53,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:34:53,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:34:53,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:34:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:34:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:34:53,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:35:00,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:35:00,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:35:00,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:35:00,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:35:00,059 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 13:35:00,060 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 13:35:00,063 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:35:00,064 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 13:35:00,064 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 13:35:00,064 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 13:35:00,064 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 13:35:00,070 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@729ed8 +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 13:35:00,071 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:35:00,072 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 13:35:00,072 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 13:35:00,072 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 13:35:00,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:35:00,072 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:35:00,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:35:00,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:35:00,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:35:00,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:35:00,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:35:00,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:35:00,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:35:00,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:35:00,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:35:04,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:35:04,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:35:04,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:35:04,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:35:04,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:35:04,948 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 13:35:04,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:35:04,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:35:04,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:35:04,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:35:04,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:35:04,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:35:04,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:35:04,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:35:04,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:35:08,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:35:08,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:35:08,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:35:08,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:35:08,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:35:08,950 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:35:08,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:35:08,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:35:08,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:35:08,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:35:08,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:35:09,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:35:09,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:35:09,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:35:09,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:36:04,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:36:04,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:36:04,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:36:04,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:36:04,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:36:04,426 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:36:04,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:36:04,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:36:04,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:36:04,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:36:04,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:36:04,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:36:04,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:36:04,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:36:04,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:36:37,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:36:37,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:36:37,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:36:37,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:36:37,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:36:37,259 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:36:37,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:36:37,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:36:37,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:36:37,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:36:37,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:36:37,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:36:37,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:36:37,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:36:37,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:36:59,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:36:59,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:36:59,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:36:59,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:36:59,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:36:59,989 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:36:59,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:36:59,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:36:59,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:36:59,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:36:59,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:36:59,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:36:59,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:36:59,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:36:59,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:37:58,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:37:58,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:37:58,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:37:58,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:37:58,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:37:58,837 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:37:58,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:37:58,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:37:58,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:37:58,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:37:58,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:37:58,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:37:58,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:37:58,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:37:58,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:39:08,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:39:08,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:39:08,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:39:08,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:39:08,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:39:08,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:39:08,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:39:08,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:39:08,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:39:08,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:39:08,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:39:08,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:39:08,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:39:08,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:39:08,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:39:16,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:39:16,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:39:16,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:39:16,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:39:16,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:39:16,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:39:16,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:39:16,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:39:16,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:39:16,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:39:16,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:39:16,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:39:16,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:39:16,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:39:16,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:05,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:05,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:05,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:05,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:05,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:05,807 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:42:05,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:42:05,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:42:05,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:05,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:05,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:05,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:05,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:05,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:05,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:08,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:08,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:08,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:08,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:08,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:08,184 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 13:42:08,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:42:08,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:42:08,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:08,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:08,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:08,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:08,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:08,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:08,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:31,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:31,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:31,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:31,470 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:42:31,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:42:31,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:42:31,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:31,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:31,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:31,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:31,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:31,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,686 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 13:42:31,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:31,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:31,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:31,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:31,714 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, complete, date, failed, ip, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 13:42:31,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 13:42:31,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:31,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:31,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:31,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:31,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:31,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:31,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:31,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:31,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:31,771 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:42:31,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:31,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:31,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:31,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:31,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:31,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:31,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:31,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:31,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:31,814 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:42:31,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:31,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:31,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:31,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:31,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:31,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:31,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:31,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:31,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:31,833 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 13:42:31,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:31,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:31,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:31,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:31,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:31,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:31,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:31,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:31,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:31,873 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 13:42:31,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:31,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:31,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:31,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:31,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:31,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:31,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:31,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:32,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:32,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:32,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:32,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:42:32,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:42:32,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:42:32,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:32,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:32,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:32,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:32,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:32,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:32,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:32,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:42:32,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:42:32,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:42:32,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:42:32,705 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:42:32,705 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 13:42:32,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:42:32,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:42:32,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:42:32,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:42:32,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:42:32,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:42:32,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:42:32,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:42:32,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:05,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:05,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:05,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:05,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:05,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:05,275 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:05,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:05,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:05,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:05,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:05,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:05,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:05,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:05,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:05,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:23,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:23,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:23,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:23,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:23,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:23,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:23,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:23,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:23,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:23,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:23,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:23,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:23,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:23,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:23,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:25,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:25,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:25,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:25,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:25,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:25,864 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:25,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:25,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:25,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:25,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:25,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:25,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:25,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:25,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:25,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:27,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:27,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:27,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:27,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:27,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:27,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:27,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:27,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:27,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:27,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:27,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:27,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:27,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:27,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:27,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:29,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:29,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:29,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:29,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:29,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:29,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:29,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:29,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:29,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:29,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:29,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:29,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:29,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:29,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:29,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:30,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:30,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:30,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:30,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:30,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:30,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:30,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:30,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:30,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:30,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:30,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:30,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:30,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:30,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:30,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:31,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:31,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:31,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:31,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:31,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:31,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:31,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:31,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:31,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:31,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:31,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:31,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:31,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:31,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:31,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:32,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:32,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:32,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:32,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:32,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:32,394 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:32,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:32,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:32,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:32,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:32,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:32,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:32,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:39,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:39,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:39,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:39,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:39,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:39,175 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:39,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:39,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:39,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:39,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:39,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:39,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:39,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:39,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:39,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:41,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:41,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:41,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:41,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:41,517 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:41,517 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:41,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:41,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:41,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:41,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:41,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:41,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:41,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:41,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:41,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:42,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:42,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:42,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:42,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:42,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:42,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:42,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:42,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:42,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:42,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:42,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:42,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:42,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:42,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:42,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:43,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:43,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:43,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:43,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:43,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:43,099 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:43,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:43,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:43,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:43,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:43,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:43,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:43,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:43,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:43,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:43,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:43,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:44,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:44,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:44,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:44,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:44,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:44,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:44,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:44,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:44,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:44,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:44,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:44,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:44,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:45,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:43:45,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:43:45,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:43:45,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:43:45,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:43:45,483 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:43:45,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:43:45,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:43:45,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:43:45,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:43:45,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:43:45,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:43:45,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:43:45,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:43:45,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:44:34,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:44:34,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:44:34,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:44:34,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:44:34,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:44:34,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:44:34,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:44:34,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:44:34,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:44:34,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:44:34,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:44:34,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:44:34,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:44:34,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:44:34,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:45:21,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:45:21,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:45:21,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:45:21,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:45:21,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:45:21,842 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:45:21,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:45:21,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:45:21,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:45:21,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:45:21,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:45:21,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:45:21,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:45:21,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:45:21,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:47:00,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:47:00,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:47:00,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:47:00,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:47:00,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:47:00,551 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:47:00,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:47:00,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:47:00,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:47:00,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:47:00,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:47:00,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:47:00,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:47:00,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:47:00,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:47:08,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:47:08,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:47:08,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:47:08,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:47:08,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:47:08,532 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:47:08,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:47:08,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:47:08,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:47:08,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:47:08,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:47:08,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:47:08,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:47:08,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:47:08,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:51:03,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 13:51:03,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 13:51:03,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 13:51:03,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 13:51:03,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 13:51:03,391 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 13:51:03,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 13:51:03,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 13:51:03,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 13:51:03,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 13:51:03,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 13:51:03,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 13:51:03,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 13:51:03,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 13:51:03,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:39,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:00:39,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:00:39,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:00:39,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:00:39,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:00:39,220 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:00:39,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:00:39,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:00:39,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:00:39,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:00:39,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:00:39,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:00:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:00:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:42,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:00:42,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:00:42,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:00:42,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:00:42,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:00:42,855 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:00:42,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:00:42,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:00:42,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:00:42,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:00:42,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:00:42,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:00:42,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:42,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:00:42,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:57,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:00:57,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:00:57,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:00:57,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:00:57,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:00:57,428 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:00:57,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:00:57,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:00:57,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:00:57,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:00:57,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:00:57,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:00:57,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:57,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:00:57,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:58,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:00:58,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:00:58,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:00:58,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:00:58,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:00:58,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:00:58,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:00:58,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:00:58,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:00:58,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:00:58,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:00:58,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:00:58,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:58,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:00:58,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:59,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:00:59,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:00:59,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:00:59,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:00:59,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:00:59,291 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:00:59,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:00:59,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:00:59,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:00:59,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:00:59,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:00:59,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:00:59,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:59,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:00:59,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:59,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:00:59,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:00:59,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:00:59,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:00:59,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:00:59,648 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:00:59,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:00:59,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:00:59,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:00:59,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:00:59,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:00:59,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:00:59,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:00:59,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:00:59,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:02,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:01:02,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:01:02,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:01:02,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:01:02,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:01:02,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:01:02,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:01:02,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:01:02,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:01:02,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:01:02,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:01:02,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:01:02,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:02,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:01:02,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:05,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:01:05,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:01:05,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:01:05,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:01:05,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:01:05,570 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:01:05,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:01:05,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:01:05,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:01:05,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:01:05,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:01:05,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:01:05,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:05,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:01:05,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:07,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:01:07,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:01:07,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:01:07,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:01:07,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:01:07,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:01:07,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:01:07,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:01:07,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:01:07,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:01:07,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:01:07,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:01:07,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:07,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:01:07,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:10,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:01:10,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:01:10,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:01:10,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:01:10,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:01:10,503 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:01:10,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:01:10,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:01:10,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:01:10,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:01:10,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:01:10,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:01:10,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:01:10,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:01:10,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:03:47,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:03:47,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:03:47,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:03:47,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:03:47,168 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:03:47,171 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:03:47,172 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:03:47,173 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:03:47,173 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:03:47,173 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:03:47,174 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@189f17c +2015-07-20 14:03:47,174 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:03:47,174 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:03:47,174 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@10d3363 +2015-07-20 14:03:47,174 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:03:47,174 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:03:47,175 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:03:47,175 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@189f17c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@10d3363} + +2015-07-20 14:03:47,175 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:03:47,175 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:03:47,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:03:47,176 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:03:47,202 INFO [org.hibernate.type.BooleanType] - could not bind value '1' to parameter: 1; java.lang.Integer cannot be cast to java.lang.Boolean +2015-07-20 14:03:47,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:06:01,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:06:01,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:06:01,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:06:01,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:06:01,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:06:01,627 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:06:01,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:06:01,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:06:01,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:06:01,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:06:01,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:06:01,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:06:01,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:06:01,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:06:01,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:06:58,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:06:58,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:06:58,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:06:58,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:06:58,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:06:58,821 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:06:58,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:06:58,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:06:58,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:06:58,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:06:58,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:06:58,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:06:58,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:06:58,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:06:58,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:07:04,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:07:04,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:07:04,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:07:04,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:07:04,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:07:04,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:07:04,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:07:04,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:07:04,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:07:04,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:07:04,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:07:04,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:07:04,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:07:04,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:07:04,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:07:06,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:07:06,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:07:06,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:07:06,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:07:06,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:07:06,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:07:06,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:07:06,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:07:06,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:07:06,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:07:06,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:07:06,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:07:06,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:07:06,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:07:06,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:07:08,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:07:08,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:07:08,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:07:08,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:07:08,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:07:08,404 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patientN8_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo11_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:07:08,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:07:08,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:07:08,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:07:08,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:07:08,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:07:08,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:07:08,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:07:08,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:07:08,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:13:35,928 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:13:35,974 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:13:35 CST 2015]; root of context hierarchy +2015-07-20 14:13:36,051 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:13:36,460 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:13:36,466 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:13:36,597 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:13:36,756 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:13:36,761 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:13:36,783 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@639d6e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:13:36,987 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:13:37,073 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:13:37,082 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:13:37,086 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:13:37,092 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:13:37,097 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:13:37,269 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:13:37,348 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:13:37,412 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:13:37,440 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:13:37,470 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:13:37,470 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:13:37,473 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:13:37,473 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:13:37,496 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:13:37,497 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:13:37,500 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:13:37,546 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:13:37,872 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:13:37,872 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:13:37,891 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:13:37,896 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:13:37,897 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:13:37,897 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:13:37,897 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:13:37,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:13:37,897 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:13:37,899 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:13:37,903 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:13:37,903 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:13:37,905 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:13:37,905 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:13:37,905 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:13:37,905 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:13:37,905 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:13:37,905 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:13:37,906 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:13:37,906 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:13:37,908 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:13:37,910 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:13:37,910 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:13:37,910 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:13:37,910 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:13:37,979 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:13:38,194 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:13:38,201 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:13:38,202 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:13:38,219 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:13:38,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:13:38,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:13:38,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:13:38,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:13:38,318 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:13:38,318 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, speed, failed, received, date, totalfiles, ip, id, message, patientname, complete, accessionnumber, studydate] +2015-07-20 14:13:38,318 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:13:38,318 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:13:38,348 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:13:38,349 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:13:38,349 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:13:38,349 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:13:38,349 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table ReceiveEntity add column bmpAxial bit +2015-07-20 14:13:38,622 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table ReceiveEntity add column bmpCoronal bit +2015-07-20 14:13:38,719 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table ReceiveEntity add column bmpSagittal bit +2015-07-20 14:13:38,732 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - alter table ReceiveEntity add column jpgAxial bit +2015-07-20 14:13:38,785 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:13:38,818 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1686a5d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:13:38,824 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2896 ms +2015-07-20 14:15:43,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:15:43,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:15:43,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:15:43,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:15:43,117 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 14:15:43,134 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 14:15:43,134 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:43,340 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:15:43,354 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 14:15:43,355 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 14:15:43,358 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 14:15:43,359 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1e2fd22 +2015-07-20 14:15:43,360 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 14:15:43,360 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:15:43,360 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 14:15:43,366 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:15:43,366 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:15:43,366 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 14:15:43,367 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:43,385 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 14:15:43,385 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 14:15:43,385 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:43,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:15:43,395 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:15:43,410 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:15:43,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:15:43,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:15:44,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:15:44,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:15:44,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:15:44,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:15:44,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:15:44,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:15:44,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:15:44,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:15:44,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:15:45,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:15:45,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:15:45,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:15:45,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:15:45,595 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 14:15:45,599 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 14:15:45,601 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:45,602 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:15:45,602 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 14:15:45,602 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 14:15:45,603 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 14:15:45,603 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1e2fd22 +2015-07-20 14:15:45,603 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 14:15:45,603 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:15:45,603 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 14:15:45,604 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 14:15:45,604 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:15:45,604 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 14:15:45,604 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:45,605 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 14:15:45,605 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 14:15:45,605 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:45,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:15:45,605 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 14:15:45,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:15:45,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:15:45,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:15:45,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:15:45,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:15:45,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:15:45,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:15:45,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:15:45,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:15:46,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:15:46,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:15:46,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:15:46,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:15:46,347 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 14:15:46,351 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 14:15:46,351 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:46,351 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:15:46,351 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 14:15:46,351 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 14:15:46,353 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 14:15:46,354 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@17ca721 +2015-07-20 14:15:46,354 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1e2fd22 +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:15:46,355 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:15:46,356 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 14:15:46,356 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:46,356 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 14:15:46,357 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 14:15:46,357 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:15:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:15:46,357 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:15:46,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:15:46,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:15:46,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,087 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:16:03,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,101 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:16:03,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:16:03,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:03,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:03,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:03,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:03,164 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:16:03,168 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:16:03,168 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:03,169 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:16:03,169 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:16:03,171 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:16:03,171 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@79d81 +2015-07-20 14:16:03,171 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:16:03,173 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:16:03,173 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1039449 +2015-07-20 14:16:03,173 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:16:03,173 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:16:03,174 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:16:03,175 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@79d81} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1039449} + +2015-07-20 14:16:03,175 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:03,177 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:03,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,179 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:16:03,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:03,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:03,214 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:16:03,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:03,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:03,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,223 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:16:03,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,227 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:16:03,238 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:03,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:03,239 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:16:03,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:03,239 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:16:03,239 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:16:03,239 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1039449 +2015-07-20 14:16:03,240 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:16:03,241 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:16:03,241 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:16:03,242 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:16:03,242 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:16:03,242 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:16:03,243 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1039449} + +2015-07-20 14:16:03,243 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:03,243 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:16:03,243 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:16:03,243 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:03,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,244 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:16:03,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:16:03,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:16:03,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:03,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:03,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,256 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:16:03,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:03,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:03,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:03,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:03,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,289 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:16:03,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:03,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:03,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:03,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:03,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:03,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:16:03,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:16:03,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:16:03,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:03,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:16:03,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:16:03,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:16:03,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:03,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:16:03,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:16:11,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:11,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:11,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:11,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:11,343 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:16:11,346 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:16:11,346 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@17ca721 +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1039449 +2015-07-20 14:16:11,347 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:16:11,348 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:16:11,348 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:16:11,348 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@17ca721} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1039449} + +2015-07-20 14:16:11,348 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:11,348 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:11,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:11,349 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:16:11,357 INFO [org.hibernate.type.BooleanType] - could not bind value '1' to parameter: 1; java.lang.Integer cannot be cast to java.lang.Boolean +2015-07-20 14:16:11,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:16:29,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:16:29,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:16:29,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:16:29,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:16:29,663 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:16:29,665 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@17ca721 +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:16:29,666 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1039449 +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@17ca721} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1039449} + +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:29,667 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:16:29,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:16:29,668 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:16:29,668 INFO [org.hibernate.type.BooleanType] - could not bind value '1' to parameter: 1; java.lang.Integer cannot be cast to java.lang.Boolean +2015-07-20 14:16:29,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:18:42,509 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:18:42,580 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:18:42 CST 2015]; root of context hierarchy +2015-07-20 14:18:42,648 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:18:42,915 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:18:42,919 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:18:43,035 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:18:43,190 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:18:43,205 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:18:43,222 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@dd6192: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:18:43,712 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:18:43,759 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:18:43,793 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:18:43,796 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:18:43,798 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:18:43,829 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:18:44,014 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:18:44,076 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:18:44,122 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:18:44,150 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:18:44,182 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:18:44,182 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:18:44,188 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:18:44,189 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:18:44,192 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:18:44,192 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:18:44,196 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:18:44,294 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:18:44,661 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:18:44,661 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:18:44,678 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:18:44,682 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:18:44,683 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:18:44,683 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:18:44,683 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:18:44,683 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:18:44,684 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:18:44,684 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:18:44,684 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:18:44,684 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:18:44,685 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:18:44,685 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:18:44,685 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:18:44,685 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:18:44,685 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:18:44,685 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:18:44,686 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:18:44,687 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:18:44,689 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:18:44,690 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:18:44,690 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:18:44,690 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:18:44,690 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:18:44,731 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:18:44,931 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:18:44,936 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:18:44,936 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:18:44,949 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:18:44,994 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:18:44,994 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:18:44,994 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:18:44,994 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:18:45,031 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:18:45,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:18:45,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:18:45,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:18:45,057 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:18:45,058 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:18:45,058 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:18:45,058 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:18:45,058 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:18:45,089 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@18fc658] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:18:45,095 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2586 ms +2015-07-20 14:19:25,119 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:19:25,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:25,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:25,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:25,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:25,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:25,253 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:19:25,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:19:25,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:25,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:25,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:25,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:25,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:25,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:25,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:25,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:25,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:25,627 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:19:25,638 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:19:25,638 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:25,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:25,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:25,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:25,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:25,676 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:19:25,681 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:19:25,682 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:25,699 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:19:25,717 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:19:25,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:19:25,721 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@122c57 +2015-07-20 14:19:25,723 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:19:25,727 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:19:25,728 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:19:25,734 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:19:25,744 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:19:25,744 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:19:25,745 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@122c57} + +2015-07-20 14:19:25,745 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:25,740 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:19:25,747 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:19:25,748 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:19:25,765 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:19:25,761 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@6ff54f +2015-07-20 14:19:25,765 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:19:25,765 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:25,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:25,777 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:19:25,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:19:25,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:19:25,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:25,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:25,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:25,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:25,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:25,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,765 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:19:25,807 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:19:25,807 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@122c57 +2015-07-20 14:19:25,807 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:19:25,808 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:19:25,808 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:19:25,811 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@6ff54f} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@122c57} + +2015-07-20 14:19:25,811 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:25,814 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:25,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:25,816 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:19:25,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:25,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:25,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:25,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:25,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:25,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:25,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:25,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:25,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:25,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:25,881 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:19:25,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:25,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:25,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:25,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:25,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:25,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:25,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:25,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:25,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:25,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:25,965 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:19:25,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:25,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:25,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:25,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:25,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:25,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:25,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:25,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:26,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:26,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:26,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:26,003 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:19:26,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:26,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:26,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:26,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:26,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:26,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:26,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:26,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:26,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:26,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:26,034 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:19:26,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:26,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:26,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:26,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:26,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:26,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:26,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:26,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:26,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:26,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:26,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:19:26,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:19:26,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:19:26,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:26,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:26,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:26,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:26,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:26,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:26,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:26,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:26,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:26,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:26,417 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:19:26,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:19:26,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:19:26,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:26,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:26,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:26,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:26,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:26,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:26,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:26,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:26,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:26,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:26,906 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:19:26,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:19:26,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:19:26,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:26,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:26,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:26,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:26,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:26,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:26,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:33,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:33,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:33,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:33,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:33,187 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:19:33,191 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:19:33,191 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:33,192 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:19:33,192 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:19:33,192 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:19:33,192 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@6e625c +2015-07-20 14:19:33,193 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:19:33,193 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:19:33,193 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@122c57 +2015-07-20 14:19:33,193 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:19:33,193 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:19:33,193 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:19:33,194 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@6e625c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@122c57} + +2015-07-20 14:19:33,195 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:33,195 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:33,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:33,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:19:33,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:19:33,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:19:33,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:19:33,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:19:33,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:33,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:19:33,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:19:50,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:19:50,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:19:50,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:19:50,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:19:50,905 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:19:50,907 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:19:50,907 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:50,908 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:19:50,908 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:19:50,908 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:19:50,908 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@6e625c +2015-07-20 14:19:50,908 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@122c57 +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@6e625c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@122c57} + +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:50,909 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:19:50,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:19:50,910 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:19:50,926 INFO [org.hibernate.type.BooleanType] - could not bind value '1' to parameter: 1; java.lang.Integer cannot be cast to java.lang.Boolean +2015-07-20 14:19:50,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:08,309 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:22:08,345 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:22:08 CST 2015]; root of context hierarchy +2015-07-20 14:22:08,428 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:22:08,676 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:22:08,679 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:22:08,815 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:22:08,994 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:22:08,999 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:22:09,017 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a255d9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:22:09,183 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:22:09,242 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:22:09,283 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:22:09,291 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:22:09,295 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:22:09,410 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:22:09,572 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:22:09,678 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:22:09,722 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:22:09,752 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:22:09,797 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:22:09,798 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:22:09,803 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:22:09,803 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:22:09,806 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:22:09,806 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:22:09,809 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:22:09,925 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:22:10,354 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:22:10,355 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:22:10,371 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:22:10,374 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:22:10,376 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:22:10,376 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:22:10,376 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:22:10,376 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:22:10,376 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:22:10,377 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:22:10,377 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:22:10,377 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:22:10,377 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:22:10,377 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:22:10,378 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:22:10,378 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:22:10,378 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:22:10,378 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:22:10,379 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:22:10,380 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:22:10,380 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:22:10,380 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:22:10,381 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:22:10,381 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:22:10,381 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:22:10,381 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:22:10,384 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:22:10,384 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:22:10,384 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:22:10,384 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:22:10,384 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:22:10,421 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:22:10,612 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:22:10,617 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:22:10,617 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:22:10,628 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:22:10,691 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:22:10,691 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:22:10,691 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:22:10,691 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:22:10,729 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:22:10,729 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:22:10,729 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:22:10,730 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:22:10,764 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:22:10,765 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:22:10,765 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:22:10,765 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:22:10,765 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:22:10,790 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a4d465] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:22:10,803 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2494 ms +2015-07-20 14:22:58,081 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:22:58,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,199 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:22:58,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:22:58,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,542 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:22:58,550 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:22:58,550 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:22:58,551 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:22:58,597 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:22:58,612 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:22:58,614 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:22:58,615 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1ef78cb +2015-07-20 14:22:58,617 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:22:58,619 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:22:58,620 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:22:58,585 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:22:58,625 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:22:58,627 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:22:58,633 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:22:58,633 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:22:58,634 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1ef78cb} + +2015-07-20 14:22:58,634 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:22:58,656 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:22:58,656 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:22:58,656 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:22:58,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,664 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:22:58,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:22:58,628 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:22:58,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:22:58,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,672 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:22:58,696 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:22:58,697 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1753c3a +2015-07-20 14:22:58,698 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:22:58,698 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:22:58,698 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1ef78cb +2015-07-20 14:22:58,698 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:22:58,698 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:22:58,699 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:22:58,701 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1753c3a} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1ef78cb} + +2015-07-20 14:22:58,701 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:22:58,732 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:22:58,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:22:58,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,763 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:22:58,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,840 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:22:58,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,912 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:22:58,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:58,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:58,970 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:22:58,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:58,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:58,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:58,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:58,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:58,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:58,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:58,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:58,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:58,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:59,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:22:59,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:22:59,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:22:59,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:59,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:59,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:59,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:59,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:59,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:59,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:59,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:59,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:59,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:59,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:59,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:59,376 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:22:59,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:22:59,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:22:59,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:59,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:59,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:59,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:59,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:59,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:59,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:59,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:22:59,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:22:59,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:22:59,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:22:59,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:22:59,776 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:22:59,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:22:59,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:22:59,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:22:59,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:22:59,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:22:59,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:22:59,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:22:59,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:22:59,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:07,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:07,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:07,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:07,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:07,451 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:23:07,455 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:23:07,455 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:07,456 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:23:07,456 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:23:07,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:23:07,457 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@fbff8c +2015-07-20 14:23:07,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:23:07,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:23:07,458 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1ef78cb +2015-07-20 14:23:07,458 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:23:07,458 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:23:07,458 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:23:07,459 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@fbff8c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1ef78cb} + +2015-07-20 14:23:07,459 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:07,459 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:07,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:07,459 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:23:07,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:23:07,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:23:07,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:23:07,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:23:07,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:07,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:23:07,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:18,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:18,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:18,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:18,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:18,081 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 14:23:18,084 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 14:23:18,084 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:18,085 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:23:18,085 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 14:23:18,085 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 14:23:18,085 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 14:23:18,086 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@fbff8c +2015-07-20 14:23:18,086 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 14:23:18,087 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 14:23:18,087 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1d387de +2015-07-20 14:23:18,087 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 14:23:18,087 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:23:18,087 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 14:23:18,088 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:23:18,088 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:23:18,090 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 14:23:18,090 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:18,090 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 14:23:18,090 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 14:23:18,090 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:18,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:18,092 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:23:18,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:23:18,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:23:18,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:23:24,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:24,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:24,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:24,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:24,756 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:23:24,759 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:23:24,760 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:24,760 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:23:24,760 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:23:24,760 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:23:24,760 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@fbff8c +2015-07-20 14:23:24,760 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1ef78cb +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@fbff8c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1ef78cb} + +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:24,761 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:24,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:24,762 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:23:24,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:23:24,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:23:24,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:23:24,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:23:24,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:24,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:23:24,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:25,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:25,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:25,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:25,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:25,834 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 14:23:25,836 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 14:23:25,837 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:25,837 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:23:25,837 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 14:23:25,837 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1d387de +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:23:25,838 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:23:25,839 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 14:23:25,839 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:25,839 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 14:23:25,839 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 14:23:25,839 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:25,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:25,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:23:25,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:23:25,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:23:25,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:23:27,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:27,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:27,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:27,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:27,748 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 14:23:27,750 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 14:23:27,750 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:27,750 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:23:27,750 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 14:23:27,750 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 14:23:27,750 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 14:23:27,751 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1d387de +2015-07-20 14:23:27,751 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 14:23:27,751 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:23:27,751 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 14:23:27,751 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 14:23:27,751 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:23:27,752 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 14:23:27,752 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:27,752 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 14:23:27,752 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 14:23:27,753 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:23:27,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:27,753 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 14:23:27,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:23:27,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:23:27,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:23:27,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:23:27,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:23:27,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:23:27,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:27,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:23:27,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:23:29,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:29,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:29,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:29,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:29,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:29,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 14:23:29,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:23:29,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:23:29,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:23:31,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:23:31,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:23:31,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:23:31,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:23:31,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:23:31,384 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 14:23:31,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:23:31,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:23:31,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:31:38,699 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:31:38,730 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:31:38 CST 2015]; root of context hierarchy +2015-07-20 14:31:38,833 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:31:39,309 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:31:39,311 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:31:39,448 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:31:39,609 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:31:39,614 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:31:39,632 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10360f: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:31:39,827 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:31:39,879 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:31:39,887 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:31:39,890 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:31:39,894 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:31:39,897 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:31:40,100 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:31:40,275 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:31:40,348 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:31:40,381 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:31:40,432 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:31:40,433 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:31:40,436 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:31:40,436 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:31:40,439 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:31:40,440 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:31:40,444 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:31:40,520 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:31:40,843 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:31:40,843 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:31:40,860 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:31:40,864 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:31:40,865 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:31:40,865 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:31:40,865 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:31:40,866 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:31:40,866 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:31:40,866 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:31:40,866 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:31:40,866 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:31:40,867 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:31:40,867 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:31:40,867 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:31:40,867 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:31:40,867 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:31:40,867 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:31:40,868 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:31:40,869 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:31:40,872 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:31:40,872 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:31:40,872 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:31:40,873 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:31:40,873 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:31:40,914 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:31:41,098 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:31:41,102 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:31:41,102 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:31:41,115 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:31:41,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:31:41,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:31:41,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:31:41,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:31:41,195 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:31:41,196 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:31:41,196 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:31:41,196 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:31:41,229 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:31:41,229 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:31:41,229 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:31:41,229 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:31:41,230 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:31:41,258 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@84afe5] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:31:41,266 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2567 ms +2015-07-20 14:33:38,874 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:33:38,900 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:33:38 CST 2015]; root of context hierarchy +2015-07-20 14:33:38,956 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:33:39,120 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:33:39,125 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:33:39,223 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:33:39,370 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:33:39,377 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:33:39,390 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@f0e803: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:33:39,509 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:33:39,559 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:33:39,568 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:33:39,573 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:33:39,577 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:33:39,579 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:33:39,776 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:33:39,893 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:33:39,976 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:33:40,023 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:33:40,055 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:33:40,056 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:33:40,061 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:33:40,061 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:33:40,064 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:33:40,065 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:33:40,069 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:33:40,120 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:33:40,351 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:33:40,351 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:33:40,372 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:33:40,376 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:33:40,377 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:33:40,377 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:33:40,377 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:33:40,377 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:33:40,377 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:33:40,378 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:33:40,378 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:33:40,378 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:33:40,378 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:33:40,379 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:33:40,379 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:33:40,379 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:33:40,379 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:33:40,379 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:33:40,380 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:33:40,380 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:33:40,383 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:33:40,383 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:33:40,383 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:33:40,383 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:33:40,384 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:33:40,420 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:33:40,590 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:33:40,596 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:33:40,596 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:33:40,609 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:33:40,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:33:40,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:33:40,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:33:40,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:33:40,640 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:33:40,640 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:33:40,640 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:33:40,641 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:33:40,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:33:40,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:33:40,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:33:40,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:33:40,651 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:33:40,679 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1c86afb] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:33:40,686 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1811 ms +2015-07-20 14:33:51,458 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:33:51,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:51,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:51,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:51,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:51,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:51,565 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:33:51,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:33:51,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:51,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:51,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:51,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:51,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:51,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:51,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:51,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:51,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:51,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:51,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:51,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:51,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:51,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:51,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:51,883 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:33:51,892 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:33:51,902 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:51,905 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:33:51,914 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:33:51,914 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:51,939 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:33:51,939 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:33:51,960 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:33:51,960 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:33:51,963 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:33:51,963 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:33:51,965 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@6f8fd4 +2015-07-20 14:33:51,965 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@de6bae +2015-07-20 14:33:51,965 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:33:51,965 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:33:51,967 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:33:51,967 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:33:51,967 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:33:51,968 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@de6bae +2015-07-20 14:33:51,968 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:33:51,968 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:33:51,969 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:33:51,971 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:33:51,973 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@6f8fd4} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@de6bae} + +2015-07-20 14:33:51,973 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:51,976 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:33:51,976 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:33:51,977 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@de6bae} + +2015-07-20 14:33:51,977 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:51,991 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:33:51,991 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:51,991 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:33:51,991 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:51,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:51,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 14:33:51,999 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:33:51,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:33:52,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 14:33:52,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:33:52,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:33:52,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,045 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:33:52,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,127 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:33:52,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,171 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:33:52,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:33:52,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:33:52,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,192 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:33:52,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,242 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:33:52,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,261 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:33:52,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:52,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:52,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:52,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:52,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:52,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:33:52,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:33:52,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:33:52,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:52,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:52,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:52,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:52,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:52,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:52,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:53,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:53,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:53,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:53,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:53,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:53,140 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:33:53,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:33:53,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:33:53,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:53,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:53,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:53,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:53,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:53,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:53,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:58,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:33:58,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:33:58,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:33:58,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:33:58,895 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:33:58,899 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:33:58,899 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:58,900 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:33:58,901 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:33:58,901 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:33:58,901 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1dad2ed +2015-07-20 14:33:58,905 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:33:58,905 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:33:58,906 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@de6bae +2015-07-20 14:33:58,906 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:33:58,906 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:33:58,906 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:33:58,907 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1dad2ed} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@de6bae} + +2015-07-20 14:33:58,907 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:58,907 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:33:58,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:33:58,908 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:33:58,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:33:58,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:33:58,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:33:58,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:33:58,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:33:58,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:33:58,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:34:15,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:34:15,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:34:15,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:34:15,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:34:15,730 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:34:15,733 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:34:15,733 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:34:15,733 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@1dad2ed +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@de6bae +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:34:15,734 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:34:15,735 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:34:15,735 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1dad2ed} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@de6bae} + +2015-07-20 14:34:15,735 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:34:15,735 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:34:15,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:34:15,735 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:34:15,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:34:15,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:34:15,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:34:15,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:34:15,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:34:15,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:34:15,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,172 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:38:46,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,184 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:38:46,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:38:46,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,206 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:38:46,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,270 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:38:46,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,317 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:38:46,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,358 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:38:46,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,391 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:38:46,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,599 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:38:46,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:46,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:46,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,636 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:38:46,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:46,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:46,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:46,660 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:38:46,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:38:46,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:38:46,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:46,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:46,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,664 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:46,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:46,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:46,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:46,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:47,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:38:47,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:38:47,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:38:47,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:38:47,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:38:47,086 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:38:47,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:38:47,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:38:47,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:38:47,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:38:47,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:38:47,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:38:47,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:38:47,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:38:47,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:01,682 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:41:01,710 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:41:01 CST 2015]; root of context hierarchy +2015-07-20 14:41:01,759 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:41:01,932 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:41:01,938 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:41:02,044 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:41:02,205 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:41:02,210 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:41:02,222 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1edc877: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:41:02,345 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:41:02,407 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:41:02,418 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:41:02,420 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:41:02,423 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:41:02,428 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:41:02,605 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:41:02,666 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:41:02,712 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:41:02,747 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:41:02,782 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:41:02,782 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:41:02,785 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:41:02,785 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:41:02,788 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:41:02,788 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:41:02,792 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:41:02,843 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:41:03,100 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:41:03,100 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:41:03,117 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:41:03,122 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:41:03,123 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:41:03,123 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:41:03,123 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:41:03,123 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:41:03,123 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:41:03,124 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:41:03,124 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:41:03,124 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:41:03,125 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:41:03,125 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:41:03,126 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:41:03,126 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:41:03,126 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:41:03,126 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:41:03,127 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:41:03,127 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:41:03,127 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:41:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:41:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:41:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:41:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:41:03,130 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:41:03,133 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:41:03,134 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:41:03,134 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:41:03,134 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:41:03,134 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:41:03,186 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:41:03,360 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:41:03,364 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:41:03,365 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:41:03,379 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:41:03,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:41:03,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:41:03,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:41:03,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:41:03,421 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:41:03,421 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:41:03,421 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:41:03,421 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:41:03,451 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:41:03,451 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:41:03,451 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:41:03,451 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:41:03,451 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:41:03,479 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@528399] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:41:03,486 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1803 ms +2015-07-20 14:41:21,400 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:41:21,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:21,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:21,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:21,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:21,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:21,560 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:41:21,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:41:21,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:21,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:21,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:21,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:21,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:21,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:21,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:21,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:21,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:21,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:21,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:21,705 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:41:21,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:21,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:21,862 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:41:21,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:21,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:21,891 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:21,902 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:41:21,906 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:41:21,906 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:21,937 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:41:21,940 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:41:21,953 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:41:21,953 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:41:21,956 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:41:21,956 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:41:21,958 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@13a7ed2 +2015-07-20 14:41:21,958 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15c37ae +2015-07-20 14:41:21,959 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:41:21,961 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:41:21,962 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:41:21,962 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:41:21,968 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:41:21,968 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15c37ae +2015-07-20 14:41:21,968 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:41:21,968 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:41:21,969 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:41:21,969 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:41:21,970 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@13a7ed2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15c37ae} + +2015-07-20 14:41:21,970 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:21,977 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:41:21,977 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:41:21,978 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@15c37ae} + +2015-07-20 14:41:21,978 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:21,991 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:41:21,991 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:41:21,991 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:21,991 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:22,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:22,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:41:22,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:41:22,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:41:22,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:22,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:22,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 14:41:22,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:22,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:22,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:22,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,062 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:41:22,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:22,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:22,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:22,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:22,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:22,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:22,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:22,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:22,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:22,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:22,105 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:41:22,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:22,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:22,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:22,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:22,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:22,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:22,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:22,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:22,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:22,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:22,136 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:41:22,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:22,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:22,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:22,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:22,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:22,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:22,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:22,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:22,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:22,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:22,225 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:41:22,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:22,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:22,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:22,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:22,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:22,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:22,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:22,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:22,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:22,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:22,282 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:41:22,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:41:22,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:41:22,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:22,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:22,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:22,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:22,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:22,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:22,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:23,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:23,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:23,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:23,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:23,450 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:41:23,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:41:23,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:41:23,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:23,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:23,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:23,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:23,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:23,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:23,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:23,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:23,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:23,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:23,634 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:41:23,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:41:23,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:41:23,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:23,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:23,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:23,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:23,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:23,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:23,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:23,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:23,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:23,701 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:41:23,705 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:41:23,706 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:23,706 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:41:23,707 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:41:23,707 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:41:23,707 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@18f89ca +2015-07-20 14:41:23,707 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:41:23,707 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:41:23,707 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15c37ae +2015-07-20 14:41:23,708 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:41:23,708 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:41:23,708 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:41:23,709 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@18f89ca} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15c37ae} + +2015-07-20 14:41:23,710 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:23,710 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:23,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:23,710 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:41:23,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:23,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:23,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:23,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:23,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:23,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:23,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:23,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:23,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:23,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:23,836 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:41:23,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:41:23,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:41:23,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:23,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:23,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:23,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:23,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:23,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:23,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:30,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:41:30,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:41:30,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:41:30,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:41:30,110 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:41:30,113 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:41:30,113 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:30,113 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@18f89ca +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@15c37ae +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:41:30,114 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:41:30,115 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@18f89ca} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@15c37ae} + +2015-07-20 14:41:30,115 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:30,115 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:41:30,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:41:30,115 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:41:30,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:41:30,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:41:30,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:41:30,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:41:30,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:41:30,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:41:30,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:24,178 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:45:24,207 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:45:24 CST 2015]; root of context hierarchy +2015-07-20 14:45:24,256 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:45:24,404 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:45:24,407 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:45:24,508 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:45:24,644 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:45:24,649 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:45:24,659 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@146c637: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:45:24,774 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:45:24,850 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:45:24,862 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:45:24,865 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:45:24,868 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:45:24,870 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:45:25,075 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:45:25,135 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:45:25,171 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:45:25,212 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:45:25,250 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:45:25,250 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:45:25,252 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:45:25,252 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:45:25,255 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:45:25,255 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:45:25,258 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:45:25,318 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:45:25,564 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:45:25,564 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:45:25,580 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:45:25,583 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:45:25,585 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:45:25,585 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:45:25,585 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:45:25,585 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:45:25,585 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:45:25,585 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:45:25,586 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:45:25,588 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:45:25,588 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:45:25,590 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:45:25,591 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:45:25,591 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:45:25,591 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:45:25,591 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:45:25,627 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:45:25,813 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:45:25,817 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:45:25,817 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:45:25,828 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:45:25,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:45:25,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:45:25,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:45:25,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:45:25,860 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:45:25,860 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:45:25,860 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:45:25,860 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:45:25,870 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:45:25,870 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:45:25,870 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:45:25,871 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:45:25,871 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:45:25,898 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e99979] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:45:25,905 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1727 ms +2015-07-20 14:45:53,992 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:45:54,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,084 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:45:54,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:45:54,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,224 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:45:54,399 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:45:54,409 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:45:54,410 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:54,410 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:45:54,411 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:54,461 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:45:54,473 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:45:54,489 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:45:54,491 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:45:54,493 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@6d1813 +2015-07-20 14:45:54,493 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:45:54,495 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:45:54,495 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:45:54,501 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:45:54,505 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:45:54,505 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:45:54,506 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@6d1813} + +2015-07-20 14:45:54,507 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:54,488 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:45:54,511 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:45:54,511 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@126a8be +2015-07-20 14:45:54,511 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:45:54,512 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:45:54,512 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@6d1813 +2015-07-20 14:45:54,519 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:45:54,519 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:45:54,520 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:45:54,520 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@126a8be} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@6d1813} + +2015-07-20 14:45:54,525 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:54,528 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:45:54,529 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:54,539 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:45:54,540 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:54,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,549 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:45:54,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 14:45:54,549 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 14:45:54,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:45:54,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:45:54,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,651 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,701 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,747 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:45:54,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:45:54,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:45:54,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,777 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,893 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,936 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,969 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:54,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:54,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:54,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:54,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:54,996 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:54,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:54,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:54,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:54,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:54,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:54,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:54,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:55,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:55,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:55,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:55,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:55,019 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:55,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:55,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:55,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:55,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:55,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:55,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:55,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:55,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:55,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:55,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:55,051 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:45:55,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:55,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:55,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:55,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:55,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:55,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:55,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:55,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:55,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:55,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:55,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:45:55,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:45:55,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:45:55,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:55,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:55,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:55,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:55,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:55,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:55,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:55,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:55,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:55,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:55,650 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:45:55,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:45:55,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:45:55,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:55,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:55,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:55,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:55,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:55,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:55,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:56,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:56,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:56,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:56,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:56,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:56,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:45:56,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:45:56,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:45:56,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:56,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:56,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:56,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:56,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:56,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:56,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:56,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:56,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:56,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:56,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:56,404 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:45:56,408 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:45:56,409 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:56,409 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:45:56,410 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:45:56,410 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:45:56,410 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@384bb6 +2015-07-20 14:45:56,410 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:45:56,411 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:45:56,411 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@6d1813 +2015-07-20 14:45:56,411 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:45:56,411 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:45:56,411 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:45:56,412 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@384bb6} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@6d1813} + +2015-07-20 14:45:56,412 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:56,412 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:56,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:56,413 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:45:56,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:56,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:56,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:56,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:56,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:56,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:56,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:56,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:56,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:56,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:56,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:56,789 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:45:56,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:45:56,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:45:56,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:56,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:56,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:56,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:56,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:56,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:56,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:59,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:45:59,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:45:59,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:45:59,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:45:59,070 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:45:59,072 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:45:59,073 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:59,073 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:45:59,073 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:45:59,073 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:45:59,073 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@384bb6 +2015-07-20 14:45:59,073 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@6d1813 +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@384bb6} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@6d1813} + +2015-07-20 14:45:59,074 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:59,075 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:45:59,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:45:59,075 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:45:59,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:45:59,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:45:59,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:45:59,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:45:59,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:45:59,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:45:59,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:20,266 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:49:20,290 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:49:20 CST 2015]; root of context hierarchy +2015-07-20 14:49:20,338 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:49:20,503 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:49:20,508 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:49:20,615 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:49:20,770 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:49:20,776 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:49:20,792 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2fcd20: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:49:20,928 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:49:20,977 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:49:20,986 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:49:20,988 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:49:20,992 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:49:20,995 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:49:21,192 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:49:21,255 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:49:21,323 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:49:21,357 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:49:21,394 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:49:21,395 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:49:21,399 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:49:21,399 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:49:21,403 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:49:21,403 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:49:21,406 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:49:21,454 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:49:21,742 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:49:21,742 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:49:21,760 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:49:21,763 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:49:21,764 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:49:21,764 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:49:21,765 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:49:21,765 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:49:21,765 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:49:21,765 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:49:21,765 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:49:21,765 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:49:21,768 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:49:21,768 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:49:21,768 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:49:21,768 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:49:21,768 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:49:21,769 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:49:21,770 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:49:21,770 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:49:21,770 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:49:21,770 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:49:21,770 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:49:21,770 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:49:21,770 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:49:21,771 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:49:21,773 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:49:21,773 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:49:21,773 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:49:21,773 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:49:21,774 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:49:21,812 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:49:21,996 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:49:22,000 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:49:22,000 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:49:22,013 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:49:22,036 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:49:22,037 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:49:22,037 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:49:22,037 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:49:22,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:49:22,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:49:22,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:49:22,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:49:22,060 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:49:22,060 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:49:22,060 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:49:22,060 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:49:22,060 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:49:22,088 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1142f50] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:49:22,094 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1827 ms +2015-07-20 14:49:32,153 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:49:32,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:32,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:32,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:32,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:32,251 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:49:32,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:49:32,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:32,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:32,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:32,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:32,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:32,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:32,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:32,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:32,447 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:49:32,619 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:49:32,619 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:32,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:32,659 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:49:32,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:32,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:32,671 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:49:32,683 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:49:32,683 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:32,684 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:49:32,699 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:49:32,701 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:49:32,703 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1f04317 +2015-07-20 14:49:32,703 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:49:32,707 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:49:32,707 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:49:32,715 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:49:32,712 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:49:32,719 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:49:32,720 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:49:32,721 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1f04317} + +2015-07-20 14:49:32,721 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:32,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:49:32,740 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:49:32,744 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:49:32,744 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:32,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:32,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:49:32,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:49:32,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:49:32,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:32,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:32,743 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@148f4ae +2015-07-20 14:49:32,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:32,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:32,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:32,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,806 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:49:32,813 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:49:32,813 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1f04317 +2015-07-20 14:49:32,814 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:49:32,814 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:49:32,814 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:49:32,814 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@148f4ae} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1f04317} + +2015-07-20 14:49:32,814 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:32,840 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:32,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:32,844 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:32,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:32,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:32,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:32,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:32,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:32,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:32,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:32,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:32,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:32,888 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:32,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:32,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:32,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:32,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:32,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:32,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:32,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:32,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:32,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:32,919 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:32,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:32,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:32,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:32,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:32,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:32,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:32,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:32,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:32,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:32,966 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:49:32,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:49:32,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:49:32,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:32,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:32,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:32,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:32,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:32,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:32,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:33,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:33,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:33,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:33,016 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:33,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:33,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:33,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:33,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:33,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:33,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:33,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:33,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:33,052 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:33,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:33,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:33,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:33,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:33,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:33,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:33,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:33,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:33,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:33,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:33,087 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:33,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:33,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:33,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:33,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:33,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:33,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:33,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:33,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:33,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:33,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:33,125 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:49:33,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:33,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:33,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:33,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:33,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:33,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:33,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:33,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:33,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:33,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:33,924 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:49:33,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:49:33,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:49:33,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:33,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:33,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:33,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:33,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:33,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:33,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:33,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:33,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:33,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:33,973 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:49:33,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:49:33,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:49:33,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:33,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:33,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:33,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:33,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:33,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:33,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:34,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:34,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:34,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:34,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:34,407 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:49:34,417 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:49:34,417 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:34,417 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:49:34,418 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:49:34,418 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:49:34,418 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@d6a7c +2015-07-20 14:49:34,418 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:49:34,419 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:49:34,419 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1f04317 +2015-07-20 14:49:34,419 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:49:34,419 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:49:34,419 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:49:34,420 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@d6a7c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1f04317} + +2015-07-20 14:49:34,420 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:34,420 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:34,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:34,421 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:49:34,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:34,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:34,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:34,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:34,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:34,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:34,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:34,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:34,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:34,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:34,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:34,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:34,689 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:49:34,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:49:34,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:49:34,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:34,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:34,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:34,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:34,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:34,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:34,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:34,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:34,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:34,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:34,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:34,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:34,935 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:49:34,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:49:34,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:49:34,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:34,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:34,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:34,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:34,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:34,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:34,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:37,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:49:37,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:49:37,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:49:37,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:49:37,452 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:49:37,455 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:49:37,455 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:37,455 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:49:37,456 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:49:37,456 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:49:37,456 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@d6a7c +2015-07-20 14:49:37,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:49:37,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:49:37,457 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1f04317 +2015-07-20 14:49:37,457 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:49:37,457 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:49:37,457 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:49:37,458 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@d6a7c} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1f04317} + +2015-07-20 14:49:37,458 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:37,458 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:49:37,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:49:37,458 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:49:37,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:49:37,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:49:37,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:49:37,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:49:37,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:49:37,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:49:37,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:28,921 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 14:55:28,945 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 14:55:28 CST 2015]; root of context hierarchy +2015-07-20 14:55:28,991 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 14:55:29,171 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 14:55:29,178 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 14:55:29,287 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 14:55:29,441 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 14:55:29,446 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 14:55:29,463 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9391a6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 14:55:29,596 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 14:55:29,667 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 14:55:29,678 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 14:55:29,681 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 14:55:29,683 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 14:55:29,686 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 14:55:29,847 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 14:55:29,908 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 14:55:29,951 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 14:55:29,986 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 14:55:30,022 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 14:55:30,024 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 14:55:30,028 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 14:55:30,028 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 14:55:30,031 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 14:55:30,032 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 14:55:30,037 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 14:55:30,097 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 14:55:30,316 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 14:55:30,316 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 14:55:30,336 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 14:55:30,339 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 14:55:30,340 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 14:55:30,341 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 14:55:30,342 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 14:55:30,342 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 14:55:30,343 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 14:55:30,344 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 14:55:30,344 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 14:55:30,344 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 14:55:30,345 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 14:55:30,345 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 14:55:30,345 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 14:55:30,346 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 14:55:30,346 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 14:55:30,346 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 14:55:30,346 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 14:55:30,346 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 14:55:30,349 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 14:55:30,350 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 14:55:30,350 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 14:55:30,350 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 14:55:30,350 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 14:55:30,385 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 14:55:30,549 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 14:55:30,553 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 14:55:30,553 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 14:55:30,568 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 14:55:30,589 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 14:55:30,589 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 14:55:30,589 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:55:30,589 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:55:30,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 14:55:30,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 14:55:30,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:55:30,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:55:30,612 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 14:55:30,612 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 14:55:30,613 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 14:55:30,613 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 14:55:30,613 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 14:55:30,639 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1fd148c] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 14:55:30,646 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1725 ms +2015-07-20 14:55:49,585 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 14:55:49,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:49,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:49,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:49,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:49,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:49,686 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 14:55:49,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 14:55:49,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:49,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:49,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:49,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:49,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:49,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:49,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:49,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:49,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:49,968 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 14:55:49,979 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:55:49,979 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,033 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:55:50,048 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:55:50,051 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:50,054 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1fc91a2 +2015-07-20 14:55:50,055 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 14:55:50,058 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:50,058 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:50,059 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:55:50,059 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:55:50,060 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:55:50,061 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1fc91a2} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a563e9} + +2015-07-20 14:55:50,061 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,077 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:50,086 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 14:55:50,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:50,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:50,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:50,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:50,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:50,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:50,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:50,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:50,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:50,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:50,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:50,103 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:55:50,107 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:55:50,107 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,115 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 14:55:50,115 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:55:50,115 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 14:55:50,116 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:50,116 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 14:55:50,116 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 14:55:50,124 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 14:55:50,129 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 14:55:50,133 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 14:55:50,134 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 14:55:50,135 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@a563e9} + +2015-07-20 14:55:50,135 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,135 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 14:55:50,135 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 14:55:50,136 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:50,141 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:55:50,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:55:50,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:55:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:50,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:50,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:50,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:50,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:50,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:50,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:50,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:50,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:50,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:50,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:50,265 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 14:55:50,272 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:55:50,272 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,273 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:55:50,273 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:50,274 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:50,275 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 14:55:50,275 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:50,275 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:50,275 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:55:50,275 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:55:50,276 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:55:50,277 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@a563e9} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a563e9} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@a563e9} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@a563e9} + +2015-07-20 14:55:50,278 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,278 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:50,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:50,278 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 14:55:50,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:50,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:50,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:50,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:50,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:50,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:50,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:51,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:51,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:51,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:51,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:51,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:51,121 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:55:51,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:55:51,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:55:51,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:51,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:51,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:51,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:51,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:51,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:51,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:51,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:51,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:51,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:55:51,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:55:51,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:51,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:51,157 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 14:55:51,160 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:55:51,160 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:51,160 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:55:51,160 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:55:51,162 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:51,162 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@13034bc +2015-07-20 14:55:51,162 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 14:55:51,163 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:55:51,163 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:55:51,163 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:55:51,164 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:55:51,164 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:55:51,165 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@13034bc} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a563e9} + +2015-07-20 14:55:51,165 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:51,165 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:55:51,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:51,166 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 14:55:51,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:51,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:51,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:55:51,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:55:51,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:55:51,191 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 14:55:51,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 14:55:51,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 14:55:51,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:55:51,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:55:51,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:51,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:51,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:51,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:51,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:51,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:55:51,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:55:51,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:55:51,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:55:51,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:59:37,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 14:59:37,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 14:59:37,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 14:59:37,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 14:59:37,036 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 14:59:37,038 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@13034bc +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@a563e9 +2015-07-20 14:59:37,039 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 14:59:37,040 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 14:59:37,040 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 14:59:37,040 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@13034bc} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@a563e9} + +2015-07-20 14:59:37,040 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:59:37,040 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 14:59:37,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 14:59:37,041 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 14:59:37,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 14:59:37,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 14:59:37,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 14:59:37,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 14:59:37,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 14:59:37,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 14:59:37,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:16:43,201 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 15:16:43,254 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 15:16:43 CST 2015]; root of context hierarchy +2015-07-20 15:16:43,624 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 15:16:43,940 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 15:16:43,944 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 15:16:44,101 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 15:16:44,529 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 15:16:44,533 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 15:16:44,558 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c73d92: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 15:16:44,725 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 15:16:44,773 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 15:16:44,783 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 15:16:44,786 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 15:16:44,788 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 15:16:44,795 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 15:16:44,972 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 15:16:45,032 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 15:16:45,075 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 15:16:45,106 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 15:16:45,157 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 15:16:45,158 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 15:16:45,160 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 15:16:45,160 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 15:16:45,163 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 15:16:45,163 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 15:16:45,171 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 15:16:45,242 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 15:16:45,821 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 15:16:45,821 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 15:16:45,838 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 15:16:45,842 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 15:16:45,843 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 15:16:45,843 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 15:16:45,843 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 15:16:45,843 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 15:16:45,843 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 15:16:45,843 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 15:16:45,843 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 15:16:45,844 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 15:16:45,844 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 15:16:45,844 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 15:16:45,845 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 15:16:45,845 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 15:16:45,845 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 15:16:45,845 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 15:16:45,846 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 15:16:45,846 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 15:16:45,849 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 15:16:45,849 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 15:16:45,849 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 15:16:45,850 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 15:16:45,850 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 15:16:45,963 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 15:16:46,283 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 15:16:46,288 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 15:16:46,288 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 15:16:46,301 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 15:16:46,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 15:16:46,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 15:16:46,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:16:46,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:16:46,408 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 15:16:46,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 15:16:46,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:16:46,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:16:46,487 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 15:16:46,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 15:16:46,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:16:46,488 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:16:46,488 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 15:16:46,515 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@139046d] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 15:16:46,523 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3322 ms +2015-07-20 15:17:25,378 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 15:17:25,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:25,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:25,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:25,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:25,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:17:25,494 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 15:17:25,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 15:17:25,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:17:25,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:25,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:25,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:25,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:25,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:25,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:25,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:25,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:25,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:25,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:25,780 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 15:17:25,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:25,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:25,787 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 15:17:25,793 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:17:25,793 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:17:25,800 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:25,800 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:25,830 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 15:17:25,840 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:17:25,845 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:17:25,845 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:17:25,848 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 15:17:25,848 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:25,849 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@b98b04 +2015-07-20 15:17:25,849 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:25,850 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 15:17:25,850 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 15:17:25,852 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:17:25,852 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 15:17:25,852 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:25,852 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:25,852 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 15:17:25,853 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 15:17:25,854 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 15:17:25,856 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 15:17:25,856 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@b98b04} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1e6a28b} + +2015-07-20 15:17:25,857 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:25,860 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 15:17:25,861 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:17:25,863 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1e6a28b} + +2015-07-20 15:17:25,863 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:25,874 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 15:17:25,874 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:25,874 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 15:17:25,874 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:25,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:17:25,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 15:17:25,882 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 15:17:25,883 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 15:17:25,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 15:17:25,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:25,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:25,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:25,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:25,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:17:25,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:17:25,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:17:25,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:25,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:25,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:25,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:25,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:25,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:25,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:25,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:25,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:17:25,920 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 15:17:25,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:17:25,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:25,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:25,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:25,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:25,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:25,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:26,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:26,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:26,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:26,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:26,035 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 15:17:26,071 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:17:26,071 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:26,071 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 15:17:26,072 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:17:26,072 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:26,072 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:26,075 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 15:17:26,075 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:26,075 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:26,075 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 15:17:26,076 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 15:17:26,077 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1e6a28b} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1e6a28b} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1e6a28b} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1e6a28b} + +2015-07-20 15:17:26,077 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:26,077 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:26,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:17:26,078 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 15:17:26,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:17:26,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:26,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:26,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:26,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:26,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:26,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:26,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:26,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:26,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:26,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:26,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:17:26,262 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 15:17:26,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:17:26,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:17:26,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:17:26,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:26,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:26,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:26,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:26,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:26,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:31,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:17:31,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:17:31,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:17:31,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:17:31,187 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 15:17:31,190 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:17:31,191 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:31,191 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 15:17:31,191 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:17:31,191 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:31,191 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@76693 +2015-07-20 15:17:31,191 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 15:17:31,192 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:17:31,192 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1e6a28b +2015-07-20 15:17:31,192 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 15:17:31,192 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 15:17:31,192 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 15:17:31,194 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@76693} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1e6a28b} + +2015-07-20 15:17:31,194 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:31,194 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:17:31,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:17:31,195 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 15:17:31,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:17:31,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:17:31,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:17:31,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:17:31,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:17:31,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:17:31,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:20:03,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:20:03,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:20:03,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:20:03,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:20:03,623 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 15:20:03,625 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 15:20:03,626 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:20:03,626 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:20:03,626 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 15:20:03,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:20:03,626 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:20:03,626 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@76693 +2015-07-20 15:20:03,627 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 15:20:03,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 15:20:03,628 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@cf32a8 +2015-07-20 15:20:03,628 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 15:20:03,628 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:20:03,628 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 15:20:03,654 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 15:20:03,655 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:20:03,656 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 15:20:03,656 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:20:03,656 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 15:20:03,656 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 15:20:03,656 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:20:03,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:20:03,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:20:03,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:20:03,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:20:03,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:35:06,691 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 15:35:06,731 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 15:35:06 CST 2015]; root of context hierarchy +2015-07-20 15:35:06,843 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 15:35:07,217 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 15:35:07,222 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 15:35:07,358 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 15:35:07,909 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 15:35:07,915 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 15:35:07,960 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b828d5: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 15:35:08,259 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 15:35:08,323 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 15:35:08,376 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 15:35:08,379 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 15:35:08,382 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 15:35:08,391 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 15:35:08,613 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 15:35:08,781 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 15:35:08,824 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 15:35:08,854 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 15:35:08,912 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 15:35:08,913 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 15:35:08,915 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 15:35:08,915 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 15:35:08,919 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 15:35:08,920 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 15:35:08,923 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 15:35:08,978 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 15:35:09,334 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 15:35:09,334 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 15:35:09,351 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 15:35:09,355 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 15:35:09,356 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 15:35:09,358 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 15:35:09,358 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 15:35:09,358 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 15:35:09,358 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 15:35:09,359 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 15:35:09,359 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 15:35:09,359 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 15:35:09,360 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 15:35:09,360 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 15:35:09,360 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 15:35:09,360 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 15:35:09,360 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 15:35:09,360 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 15:35:09,361 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 15:35:09,361 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 15:35:09,361 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 15:35:09,362 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 15:35:09,362 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 15:35:09,362 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 15:35:09,362 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 15:35:09,362 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 15:35:09,364 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 15:35:09,365 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 15:35:09,365 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 15:35:09,365 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 15:35:09,365 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 15:35:09,422 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 15:35:09,661 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 15:35:09,665 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 15:35:09,665 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 15:35:09,690 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 15:35:09,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 15:35:09,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 15:35:09,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:35:09,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:35:09,736 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 15:35:09,736 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 15:35:09,738 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:35:09,738 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:35:09,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 15:35:09,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 15:35:09,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:35:09,750 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:35:09,751 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 15:35:09,780 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1df5649] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 15:35:09,786 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 3094 ms +2015-07-20 15:42:39,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:42:39,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:42:39,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:42:39,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:42:39,666 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 15:42:39,674 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 15:42:39,674 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:39,710 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:42:39,863 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 15:42:39,864 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:42:39,867 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 15:42:39,868 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@495955 +2015-07-20 15:42:39,868 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 15:42:39,869 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:42:39,869 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 15:42:39,875 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 15:42:39,875 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:42:39,876 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 15:42:39,876 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:39,892 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 15:42:39,892 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 15:42:39,892 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:39,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:42:39,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 15:42:39,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:42:39,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:42:39,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:42:39,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:42:39,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:42:39,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:42:39,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:42:39,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:42:39,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:42:41,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:42:41,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:42:41,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:42:41,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:42:41,690 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 15:42:41,698 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 15:42:41,712 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:41,713 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:42:41,718 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 15:42:41,718 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 15:42:41,718 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 15:42:41,718 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@495955 +2015-07-20 15:42:41,720 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 15:42:41,720 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:42:41,720 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 15:42:41,720 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 15:42:41,721 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:42:41,722 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 15:42:41,723 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:41,723 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 15:42:41,723 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 15:42:41,724 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:41,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:42:41,725 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 15:42:41,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:42:41,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:42:41,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:42:41,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:42:41,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:42:41,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:42:41,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:42:41,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:42:41,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:42:42,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:42:42,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:42:42,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:42:42,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:42:42,598 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 15:42:42,601 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'complete' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 15:42:42,603 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:42,603 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:42:42,603 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 15:42:42,603 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:42:42,606 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:42:42,606 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@12047ff +2015-07-20 15:42:42,606 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 15:42:42,607 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 15:42:42,607 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@495955 +2015-07-20 15:42:42,607 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 15:42:42,607 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:42:42,607 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 15:42:42,608 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 15:42:42,608 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:42:42,608 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.complete' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'complete' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 15:42:42,609 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:42,609 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 order by date desc +2015-07-20 15:42:42,609 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 order by receiveent0_.date desc +2015-07-20 15:42:42,609 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:42:42,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:42:42,610 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:42:42,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:42:42,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:42:42,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:42:42,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:42:42,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:42:42,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:42:42,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:42:42,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:42:42,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:09,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:43:09,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:43:09,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:43:09,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:43:09,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:43:09,975 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 15:43:09,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:43:09,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:43:09,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:43:10,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:43:10,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:43:10,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:43:10,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:10,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:43:10,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:10,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:43:10,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:43:10,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:43:10,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:43:10,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:43:10,986 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:43:11,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:43:11,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:43:11,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:43:11,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:43:11,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:43:11,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:43:11,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:11,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:43:11,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:36,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:43:36,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:43:36,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:43:36,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:43:36,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:43:36,444 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 15:43:36,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:43:36,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:43:36,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:43:36,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:43:36,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:43:36,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:43:36,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:36,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:43:36,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:37,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:43:37,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:43:37,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:43:37,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:43:37,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:43:37,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 15:43:37,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:43:37,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:43:37,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:43:37,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:43:37,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:43:37,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:43:37,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:37,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:43:37,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:38,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:43:38,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:43:38,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:43:38,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:43:38,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:43:38,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 15:43:38,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:43:38,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:43:38,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:43:38,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:43:38,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:43:38,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:43:38,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:38,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:43:38,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:42,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:43:42,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:43:42,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:43:42,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:43:42,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:43:42,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:43:42,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:43:42,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:43:42,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:43:42,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:43:42,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:43:42,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:43:42,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:43:42,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:43:42,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:44:40,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:44:40,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:44:40,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:44:40,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:44:40,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:44:40,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:44:40,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:44:40,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:44:40,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:44:40,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:44:40,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:44:40,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:44:40,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:44:40,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:44:40,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:01,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:51:01,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:51:01,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:51:01,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:51:01,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:51:01,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 15:51:01,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:51:01,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:51:01,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:51:01,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:51:01,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:51:01,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:51:01,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:01,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:51:01,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:03,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:51:03,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:51:03,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:51:03,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:51:03,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:51:03,439 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 15:51:03,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:51:03,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:51:03,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:51:03,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:51:03,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:51:03,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:51:03,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:03,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:51:03,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:04,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:51:04,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:51:04,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:51:04,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:51:04,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:51:04,805 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:51:04,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:51:04,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:51:04,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:51:04,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:51:04,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:51:04,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:51:04,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:04,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:51:04,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:30,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:51:30,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:51:30,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:51:30,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:51:30,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:51:30,838 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:51:30,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:51:30,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:51:30,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:51:30,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:51:30,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:51:30,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:51:30,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:51:30,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:51:30,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:53:26,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:53:26,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:53:26,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:53:26,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:53:26,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:53:26,106 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 15:53:26,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:53:26,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:53:26,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:53:26,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:53:26,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:53:26,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:53:26,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:53:26,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:53:26,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:53:26,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:53:26,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:53:26,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:53:26,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:53:26,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:53:26,770 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 15:53:26,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:53:26,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:53:26,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:53:26,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:53:26,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:53:26,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:53:26,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:53:26,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:53:26,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:53:28,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:53:28,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:53:28,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:53:28,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:53:28,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:53:28,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:53:28,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:53:28,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:53:28,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:53:28,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:53:28,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:53:28,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:53:28,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:53:28,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:53:28,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:54:04,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:54:04,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:54:04,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:54:04,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:54:04,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:54:04,656 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + order by + receiveent0_.date desc +2015-07-20 15:54:04,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:54:04,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:54:04,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:54:04,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:54:04,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:54:04,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:54:04,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:54:04,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:54:04,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:12,482 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 15:58:12,528 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 15:58:12 CST 2015]; root of context hierarchy +2015-07-20 15:58:12,584 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 15:58:12,794 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 15:58:12,797 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 15:58:12,937 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 15:58:13,125 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 15:58:13,129 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 15:58:13,148 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2482fa: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 15:58:13,330 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 15:58:13,381 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 15:58:13,390 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 15:58:13,393 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 15:58:13,396 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 15:58:13,399 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 15:58:13,595 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 15:58:13,674 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 15:58:13,716 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 15:58:13,747 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 15:58:13,787 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 15:58:13,787 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 15:58:13,790 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 15:58:13,791 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 15:58:13,797 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 15:58:13,798 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 15:58:13,802 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 15:58:13,897 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 15:58:14,337 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 15:58:14,337 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 15:58:14,355 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 15:58:14,358 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 15:58:14,359 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 15:58:14,359 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 15:58:14,359 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 15:58:14,359 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 15:58:14,359 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 15:58:14,360 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 15:58:14,360 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 15:58:14,360 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 15:58:14,360 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 15:58:14,361 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 15:58:14,361 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 15:58:14,361 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 15:58:14,361 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 15:58:14,361 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 15:58:14,362 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 15:58:14,362 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 15:58:14,362 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 15:58:14,362 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 15:58:14,362 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 15:58:14,363 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 15:58:14,363 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 15:58:14,363 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 15:58:14,365 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 15:58:14,366 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 15:58:14,366 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 15:58:14,366 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 15:58:14,366 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 15:58:14,404 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 15:58:14,592 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 15:58:14,597 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 15:58:14,597 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 15:58:14,609 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 15:58:14,665 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 15:58:14,665 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 15:58:14,665 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:58:14,665 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:58:14,727 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 15:58:14,727 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 15:58:14,727 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:58:14,728 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:58:14,780 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 15:58:14,780 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 15:58:14,781 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 15:58:14,781 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 15:58:14,781 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 15:58:14,815 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@17d43d3] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 15:58:14,822 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2340 ms +2015-07-20 15:58:58,105 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 15:58:58,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:58:58,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:58:58,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:58:58,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:58:58,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:58:58,264 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 15:58:58,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 15:58:58,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:58:58,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:58:58,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:58:58,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:58:58,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:58,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:58:58,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:58,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:58:58,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:58:58,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:58:58,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:58:58,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:58:58,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:58:58,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:58:58,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:58:58,709 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 15:58:58,721 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 15:58:58,725 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:58:58,728 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,738 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:58:58,738 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,779 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:58:58,799 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:58:58,802 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 15:58:58,803 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:58:58,804 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 15:58:58,806 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:58:58,806 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 15:58:58,811 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 15:58:58,815 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 15:58:58,815 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:58:58,816 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1a01802} + +2015-07-20 15:58:58,816 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,822 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 15:58:58,823 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:58:58,823 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:58:58,824 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@2768b +2015-07-20 15:58:58,824 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 15:58:58,824 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:58:58,824 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:58:58,824 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 15:58:58,825 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 15:58:58,825 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 15:58:58,826 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@2768b} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1a01802} + +2015-07-20 15:58:58,828 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,844 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 15:58:58,846 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 15:58:58,846 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:58:58,860 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 15:58:58,845 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:58:58,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:58:58,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:58:58,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:58:58,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 15:58:58,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:58:58,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:58:58,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:58,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 15:58:58,872 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 15:58:58,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:58,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:58:58,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:58:58,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:58:58,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:58:58,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:58,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:58:58,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:58,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:58:58,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:58:58,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:58:58,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:58:58,978 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 15:58:58,990 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:58:58,990 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,992 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 15:58:58,993 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:58:58,993 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:58:58,993 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:58:58,993 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 15:58:58,994 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 15:58:58,996 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@1a01802} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1a01802} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@1a01802} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@1a01802} + +2015-07-20 15:58:58,996 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,996 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:58:58,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:58:58,996 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 15:58:58,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:58:59,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:58:59,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:58:59,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:58:59,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:58:59,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:58:59,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:58:59,024 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 15:58:59,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:58:59,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:58:59,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:58:59,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:58:59,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:58:59,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:58:59,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:58:59,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:59,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:58:59,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:59,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:58:59,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:58:59,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:58:59,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:59:05,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:59:05,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:59:05,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:59:05,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:59:05,198 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-20 15:59:05,202 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 15:59:05,203 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:59:05,203 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 15:59:05,203 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 15:59:05,203 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:59:05,204 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:59:05,204 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@abcead +2015-07-20 15:59:05,204 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 15:59:05,204 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 15:59:05,205 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@abcead +2015-07-20 15:59:05,205 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-20 15:59:05,207 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 15:59:05,207 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1de5936 +2015-07-20 15:59:05,207 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 15:59:05,207 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 15:59:05,207 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 15:59:05,207 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 15:59:05,208 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 15:59:05,208 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 15:59:05,208 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:59:05,209 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-20 15:59:05,209 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-20 15:59:05,209 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:59:05,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:59:05,209 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 15:59:05,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 15:59:05,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 15:59:05,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:59:05,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:59:05,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:59:05,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:59:05,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:59:05,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:59:05,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:59:07,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 15:59:07,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 15:59:07,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 15:59:07,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 15:59:07,652 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 15:59:07,655 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 15:59:07,655 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:59:07,655 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 15:59:07,655 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 15:59:07,656 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:59:07,656 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@abcead +2015-07-20 15:59:07,656 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 15:59:07,656 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 15:59:07,656 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1a01802 +2015-07-20 15:59:07,657 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 15:59:07,657 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 15:59:07,657 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 15:59:07,657 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@abcead} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1a01802} + +2015-07-20 15:59:07,657 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:59:07,657 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 15:59:07,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 15:59:07,658 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 15:59:07,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 15:59:07,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 15:59:07,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 15:59:07,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 15:59:07,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 15:59:07,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 15:59:07,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,643 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 16:00:29,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:00:29,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:00:29,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:00:29,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:00:29,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:00:29,703 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 16:00:29,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 16:00:29,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:00:29,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:00:29,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:00:29,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:00:29,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:00:29,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:00:29,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:00:29,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:00:29,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:00:29,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:00:29,743 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 16:00:29,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:00:29,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:00:29,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:00:29,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:00:29,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:00:29,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:00:29,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:00:29,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:00:29,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:00:29,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:00:29,782 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 16:00:29,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:00:29,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:00:29,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:00:29,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:00:29,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:00:29,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:29,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:00:29,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:00:29,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:00:29,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:00:29,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:00:29,982 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 16:00:29,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:00:29,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:00:30,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:00:30,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:00:30,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:30,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:00:30,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:41,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:00:41,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:00:41,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:00:41,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:00:41,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:00:41,401 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 16:00:41,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:00:41,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:00:41,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:00:41,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:00:41,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:00:41,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:00:41,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:00:41,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:00:41,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:01:19,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:01:19,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:01:19,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:01:19,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:01:19,639 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1de5936 +2015-07-20 16:01:19,641 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 16:01:19,642 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:01:19,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:01:19,643 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 16:01:19,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:01:19,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:01:19,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:01:19,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:01:19,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:01:19,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:01:19,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:01:19,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:01:19,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:01:20,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:01:20,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:01:20,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:01:20,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:01:20,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:01:20,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 16:01:20,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:01:20,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:01:20,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:01:20,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:01:20,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:01:20,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:01:20,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:01:20,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:01:20,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:06:45,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:06:45,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:06:45,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:06:45,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:06:45,547 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.complete =? where t.id=? +2015-07-20 16:06:45,549 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'complete' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@abcead +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.complete -> complete +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:06:45,550 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@1a01802 +2015-07-20 16:06:45,551 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 16:06:45,551 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 16:06:45,551 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 16:06:45,551 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'complete' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'complete' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@abcead} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@1a01802} + +2015-07-20 16:06:45,551 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:06:45,551 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:06:45,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:06:45,552 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 16:06:45,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:06:45,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:06:45,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:06:45,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:06:45,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:06:45,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:06:45,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:07:36,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:07:36,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:07:36,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:07:36,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:07:36,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:07:36,325 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 16:07:36,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:07:36,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:07:36,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:07:36,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:07:36,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:07:36,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:07:36,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,544 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 16:08:48,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:48,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:48,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:48,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:48,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:48,599 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 16:08:48,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 16:08:48,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:48,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:48,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:48,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:48,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:48,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:48,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:48,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:48,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:48,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:48,642 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 16:08:48,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:48,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:48,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:48,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:48,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:48,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:48,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:48,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:48,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:48,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:48,695 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 16:08:48,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:48,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:48,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:48,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:48,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:48,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:48,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:48,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:48,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:48,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:48,742 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 16:08:48,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:48,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:48,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:48,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:48,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:48,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:48,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:48,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:48,778 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 16:08:48,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:48,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:48,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:48,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:48,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:48,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:48,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:49,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:49,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:49,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:49,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:49,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:49,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:49,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:49,064 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 16:08:49,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:49,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:49,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:49,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:49,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:49,083 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 16:08:49,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:08:49,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:08:49,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:49,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:49,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:49,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:49,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:49,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:49,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:49,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:49,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:49,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:49,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:49,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:55,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:08:55,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:08:55,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:08:55,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:08:55,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:08:55,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 16:08:55,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:08:55,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:08:55,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:08:55,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:08:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:08:55,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:08:55,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:08:55,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:08:55,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:09:55,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:09:55,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:09:55,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:09:55,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:09:55,481 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 16:09:55,483 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 16:09:55,483 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@1de5936 +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 16:09:55,484 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 16:09:55,485 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 16:09:55,485 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 16:09:55,485 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 16:09:55,485 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 16:09:55,486 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:09:55,486 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 16:09:55,486 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 16:09:55,486 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:09:55,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:09:55,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:09:55,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:09:55,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:09:55,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:09:55,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:09:55,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:09:55,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:09:55,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:09:55,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:09:55,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:12:33,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:12:33,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:12:33,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:12:33,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:12:33,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:12:33,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:12:33,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:12:33,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:12:33,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:12:33,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:12:33,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:12:33,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:12:33,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:12:33,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:12:33,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:13:19,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:13:19,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:13:19,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:13:19,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:13:19,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:13:19,659 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:13:19,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:13:19,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:13:19,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:13:19,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:13:19,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:13:19,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:13:19,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:13:19,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:13:19,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:29:29,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:29:29,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:29:29,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:29:29,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:29:29,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:29:29,859 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:29:29,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:29:29,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:29:29,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:29:29,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:29:29,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:29:29,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:29:29,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:29:29,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:29:29,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:30:28,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:30:28,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:30:28,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:30:28,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:30:28,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:30:28,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:30:28,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:30:28,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:30:28,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:30:28,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:30:28,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:30:28,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:30:28,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:30:28,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:30:28,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:31:00,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:31:00,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:31:00,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:31:00,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:31:00,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:31:00,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:31:00,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:31:00,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:31:00,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:31:00,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:31:00,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:31:00,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:31:00,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:31:00,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:31:00,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:31:59,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:31:59,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:31:59,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:31:59,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:31:59,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:31:59,948 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:31:59,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:31:59,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:31:59,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:31:59,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:31:59,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:31:59,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:31:59,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:31:59,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:31:59,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:18,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:33:18,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:33:19,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:33:19,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:33:19,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:33:19,150 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:33:19,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:33:19,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:33:19,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:33:19,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:33:19,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:33:19,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:33:19,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:19,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:33:19,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:27,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:33:27,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:33:27,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:33:27,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:33:27,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:33:27,983 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 16:33:27,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:33:27,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:33:27,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:33:27,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:33:27,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:33:27,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:33:27,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:27,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:33:27,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:30,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:33:30,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:33:30,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:33:30,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:33:30,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:33:30,257 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 16:33:30,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:33:30,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:33:30,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:33:30,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:33:30,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:33:30,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:33:30,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:30,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:33:30,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:31,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:33:31,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:33:31,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:33:31,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:33:31,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:33:31,315 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 16:33:31,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:33:31,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:33:31,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:33:31,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:33:31,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:33:31,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:33:31,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:31,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:33:31,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:35,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:33:35,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:33:35,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:33:35,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:33:35,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:33:35,395 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:33:35,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:33:35,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:33:35,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:33:35,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:33:35,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:33:35,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:33:35,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:35,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:33:35,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:58,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:33:58,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:33:58,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:33:58,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:33:58,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:33:58,916 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:33:58,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:33:58,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:33:58,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:33:58,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:33:58,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:33:58,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:33:58,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:33:58,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:33:58,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:35:47,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:35:47,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:35:47,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:35:47,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:35:47,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:35:47,020 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:35:47,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:35:47,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:35:47,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:35:47,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:35:47,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:35:47,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:35:47,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:35:47,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:35:47,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:38:53,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:38:53,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:38:53,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:38:53,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:38:53,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:38:53,571 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:38:53,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:38:53,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:38:53,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:38:53,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:38:53,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:38:53,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:38:53,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:38:53,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:38:53,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:40:05,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:40:05,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:40:06,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:40:06,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:40:06,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:40:06,010 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:40:06,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:40:06,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:40:06,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:40:06,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:40:06,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:40:06,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:40:06,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:40:06,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:40:06,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:41:37,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:41:37,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:41:37,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:41:37,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:41:37,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:41:37,998 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:41:37,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:41:38,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:41:38,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:41:38,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:41:38,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:41:38,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:41:38,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:41:38,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:41:38,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:43:05,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:43:05,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:43:05,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:43:05,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:43:05,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:43:05,730 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + complete=? + where + id=? +2015-07-20 16:43:05,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:43:05,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:43:05,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:43:05,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:43:05,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:43:05,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:43:05,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:44:54,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:44:54,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:44:54,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:44:54,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:44:54,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:44:54,653 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:44:54,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:44:54,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:44:54,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:44:54,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:44:54,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:44:54,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:44:54,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:44:54,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:44:54,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:47:02,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:47:02,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:47:02,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:47:02,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:47:02,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:47:02,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:47:02,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:47:02,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:47:02,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:47:02,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:47:02,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:47:02,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:47:02,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:47:02,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:47:02,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:56:50,782 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 16:56:50,815 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 16:56:50 CST 2015]; root of context hierarchy +2015-07-20 16:56:50,913 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 16:56:51,436 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 16:56:51,440 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 16:56:51,562 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 16:56:51,728 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 16:56:51,733 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 16:56:51,748 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1845eeb: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 16:56:51,971 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 16:56:52,019 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 16:56:52,027 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 16:56:52,030 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 16:56:52,032 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 16:56:52,036 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 16:56:52,191 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 16:56:52,293 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 16:56:52,329 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 16:56:52,355 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 16:56:52,409 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 16:56:52,409 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 16:56:52,413 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 16:56:52,413 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 16:56:52,415 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 16:56:52,416 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 16:56:52,420 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 16:56:52,467 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 16:56:52,811 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 16:56:52,811 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 16:56:52,828 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 16:56:52,832 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 16:56:52,833 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 16:56:52,835 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 16:56:52,835 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 16:56:52,835 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 16:56:52,836 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 16:56:52,836 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 16:56:52,836 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 16:56:52,836 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 16:56:52,837 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 16:56:52,837 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 16:56:52,837 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 16:56:52,837 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 16:56:52,837 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 16:56:52,837 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 16:56:52,838 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 16:56:52,839 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 16:56:52,839 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 16:56:52,839 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 16:56:52,839 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 16:56:52,839 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 16:56:52,849 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 16:56:52,849 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 16:56:52,851 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 16:56:52,852 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 16:56:52,852 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 16:56:52,852 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 16:56:52,852 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 16:56:52,895 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 16:56:53,091 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 16:56:53,096 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 16:56:53,096 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 16:56:53,113 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 16:56:53,186 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 16:56:53,186 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 16:56:53,186 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 16:56:53,186 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 16:56:53,220 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 16:56:53,220 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 16:56:53,220 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 16:56:53,220 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 16:56:53,251 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 16:56:53,251 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 16:56:53,251 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 16:56:53,251 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 16:56:53,251 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 16:56:53,278 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@9975a3] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 16:56:53,284 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2502 ms +2015-07-20 16:58:08,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:58:08,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:58:08,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:58:08,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:58:08,939 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 16:58:08,957 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 16:58:08,957 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:09,126 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 16:58:09,140 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 16:58:09,141 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 16:58:09,143 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 16:58:09,144 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@3d4da9 +2015-07-20 16:58:09,145 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 16:58:09,145 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 16:58:09,145 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 16:58:09,150 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 16:58:09,151 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 16:58:09,151 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 16:58:09,151 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:09,166 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity order by date desc +2015-07-20 16:58:09,166 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ order by receiveent0_.date desc +2015-07-20 16:58:09,166 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:09,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:58:09,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:58:09,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:58:09,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:58:09,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:58:09,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:58:09,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:58:09,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:58:09,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:58:09,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:58:09,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:58:16,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:58:16,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:58:16,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:58:16,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:58:16,615 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 16:58:16,622 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'SendEntity' + | | \-[ALIAS] 'seEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'seEntity' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 16:58:16,622 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:16,622 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 16:58:16,622 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.SendEntity (seEntity) -> sendentity0_ +2015-07-20 16:58:16,623 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : seEntity -> sendentity0_.id +2015-07-20 16:58:16,623 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 16:58:16,623 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@3d4da9 +2015-07-20 16:58:16,623 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> sendentity0_.date +2015-07-20 16:58:16,623 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 16:58:16,623 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} sendentity0_.id ) ( FromClause{level=1} SendEntity sendentity0_ ) ( order ( sendentity0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 16:58:16,624 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [SendEntity sendentity0_] +2015-07-20 16:58:16,624 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 16:58:16,626 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (SendEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'sendentity0_.id as id1_' + | \-[SQL_TOKEN] SqlFragment: 'sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[seEntity], fromElementByTableAlias=[sendentity0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'SendEntity sendentity0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=seEntity,role=null,tableName=SendEntity,tableAlias=sendentity0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.SendEntity}} + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'sendentity0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 16:58:16,626 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:16,627 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select seEntity from com.lungcare.dicomfile.entity.SendEntity seEntity order by date desc +2015-07-20 16:58:16,627 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select sendentity0_.id as id1_, sendentity0_.accessionNumber as accessio2_1_, sendentity0_.date as date1_, sendentity0_.failed as failed1_, sendentity0_.ip as ip1_, sendentity0_.message as message1_, sendentity0_.patientName as patientN7_1_, sendentity0_.port as port1_, sendentity0_.savedFolder as savedFol9_1_, sendentity0_.send as send1_, sendentity0_.speed as speed1_, sendentity0_.studyDate as studyDate1_, sendentity0_.totalFiles as totalFiles1_ from SendEntity sendentity0_ order by sendentity0_.date desc +2015-07-20 16:58:16,627 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:16,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:58:16,627 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 16:58:16,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:58:16,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:58:16,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:58:16,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:58:16,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:58:16,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:58:16,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:58:16,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:58:16,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:58:19,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:58:19,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:58:19,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:58:19,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:58:19,957 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-20 16:58:19,966 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | +-[FROM] 'from' + | | \-[RANGE] 'RANGE' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[DOT] '.' + | | | | | | +-[IDENT] 'com' + | | | | | | \-[IDENT] 'lungcare' + | | | | | \-[IDENT] 'dicomfile' + | | | | \-[IDENT] 'entity' + | | | \-[IDENT] 'ReceiveEntity' + | | \-[ALIAS] 'reEntity' + | \-[SELECT] 'select' + | \-[IDENT] 'reEntity' + +-[WHERE] 'where' + | \-[OR] 'or' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 'reEntity' + | | | \-[IDENT] 'complete' + | | \-[NUM_INT] '1' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 'reEntity' + | | \-[IDENT] 'jpgAxial' + | \-[NUM_INT] '1' + \-[ORDER] 'order' + +-[IDENT] 'date' + \-[DESCENDING] 'desc' + +2015-07-20 16:58:19,966 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:19,968 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 16:58:19,968 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (reEntity) -> receiveent0_ +2015-07-20 16:58:19,968 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 16:58:19,970 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 16:58:19,971 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : complete -> org.hibernate.type.BooleanType@14067bf +2015-07-20 16:58:19,971 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.complete -> receiveent0_.complete +2015-07-20 16:58:19,972 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity -> receiveent0_.id +2015-07-20 16:58:19,972 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@14067bf +2015-07-20 16:58:19,972 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : reEntity.jpgAxial -> receiveent0_.jpgAxial +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias} -> {synthetic-alias} +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : date -> org.hibernate.type.TimestampType@3d4da9 +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : {synthetic-alias}.date -> receiveent0_.date +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( {select clause} receiveent0_.id ) ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( or ( = ( receiveent0_.complete receiveent0_.id complete ) 1 ) ( = ( receiveent0_.jpgAxial receiveent0_.id jpgAxial ) 1 ) ) ) ( order ( receiveent0_.date {synthetic-alias} date ) desc ) ) +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 16:58:19,973 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 16:58:19,976 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{select clause}' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[reEntity], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=reEntity,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[WHERE] SqlNode: 'where' + | \-[OR] SqlNode: 'or' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'receiveent0_.complete' + | | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | | \-[IDENT] IdentNode: 'complete' + | | \-[NUM_INT] LiteralNode: '1' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'receiveent0_.jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[NUM_INT] LiteralNode: '1' + \-[ORDER] OrderByClause: 'order' + +-[DOT] DotNode: 'receiveent0_.date' + | +-[IDENT] IdentNode: '{synthetic-alias}' + | \-[IDENT] IdentNode: 'date' + \-[DESCENDING] SqlNode: 'desc' + +2015-07-20 16:58:19,976 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:19,976 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: select reEntity from com.lungcare.dicomfile.entity.ReceiveEntity reEntity where reEntity.complete=1 or reEntity.jpgAxial=1 order by date desc +2015-07-20 16:58:19,976 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.complete=1 or receiveent0_.jpgAxial=1 order by receiveent0_.date desc +2015-07-20 16:58:19,977 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:58:19,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:58:19,977 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 16:58:19,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:58:19,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:58:19,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:58:19,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:58:19,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:58:19,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:58:19,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:58:19,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:58:19,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:06,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:06,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:06,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:06,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:06,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:06,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:59:06,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:06,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:06,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:06,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:06,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:06,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:06,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:06,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:06,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:07,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:07,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:07,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:07,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:07,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:07,642 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 16:59:07,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:07,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:07,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:07,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:07,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:07,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:07,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:07,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:07,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:08,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:08,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:08,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:08,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:08,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:08,642 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 16:59:08,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:08,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:08,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:08,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:08,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:08,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:08,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:08,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:08,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:23,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:23,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:23,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:23,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:23,984 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 16:59:23,986 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 16:59:23,986 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:23,986 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 16:59:23,987 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 16:59:23,987 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 16:59:23,987 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:23,987 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 16:59:23,989 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 16:59:23,989 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 16:59:23,989 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 16:59:23,989 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 16:59:23,989 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 16:59:23,990 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@dfec65} + +2015-07-20 16:59:23,990 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:23,990 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 16:59:23,990 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 16:59:23,990 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:23,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:23,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 16:59:23,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:23,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:23,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:23,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:23,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:23,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:23,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:23,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:24,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:24,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:24,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:24,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:24,179 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 16:59:24,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:24,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:24,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:24,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:24,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:24,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:24,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:24,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,200 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 16:59:24,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:24,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:24,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:24,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:24,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:24,225 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 16:59:24,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 16:59:24,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:24,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:24,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:24,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:24,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:24,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:24,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:24,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:24,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:24,275 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 16:59:24,280 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 16:59:24,280 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:24,281 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 16:59:24,281 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@1e1d9f4 +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 16:59:24,282 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 16:59:24,283 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@1e1d9f4} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@dfec65} + +2015-07-20 16:59:24,283 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:24,285 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:24,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:24,287 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 16:59:24,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:24,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:24,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:24,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:24,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:24,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:24,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:24,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:24,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:24,351 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 16:59:24,360 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 16:59:24,360 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:24,360 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 16:59:24,361 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 16:59:24,361 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:24,361 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:24,361 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 16:59:24,361 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:24,361 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:24,368 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 16:59:24,369 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:24,369 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:24,369 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 16:59:24,369 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:24,370 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:24,370 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 16:59:24,370 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 16:59:24,370 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 16:59:24,370 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@dfec65} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@dfec65} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@dfec65} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@dfec65} + +2015-07-20 16:59:24,370 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:24,371 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:24,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:24,371 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 16:59:24,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:24,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:24,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:24,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:24,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:24,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:24,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:24,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:24,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:24,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:24,560 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 16:59:24,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:24,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:24,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:24,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:24,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:24,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:24,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:24,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:24,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:31,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:31,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:31,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:31,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:31,558 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 16:59:31,561 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 16:59:31,562 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:31,562 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 16:59:31,562 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 16:59:31,562 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:31,562 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@14067bf +2015-07-20 16:59:31,562 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 16:59:31,563 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 16:59:31,563 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@dfec65 +2015-07-20 16:59:31,563 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 16:59:31,563 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 16:59:31,563 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 16:59:31,563 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@14067bf} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@dfec65} + +2015-07-20 16:59:31,564 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:31,564 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 16:59:31,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:31,564 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 16:59:31,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:31,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:31,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:31,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:31,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:31,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:31,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:39,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 16:59:39,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 16:59:39,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 16:59:39,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 16:59:39,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 16:59:39,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 16:59:39,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 16:59:39,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 16:59:39,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 16:59:39,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 16:59:39,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 16:59:39,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 16:59:39,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 16:59:39,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 16:59:39,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:11,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:11,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:11,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:11,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:11,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:11,640 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:00:11,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:11,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:11,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:11,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:11,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:11,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:11,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:11,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:11,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:22,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:22,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:22,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:22,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:22,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:22,721 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:00:22,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:22,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:22,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:22,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:22,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:22,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:22,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:22,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:22,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:33,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:33,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:33,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:33,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:33,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:33,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:00:33,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:33,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:33,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:33,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:33,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:33,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:33,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:33,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:33,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:33,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:33,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:33,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:33,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:33,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:33,756 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:00:33,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:33,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:33,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:33,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:33,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:33,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:33,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:33,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:33,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:34,334 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:00:34,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:34,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:34,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:34,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,608 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:00:34,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:34,618 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:00:34,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:00:34,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:34,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:34,700 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:00:34,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:34,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:34,729 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:00:34,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:34,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:34,772 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:00:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:00:34,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:00:34,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:00:34,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:34,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:34,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:34,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:34,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:34,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:34,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:34,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:34,888 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:00:34,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:34,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:34,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:34,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:34,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:34,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:34,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:45,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:45,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:45,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:45,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:45,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:45,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:00:45,624 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:45,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:45,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:45,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:45,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:54,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:00:54,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:00:54,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:00:54,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:00:54,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:00:54,729 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:00:54,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:00:54,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:00:54,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:00:54,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:00:54,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:00:54,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:00:54,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:00:54,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:00:54,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:04,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:01:04,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:01:04,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:01:04,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:01:04,072 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:01:04,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:01:04,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:01:04,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:01:04,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:01:04,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:01:04,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:01:04,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:01:04,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:04,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:01:04,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:12,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:01:12,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:01:12,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:01:12,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:01:12,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:01:12,168 DEBUG [org.hibernate.SQL] - + select + sendentity0_.id as id1_, + sendentity0_.accessionNumber as accessio2_1_, + sendentity0_.date as date1_, + sendentity0_.failed as failed1_, + sendentity0_.ip as ip1_, + sendentity0_.message as message1_, + sendentity0_.patientName as patientN7_1_, + sendentity0_.port as port1_, + sendentity0_.savedFolder as savedFol9_1_, + sendentity0_.send as send1_, + sendentity0_.speed as speed1_, + sendentity0_.studyDate as studyDate1_, + sendentity0_.totalFiles as totalFiles1_ + from + SendEntity sendentity0_ + order by + sendentity0_.date desc +2015-07-20 17:01:12,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:01:12,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:01:12,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:01:12,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:01:12,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:01:12,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:01:12,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:12,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:01:12,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:13,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:01:13,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:01:13,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:01:13,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:01:13,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:01:13,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + order by + receiveent0_.date desc +2015-07-20 17:01:13,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:01:13,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:01:13,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:01:13,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:01:13,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:01:13,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:01:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:01:13,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:37,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:01:37,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:01:37,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:01:37,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:01:37,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:01:37,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.complete=1 + or receiveent0_.jpgAxial=1 + order by + receiveent0_.date desc +2015-07-20 17:01:37,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:01:37,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:01:37,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:01:37,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:01:37,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:01:37,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:01:37,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:01:37,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:01:37,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:06:35,281 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 17:06:35,313 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 17:06:35 CST 2015]; root of context hierarchy +2015-07-20 17:06:35,402 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 17:06:35,726 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 17:06:35,731 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 17:06:35,857 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 17:06:36,044 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 17:06:36,050 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 17:06:36,063 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e741ee: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 17:06:36,286 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 17:06:36,334 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 17:06:36,342 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 17:06:36,345 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 17:06:36,348 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 17:06:36,351 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 17:06:36,410 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 17:06:36,641 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 17:06:36,675 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 17:06:36,704 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 17:06:36,757 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 17:06:36,758 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 17:06:36,760 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 17:06:36,760 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 17:06:36,763 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 17:06:36,763 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 17:06:36,767 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 17:06:36,835 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 17:06:37,184 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 17:06:37,184 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 17:06:37,200 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 17:06:37,203 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 17:06:37,204 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 17:06:37,204 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 17:06:37,205 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 17:06:37,205 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 17:06:37,205 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 17:06:37,205 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 17:06:37,205 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 17:06:37,205 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 17:06:37,206 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 17:06:37,206 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 17:06:37,206 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 17:06:37,206 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 17:06:37,206 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 17:06:37,206 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 17:06:37,208 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 17:06:37,208 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 17:06:37,211 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 17:06:37,211 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 17:06:37,211 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 17:06:37,212 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 17:06:37,212 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 17:06:37,248 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 17:06:37,423 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 17:06:37,428 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 17:06:37,428 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 17:06:37,442 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 17:06:37,531 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 17:06:37,531 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 17:06:37,531 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:06:37,532 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:06:37,568 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 17:06:37,568 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 17:06:37,568 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:06:37,568 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:06:37,603 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 17:06:37,603 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 17:06:37,603 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:06:37,603 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:06:37,603 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 17:06:37,651 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e85f0b] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 17:06:37,658 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2376 ms +2015-07-20 17:07:05,932 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:07:06,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:06,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:06,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:06,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:06,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:06,063 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:07:06,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:07:06,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:06,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:06,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:06,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:06,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:06,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:06,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:06,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:06,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:06,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:06,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:06,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:06,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:06,265 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:07:06,266 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.received =? where t.id=? +2015-07-20 17:07:06,290 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:07:06,290 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,304 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'received' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:07:06,305 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,504 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:07:06,504 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 17:07:06,519 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:07:06,519 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:07:06,521 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:06,521 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 17:07:06,523 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : received -> org.hibernate.type.IntegerType@173cd56 +2015-07-20 17:07:06,523 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:06,523 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 17:07:06,523 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.received -> received +2015-07-20 17:07:06,525 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:07:06,525 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 17:07:06,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:06,526 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:06,526 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 17:07:06,526 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 17:07:06,527 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 17:07:06,528 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'received' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'received' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.IntegerType@173cd56} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@e44130} + +2015-07-20 17:07:06,528 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,531 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 17:07:06,537 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 17:07:06,537 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:07:06,538 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@e44130} + +2015-07-20 17:07:06,538 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,551 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:07:06,552 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 17:07:06,552 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,551 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:06,560 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:07:06,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:07:06,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:06,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:07:06,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:06,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:06,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:06,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:06,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:06,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:06,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:06,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:06,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:07:06,620 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:07:06,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:06,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:07:06,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:06,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:06,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:06,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:06,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:06,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:06,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:06,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:06,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:06,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:06,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:06,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:06,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:06,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:06,708 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.accessionNumber =?, t.patientName=?, t.studyDate=? where t.id=? +2015-07-20 17:07:06,714 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'accessionNumber' + | | \-[PARAM] '?' + | +-[EQ] '=' + | | +-[DOT] '.' + | | | +-[IDENT] 't' + | | | \-[IDENT] 'patientName' + | | \-[PARAM] '?' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'studyDate' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:07:06,714 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,715 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 17:07:06,715 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:07:06,715 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : accessionNumber -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.accessionNumber -> accessionNumber +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : patientName -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.patientName -> patientName +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : studyDate -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:06,716 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.studyDate -> studyDate +2015-07-20 17:07:06,717 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:06,717 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:06,717 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 17:07:06,717 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 17:07:06,717 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 17:07:06,718 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'accessionNumber' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'accessionNumber' + | | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@e44130} + | +-[EQ] BinaryLogicOperatorNode: '=' + | | +-[DOT] DotNode: 'patientName' + | | | +-[ALIAS_REF] IdentNode: 'id' + | | | \-[IDENT] IdentNode: 'patientName' + | | \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@e44130} + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'studyDate' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'studyDate' + | \-[PARAM] ParameterNode: '?' {ordinal=2, expectedType=org.hibernate.type.StringType@e44130} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=3, expectedType=org.hibernate.type.StringType@e44130} + +2015-07-20 17:07:06,719 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,719 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:06,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:06,720 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:07:06,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:06,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:06,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:06,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:06,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:06,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:06,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:06,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:06,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:06,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:06,962 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:06,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:06,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:06,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:06,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:06,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:06,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:06,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:06,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:06,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:07,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:07,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:07,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:07,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:07,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:07,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:07,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:07,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:07,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:07,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:07,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:07,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:07,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:07,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:07,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:07,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:07,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:07,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:07,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:07,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:07,677 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:07,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:07,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:07,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:07,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:07,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:07,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:07,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:07,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:07,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:08,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:08,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:08,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:08,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:08,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:08,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:08,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:08,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:08,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:08,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:08,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:08,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:08,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:08,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:08,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:08,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:08,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:08,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:08,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:08,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:08,679 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:08,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:08,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:08,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:08,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:08,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:08,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:08,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:08,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:08,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:09,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:09,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:09,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:09,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:09,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:09,222 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:09,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:09,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:09,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:09,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:09,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:09,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:09,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:09,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:09,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:09,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:09,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:09,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:09,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:09,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:09,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:09,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:09,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:09,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:09,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:09,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:09,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:09,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:09,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:09,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:10,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:10,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:10,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:10,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:10,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:10,195 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:10,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:10,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:10,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:10,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:10,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:10,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:10,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:10,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:10,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:10,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:10,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:10,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:10,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:10,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:10,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:10,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:10,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:10,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:10,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:10,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:10,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:10,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:10,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:11,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:11,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:11,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:11,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:11,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:11,209 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:11,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:11,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:11,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:11,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:11,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:11,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:11,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:11,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:11,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:11,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:11,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:11,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:11,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:11,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:11,712 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:11,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:11,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:11,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:11,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:11,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:11,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:11,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:11,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:11,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:12,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:12,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:12,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:12,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:12,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:12,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:12,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:12,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:12,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:12,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:12,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:12,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:12,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:12,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:12,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:12,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:12,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:12,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:12,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:12,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:12,711 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:12,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:12,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:12,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:12,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:12,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:12,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:12,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:12,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:12,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:13,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:13,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:13,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:13,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:13,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:13,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:13,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:13,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:13,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:13,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:13,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:13,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:13,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:13,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:13,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:13,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:13,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:13,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:13,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:13,642 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: update com.lungcare.dicomfile.entity.ReceiveEntity t set t.jpgAxial =? where t.id=? +2015-07-20 17:07:13,645 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[UPDATE] 'update' + +-[FROM] 'FROM' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + +-[SET] 'set' + | \-[EQ] '=' + | +-[DOT] '.' + | | +-[IDENT] 't' + | | \-[IDENT] 'jpgAxial' + | \-[PARAM] '?' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:07:13,645 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:13,645 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update << begin [level=1, statement=update] +2015-07-20 17:07:13,646 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:07:13,646 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:13,646 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : jpgAxial -> org.hibernate.type.BooleanType@1659833 +2015-07-20 17:07:13,646 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.jpgAxial -> jpgAxial +2015-07-20 17:07:13,646 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> id +2015-07-20 17:07:13,646 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@e44130 +2015-07-20 17:07:13,647 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> id +2015-07-20 17:07:13,647 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update : finishing up [level=1, statement=update] +2015-07-20 17:07:13,647 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - update >> end [level=1, statement=update] +2015-07-20 17:07:13,648 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[UPDATE] UpdateStatement: 'update' querySpaces (ReceiveEntity) + +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + +-[SET] SqlNode: 'set' + | \-[EQ] BinaryLogicOperatorNode: '=' + | +-[DOT] DotNode: 'jpgAxial' + | | +-[ALIAS_REF] IdentNode: 'id' + | | \-[IDENT] IdentNode: 'jpgAxial' + | \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.BooleanType@1659833} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'id' + | +-[ALIAS_REF] IdentNode: 'id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=1, expectedType=org.hibernate.type.StringType@e44130} + +2015-07-20 17:07:13,648 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:13,648 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:07:13,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:13,649 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:07:13,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:13,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:13,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:13,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:13,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:13,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:13,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:13,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:13,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:13,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:13,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:13,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:13,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:13,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:13,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:13,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:13,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:13,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:13,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:13,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:13,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:14,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:14,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:14,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:14,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:14,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:14,237 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:14,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:14,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:14,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:14,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:14,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:14,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:14,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:14,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:14,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:14,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:14,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:14,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:14,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:14,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:14,748 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:14,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:14,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:14,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:14,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:14,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:14,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:15,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:15,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:15,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:15,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:15,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:15,253 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:15,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:15,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:15,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:15,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:15,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:15,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:15,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:15,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:15,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:15,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:15,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:15,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:15,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:15,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:15,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:15,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:15,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:15,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:15,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:15,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:15,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:15,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:15,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:15,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:16,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:16,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:16,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:16,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:16,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:16,259 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:16,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:16,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:16,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:16,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:16,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:16,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:16,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:16,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:16,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:16,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:16,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:16,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:16,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:16,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:16,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:16,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:16,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:16,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:16,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:16,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:16,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:16,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:16,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:16,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:17,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:17,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:17,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:17,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:17,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:17,268 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:17,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:17,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:17,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:17,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:17,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:17,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:17,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:17,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:17,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:17,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:17,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:17,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:17,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:17,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:17,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:17,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:17,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:17,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:17,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:17,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:17,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:17,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:17,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:17,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:18,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:18,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:18,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:18,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:18,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:18,282 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:18,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:18,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:18,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:18,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:18,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:18,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:18,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:18,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:18,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:18,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:18,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:18,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:18,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:18,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:18,789 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:18,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:18,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:18,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:18,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:18,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:18,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:18,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:18,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:18,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:19,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:19,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:19,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:19,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:19,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:19,300 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:19,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:19,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:19,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:19,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:19,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:19,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:19,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:19,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:19,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:19,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:19,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:19,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:19,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:19,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:19,798 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:19,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:19,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:19,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:19,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:19,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:19,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:19,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:19,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:19,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:20,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:20,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:20,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:20,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:20,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:20,313 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:20,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:20,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:20,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:20,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:20,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:20,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:20,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:20,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:20,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:20,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:20,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:20,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:20,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:20,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:20,812 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:20,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:20,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:20,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:20,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:20,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:20,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:20,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:20,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:20,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:21,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:21,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:21,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:21,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:21,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:21,348 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:21,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:21,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:21,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:21,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:21,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:21,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:21,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:21,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:21,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:21,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:21,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:21,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:21,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:21,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:21,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:21,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:21,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:21,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:21,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:21,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:21,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:21,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:21,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:21,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:22,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:22,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:22,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:22,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:22,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:22,337 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:22,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:22,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:22,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:22,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:22,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:22,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:22,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:22,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:22,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:22,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:22,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:22,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:22,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:22,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:22,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:22,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:22,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:22,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:22,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:22,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:22,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:22,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:23,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:23,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:23,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:23,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:23,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:23,353 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:23,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:23,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:23,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:23,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:23,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:23,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:23,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:23,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:23,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:23,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:23,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:23,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:23,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:23,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:23,854 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:23,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:23,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:23,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:23,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:23,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:23,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:23,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:23,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:23,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:24,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:24,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:24,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:24,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:24,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:24,355 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:24,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:24,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:24,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:24,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:24,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:24,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:24,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:24,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:24,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:24,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:24,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:24,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:24,860 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:24,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:24,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:24,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:24,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:24,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:24,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:24,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:24,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:24,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:25,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:25,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:25,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:25,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:25,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:25,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:25,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:25,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:25,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:25,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:25,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:25,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:25,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:25,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:25,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:25,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:25,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:25,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:25,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:25,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:25,879 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:25,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:25,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:25,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:25,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:25,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:25,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:25,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:25,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:25,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:26,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:26,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:26,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:26,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:26,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:26,381 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:26,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:26,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:26,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:26,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:26,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:26,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:26,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:26,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:26,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:26,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:26,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:26,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:26,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:26,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:26,881 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:26,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:26,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:26,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:26,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:26,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:26,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:26,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:26,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:26,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:27,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:27,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:27,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:27,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:27,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:27,391 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:27,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:27,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:27,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:27,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:27,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:27,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:27,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:27,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:27,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:27,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:27,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:27,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:27,890 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:27,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:27,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:27,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:27,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:27,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:27,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:27,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:28,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:28,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:28,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:28,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:28,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:28,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:28,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:28,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:28,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:28,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:28,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:28,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:28,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:28,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:28,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:28,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:28,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:28,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:28,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:28,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:28,909 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:28,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:28,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:28,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:28,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:28,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:28,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:28,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:28,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:28,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:29,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:29,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:29,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:29,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:29,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:29,412 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:29,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:29,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:29,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:29,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:29,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:29,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:29,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:29,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:29,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:29,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:29,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:29,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:29,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:29,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:29,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:29,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:29,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:29,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:29,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:29,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:29,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:29,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:29,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:29,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:30,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:30,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:30,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:30,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:30,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:30,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:30,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:30,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:30,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:30,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:30,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:30,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:30,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:30,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:30,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:30,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:30,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:30,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:30,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:30,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:30,935 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:30,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:30,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:30,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:30,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:30,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:30,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:30,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:30,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:30,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:31,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:31,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:31,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:31,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:31,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:31,436 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:31,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:31,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:31,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:31,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:31,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:31,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:31,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:31,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:31,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:31,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:31,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:31,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:31,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:31,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:31,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:31,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:31,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:31,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:31,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:31,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:31,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:31,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:31,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:31,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:32,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:32,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:32,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:32,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:32,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:32,443 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:32,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:32,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:32,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:32,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:32,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:32,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:32,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:32,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:32,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:32,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:32,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:32,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:32,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:32,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:32,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:32,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:32,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:32,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:32,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:32,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:32,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:32,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:32,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:32,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:33,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:33,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:33,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:33,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:33,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:33,506 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:33,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:33,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:33,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:33,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:33,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:33,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:33,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:33,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:33,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:33,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:33,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:33,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:33,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:33,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:33,962 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:33,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:33,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:33,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:33,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:33,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:33,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:33,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:33,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:33,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:34,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:34,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:34,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:34,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:34,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:34,472 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:34,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:34,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:34,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:34,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:34,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:34,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:34,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:34,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:34,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:34,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:34,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:34,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:34,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:34,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:34,978 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:34,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:34,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:34,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:34,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:34,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:34,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:34,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:34,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:34,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:35,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:35,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:35,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:35,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:35,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:35,485 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:35,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:35,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:35,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:35,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:35,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:35,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:35,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:35,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:35,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:35,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:35,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:35,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:35,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:35,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:35,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:35,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:35,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:35,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:35,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:35,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:35,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:36,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:36,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:36,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:36,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:36,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:36,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:36,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:36,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:36,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:36,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:36,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:36,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:36,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:36,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:36,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:37,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:37,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:37,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:37,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:37,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:37,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:37,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:37,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:37,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:37,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:37,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:37,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:37,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:37,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:37,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:37,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:37,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:37,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:37,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:37,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:37,570 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:37,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:37,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:37,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:37,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:37,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:37,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:37,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:37,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:37,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:38,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:38,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:38,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:38,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:38,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:38,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:38,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:38,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:38,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:38,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:38,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:38,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:38,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:38,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:38,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:38,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:38,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:38,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:38,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:38,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:38,557 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:38,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:38,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:38,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:38,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:38,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:38,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:38,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:38,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:38,559 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:39,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:39,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:39,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:39,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:39,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:39,028 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:39,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:39,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:39,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:39,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:39,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:39,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:39,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:39,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:39,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:39,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:39,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:39,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:39,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:39,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:39,538 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:39,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:39,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:39,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:39,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:39,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:39,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:39,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:39,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:39,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:40,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:40,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:40,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:40,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:40,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:40,043 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:40,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:40,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:40,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:40,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:40,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:40,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:40,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:40,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:40,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:40,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:40,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:40,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:40,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:40,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:40,542 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:40,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:40,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:40,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:40,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:40,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:40,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:41,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:41,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:41,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:41,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:41,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:41,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:41,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:41,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:41,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:41,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:41,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:41,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:41,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:41,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:41,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:41,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:41,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:41,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:41,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:41,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:41,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:41,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:41,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:41,578 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:41,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:41,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:41,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:41,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:41,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:41,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:42,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:42,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:42,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:42,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:42,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:42,074 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:42,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:42,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:42,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:42,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:42,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:42,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:42,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:42,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:42,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:42,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:42,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:42,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:42,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:42,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:42,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:42,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:42,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:42,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:42,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:42,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:42,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:42,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:42,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:43,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:43,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:43,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:43,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:43,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:43,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:43,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:43,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:43,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:43,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:43,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:43,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:43,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:43,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:43,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:43,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:43,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:43,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:43,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:43,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:43,588 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:43,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:43,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:43,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:43,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:43,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:43,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:43,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:43,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:43,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:44,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:44,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:44,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:44,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:44,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:44,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:44,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:44,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:44,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:44,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:44,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:44,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:44,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:44,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:44,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:44,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:44,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:44,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:44,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:44,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:44,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:44,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:44,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:44,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:44,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:44,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:44,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:44,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:44,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:44,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:45,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:45,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:45,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:45,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:45,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:45,116 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:45,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:45,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:45,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:45,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:45,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:45,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:45,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:45,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:45,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:45,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:45,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:45,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:45,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:45,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:45,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:45,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:45,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:45,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:45,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:45,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:45,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:45,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:45,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:45,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:46,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:46,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:46,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:46,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:46,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:46,123 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:46,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:46,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:46,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:46,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:46,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:46,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:46,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:46,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:46,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:46,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:46,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:46,614 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:46,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:46,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:46,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:46,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:46,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:46,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:46,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:46,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:46,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:47,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:47,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:47,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:47,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:47,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:47,131 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:47,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:47,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:47,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:47,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:47,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:47,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:47,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:47,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:47,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:47,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:47,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:47,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:47,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:47,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:47,634 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:47,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:47,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:47,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:47,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:47,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:47,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:47,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:47,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:47,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:48,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:48,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:48,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:48,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:48,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:48,137 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:48,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:48,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:48,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:48,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:48,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:48,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:48,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:48,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:48,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:48,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:48,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:48,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:48,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:48,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:48,633 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:48,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:48,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:48,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:48,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:48,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:48,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:48,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:48,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:48,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:49,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:49,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:49,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:49,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:49,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:49,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:49,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:49,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:49,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:49,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:49,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:49,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:49,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:49,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:49,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:49,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:49,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:49,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:49,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:49,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:49,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:49,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:49,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:49,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:49,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:49,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:49,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:49,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:49,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:49,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:50,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:50,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:50,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:50,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:50,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:50,140 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:50,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:50,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:50,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:50,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:50,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:50,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:50,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:50,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:50,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:50,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:50,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:50,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:50,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:50,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:50,640 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:50,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:50,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:50,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:50,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:50,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:50,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:50,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:50,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:50,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:51,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:51,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:51,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:51,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:51,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:51,156 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:51,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:51,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:51,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:51,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:51,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:51,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:51,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:51,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:51,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:51,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:51,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:51,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:51,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:51,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:51,654 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:51,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:51,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:51,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:51,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:51,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:51,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:51,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:51,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:51,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:52,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:52,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:52,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:52,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:52,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:52,164 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:52,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:52,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:52,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:52,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:52,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:52,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:52,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:52,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:52,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:52,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:52,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:52,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:52,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:52,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:52,674 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:52,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:52,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:52,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:52,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:52,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:52,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:52,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:52,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:52,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:53,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:53,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:53,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:53,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:53,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:53,175 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:53,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:53,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:53,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:53,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:53,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:53,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:53,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:53,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:53,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:53,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:53,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:53,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:53,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:53,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:53,677 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:53,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:53,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:53,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:53,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:53,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:53,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:53,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:54,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:54,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:54,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:54,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:54,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:54,181 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:54,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:54,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:54,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:54,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:54,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:54,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:54,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:54,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:54,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:54,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:54,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:54,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:54,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:54,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:54,690 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:54,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:54,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:54,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:54,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:54,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:54,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:54,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:55,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:55,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:55,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:55,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:55,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:55,186 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:55,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:55,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:55,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:55,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:55,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:55,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:55,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:55,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:55,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:55,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:55,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:55,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:55,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:55,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:55,686 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:55,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:55,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:55,687 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:55,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:55,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:55,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:55,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:55,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:55,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:56,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:56,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:56,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:56,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:56,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:56,214 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:56,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:56,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:56,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:56,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:56,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:56,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:56,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:56,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:56,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:56,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:56,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:56,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:56,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:56,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:56,714 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:56,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:56,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:56,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:56,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:56,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:56,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:56,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:56,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:56,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:57,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:57,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:57,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:57,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:57,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:57,776 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:57,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:57,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:57,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:57,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:57,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:57,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:57,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:57,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:57,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:57,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:57,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:57,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:57,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:57,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:57,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:57,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:57,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:57,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:57,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:57,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:57,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:57,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:57,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:57,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:58,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:58,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:58,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:58,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:58,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:58,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:58,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:58,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:58,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:58,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:58,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:58,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:58,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:58,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:58,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:58,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:58,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:58,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:58,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:58,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:58,746 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:58,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:58,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:58,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:58,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:58,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:58,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:58,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:58,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:58,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:59,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:59,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:59,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:59,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:59,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:59,247 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:59,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:59,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:59,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:59,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:59,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:59,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:59,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:59,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:59,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:59,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:07:59,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:07:59,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:07:59,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:07:59,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:07:59,755 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:07:59,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:07:59,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:07:59,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:07:59,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:07:59,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:07:59,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:07:59,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:07:59,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:07:59,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:00,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:00,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:00,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:00,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:00,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:00,262 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:00,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:00,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:00,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:00,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:00,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:00,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:00,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:00,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:00,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:00,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:00,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:00,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:00,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:00,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:00,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:00,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:00,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:00,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:00,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:00,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:00,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:00,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:00,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:00,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:01,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:01,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:01,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:01,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:01,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:01,282 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:01,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:01,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:01,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:01,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:01,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:01,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:01,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:01,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:01,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:01,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:01,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:01,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:01,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:01,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:01,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:01,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:01,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:01,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:01,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:01,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:01,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:01,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:01,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:01,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:02,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:02,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:02,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:02,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:02,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:02,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:02,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:02,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:02,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:02,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:02,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:02,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:02,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:02,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:02,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:02,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:02,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:02,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:02,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:02,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:02,786 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:02,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:02,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:02,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:02,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:02,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:02,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:02,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:02,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:02,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:03,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:03,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:03,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:03,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:03,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:03,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:03,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:03,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:03,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:03,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:03,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:03,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:03,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:03,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:03,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:03,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:03,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:03,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:03,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:03,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:03,809 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:03,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:03,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:03,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:03,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:03,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:03,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:03,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:03,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:03,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:04,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:04,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:04,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:04,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:04,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:04,304 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:04,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:04,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:04,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:04,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:04,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:04,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:04,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:04,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:04,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:04,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:04,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:04,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:04,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:04,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:04,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:04,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:04,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:04,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:04,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:04,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:04,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:04,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:04,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:04,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:05,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:05,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:05,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:05,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:05,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:05,325 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:05,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:05,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:05,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:05,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:05,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:05,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:05,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:05,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:05,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:05,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:05,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:05,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:05,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:05,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:05,814 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:05,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:05,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:05,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:05,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:05,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:05,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:05,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:05,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:05,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:06,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:06,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:06,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:06,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:06,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:06,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:06,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:06,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:06,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:06,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:06,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:06,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:06,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:06,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:06,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:06,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:06,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:06,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:06,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:06,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:06,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:06,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:06,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:06,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:06,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:06,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:06,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:06,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:06,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:06,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:07,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:07,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:07,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:07,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:07,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:07,320 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:07,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:07,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:07,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:07,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:07,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:07,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:07,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:07,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:07,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:07,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:07,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:07,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:07,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:07,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:07,888 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:07,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:07,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:07,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:07,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:07,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:07,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:07,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:07,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:07,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:08,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:08,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:08,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:08,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:08,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:08,330 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:08,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:08,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:08,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:08,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:08,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:08,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:08,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:08,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:08,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:08,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:08,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:08,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:08,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:08,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:08,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:08,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:08,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:08,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:08,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:08,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:08,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:08,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:08,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:08,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:09,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:09,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:09,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:09,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:09,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:09,356 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:09,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:09,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:09,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:09,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:09,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:09,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:09,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:09,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:09,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:09,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:09,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:09,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:09,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:09,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:09,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:09,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:09,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:09,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:09,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:09,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:09,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:09,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:09,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:09,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:10,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:10,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:10,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:10,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:10,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:10,350 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:10,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:10,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:10,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:10,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:10,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:10,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:10,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:10,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:10,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:10,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:10,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:10,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:10,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:10,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:10,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:10,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:10,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:10,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:10,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:10,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:10,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:10,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:10,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:10,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:11,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:11,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:11,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:11,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:11,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:11,361 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:11,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:11,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:11,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:11,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:11,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:11,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:11,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:11,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:11,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:11,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:11,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:11,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:11,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:11,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:11,888 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:11,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:11,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:11,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:11,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:11,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:11,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:11,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:11,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:11,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:12,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:12,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:12,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:12,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:12,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:12,380 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:12,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:12,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:12,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:12,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:12,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:12,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:12,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:12,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:12,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:12,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:12,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:12,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:12,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:12,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:12,889 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:12,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:12,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:12,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:12,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:12,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:12,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:12,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:12,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:12,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:13,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:13,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:13,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:13,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:13,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:13,398 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:13,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:13,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:13,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:13,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:13,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:13,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:13,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:13,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:13,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:13,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:13,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:13,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:13,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:13,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:13,900 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:13,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:13,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:13,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:13,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:13,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:13,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:13,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:13,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:13,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:14,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:14,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:14,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:14,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:14,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:14,401 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:14,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:14,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:14,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:14,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:14,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:14,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:14,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:14,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:14,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:14,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:14,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:14,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:14,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:14,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:14,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:14,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:14,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:14,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:14,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:14,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:14,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:14,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:14,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:14,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:15,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:15,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:15,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:15,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:15,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:15,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:15,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:15,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:15,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:15,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:15,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:15,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:15,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:15,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:15,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:15,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:15,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:15,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:15,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:15,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:15,905 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:15,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:15,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:15,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:15,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:15,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:15,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:15,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:15,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:15,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:16,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:16,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:16,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:16,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:16,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:16,417 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:16,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:16,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:16,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:16,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:16,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:16,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:16,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:16,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:16,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:16,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:16,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:16,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:16,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:16,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:16,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:16,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:16,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:16,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:16,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:16,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:16,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:16,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:16,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:16,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:17,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:17,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:17,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:17,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:17,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:17,423 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:17,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:17,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:17,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:17,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:17,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:17,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:17,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:17,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:17,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:17,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:17,933 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:17,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:17,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:17,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:17,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:17,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:17,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:17,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:17,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:17,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:17,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:17,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:17,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:17,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:18,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:18,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:18,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:18,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:18,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:18,445 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:18,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:18,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:18,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:18,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:18,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:18,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:18,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:18,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:18,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:18,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:18,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:18,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:18,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:18,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:18,945 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:18,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:18,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:18,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:18,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:18,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:18,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:18,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:18,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:18,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:19,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:19,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:19,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:19,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:19,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:19,465 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:19,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:19,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:19,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:19,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:19,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:19,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:19,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:19,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:19,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:19,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:19,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:19,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:19,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:19,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:19,958 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:19,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:19,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:19,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:19,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:19,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:19,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:19,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:19,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:19,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:20,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:20,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:20,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:20,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:20,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:20,482 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:20,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:20,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:20,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:20,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:20,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:20,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:20,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:20,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:20,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:20,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:20,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:20,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:20,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:20,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:20,985 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:20,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:20,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:20,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:20,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:20,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:20,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:20,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:20,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:20,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:21,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:21,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:21,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:21,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:21,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:21,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:21,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:21,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:21,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:21,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:21,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:21,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:21,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:21,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:21,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:21,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:21,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:21,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:21,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:21,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:21,979 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:21,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:21,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:21,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:21,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:21,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:21,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:21,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:22,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:22,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:22,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:22,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:22,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:22,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:22,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:22,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:22,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:22,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:22,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:22,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:22,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:22,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:22,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:23,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:23,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:23,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:23,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:23,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:23,122 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:23,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:23,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:23,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:23,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:23,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:23,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:23,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:23,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:23,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:23,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:23,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:23,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:23,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:23,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:23,508 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:23,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:23,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:23,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:23,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:23,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:23,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:23,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:23,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:23,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:24,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:24,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:24,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:24,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:24,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:24,025 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:24,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:24,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:24,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:24,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:24,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:24,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:24,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:24,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:24,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:24,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:24,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:24,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:24,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:24,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:24,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:24,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:24,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:24,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:24,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:24,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:24,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:24,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:24,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:24,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:25,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:25,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:25,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:25,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:25,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:25,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:25,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:25,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:25,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:25,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:25,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:25,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:25,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:25,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:25,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:25,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:25,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:25,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:25,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:25,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:25,526 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:25,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:25,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:25,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:25,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:25,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:25,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:25,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:25,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:25,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:26,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:26,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:26,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:26,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:26,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:26,026 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:26,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:26,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:26,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:26,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:26,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:26,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:26,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:26,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:26,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:26,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:26,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:26,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:26,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:26,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:26,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:26,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:26,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:26,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:26,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:26,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:26,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:26,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:26,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:26,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:27,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:27,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:27,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:27,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:27,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:27,039 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:27,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:27,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:27,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:27,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:27,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:27,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:27,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:27,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:27,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:27,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:27,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:27,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:27,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:27,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:27,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:27,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:27,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:27,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:27,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:27,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:27,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:27,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:27,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:27,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:28,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:28,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:28,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:28,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:28,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:28,095 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:28,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:28,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:28,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:28,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:28,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:28,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:28,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:28,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:28,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:28,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:28,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:28,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:28,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:28,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:28,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:28,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:28,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:28,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:28,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:28,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:28,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:28,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:28,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:28,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:29,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:29,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:29,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:29,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:29,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:29,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:29,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:29,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:29,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:29,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:29,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:29,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:29,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:29,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:29,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:29,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:29,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:29,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:29,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:29,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:29,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:29,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:29,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:29,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:29,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:29,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:29,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:29,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:29,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:29,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:30,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:30,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:30,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:30,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:30,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:30,080 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:30,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:30,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:30,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:30,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:30,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:30,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:30,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:30,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:30,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:30,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:30,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:30,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:30,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:30,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:30,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:30,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:30,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:30,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:30,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:30,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:30,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:30,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:30,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:30,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:31,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:31,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:31,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:31,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:31,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:31,116 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:31,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:31,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:31,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:31,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:31,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:31,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:31,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:31,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:31,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:31,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:31,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:31,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:31,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:31,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:31,620 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:31,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:31,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:31,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:31,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:31,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:31,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:31,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:31,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:31,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:32,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:32,087 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:32,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:32,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:32,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:32,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:32,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:32,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:32,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:32,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:32,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:32,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:32,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:32,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:32,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:32,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:32,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:32,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:32,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:32,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:32,671 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:32,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:32,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:32,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:32,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:32,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:32,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:32,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:32,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:32,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:33,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:33,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:33,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:33,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:33,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:33,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:33,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:33,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:33,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:33,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:33,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:33,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:33,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:33,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:33,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:33,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:33,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:33,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:33,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:33,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:33,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:33,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:33,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:33,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:33,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:33,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:33,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:33,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:34,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:34,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:34,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:34,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:34,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:34,130 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:34,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:34,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:34,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:34,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:34,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:34,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:34,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:34,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:34,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:34,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:34,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:34,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:34,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:34,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:34,669 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:34,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:34,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:34,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:34,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:34,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:34,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:34,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:34,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:34,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:35,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:35,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:35,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:35,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:35,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:35,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:35,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:35,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:35,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:35,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:35,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:35,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:35,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:35,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:35,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:35,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:35,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:35,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:35,633 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:35,633 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:35,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:35,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:35,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:35,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:35,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:35,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:35,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:35,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:35,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:36,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:36,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:36,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:36,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:36,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:36,155 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:36,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:36,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:36,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:36,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:36,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:36,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:36,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:36,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:36,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:36,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:36,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:36,650 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:36,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:36,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:36,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:36,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:36,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:36,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:36,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:36,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:36,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:37,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:37,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:37,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:37,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:37,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:37,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:37,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:37,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:37,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:37,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:37,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:37,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:37,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:37,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:37,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:37,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:37,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:37,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:37,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:37,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:37,665 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:37,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:37,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:37,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:37,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:37,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:37,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:37,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:37,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:37,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:38,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:38,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:38,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:38,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:38,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:38,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:38,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:38,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:38,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:38,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:38,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:38,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:38,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:38,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:38,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:38,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:38,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:38,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:38,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:38,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:38,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:38,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:38,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:38,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:38,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:38,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:38,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:38,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:38,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:38,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:39,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:39,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:39,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:39,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:39,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:39,428 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:39,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:39,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:39,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:39,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:39,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:39,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:39,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:39,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:39,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:40,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:40,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:40,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:40,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:40,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:40,252 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:40,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:40,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:40,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:40,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:40,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:40,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:40,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:41,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:41,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:41,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:41,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:41,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:41,186 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:41,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:41,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:41,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:41,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:41,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:41,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:41,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:41,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:41,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:41,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:41,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:41,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:41,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:41,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:41,224 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:41,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:41,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:41,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:41,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:41,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:41,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:41,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:41,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:41,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:41,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:41,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:41,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:41,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:41,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:41,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:41,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:41,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:41,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:41,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:41,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:41,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:41,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:41,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:42,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:42,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:42,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:42,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:42,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:42,714 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:42,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:42,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:42,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:42,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:42,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:42,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:42,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:42,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:42,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:42,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:42,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:42,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:42,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:42,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:42,731 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:42,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:42,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:42,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:42,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:42,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:42,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:42,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:42,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:42,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:42,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:42,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:42,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:42,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:42,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:42,745 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:42,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:42,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:42,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:42,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:42,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:42,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:42,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:42,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:42,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:43,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:43,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:43,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:43,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:43,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:43,179 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:43,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:43,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:43,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:43,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:43,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:43,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:43,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:43,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:43,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:43,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:43,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:43,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:43,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:43,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:43,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:43,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:43,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:43,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:43,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:43,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:43,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:43,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:43,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:43,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:44,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:44,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:44,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:44,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:44,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:44,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:44,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:44,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:44,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:44,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:44,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:44,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:44,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:44,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:44,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:44,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:44,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:44,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:44,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:44,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:44,714 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:44,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:44,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:44,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:44,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:44,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:44,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:44,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:44,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:44,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:45,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:45,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:45,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:45,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:45,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:45,204 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:45,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:45,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:45,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:45,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:45,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:45,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:45,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:45,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:45,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:45,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:45,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:45,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:45,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:45,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:45,711 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:45,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:45,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:45,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:45,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:45,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:45,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:45,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:45,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:45,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:46,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:46,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:46,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:46,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:46,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:46,302 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:46,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:46,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:46,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:46,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:46,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:46,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:46,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:46,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:46,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:46,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:46,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:46,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:46,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:46,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:46,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:46,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:46,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:46,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:46,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:46,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:46,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:46,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:46,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:46,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:47,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:47,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:47,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:47,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:47,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:47,227 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:47,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:47,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:47,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:47,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:47,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:47,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:47,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:47,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:47,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:47,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:47,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:48,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:48,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:48,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:48,506 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:48,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:48,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:48,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:48,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:48,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:48,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:48,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:48,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:48,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:48,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:48,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:48,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:48,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:48,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:48,523 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:48,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:48,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:48,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:48,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:48,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:48,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:48,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:48,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:48,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:48,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:48,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:48,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:48,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:48,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:48,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:48,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:48,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:48,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:48,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:48,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:48,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:49,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:49,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:49,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:49,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:49,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:49,264 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:49,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:49,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:49,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:49,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:49,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:49,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:49,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:49,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:49,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:49,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:49,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:49,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:49,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:49,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:49,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:49,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:49,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:49,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:49,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:49,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:49,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:49,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:49,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:49,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:50,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:50,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:50,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:50,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:50,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:50,263 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:50,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:50,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:50,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:50,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:50,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:50,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:50,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:50,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:50,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:50,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:50,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:50,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:50,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:50,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:50,768 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:50,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:50,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:50,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:50,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:50,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:50,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:50,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:50,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:50,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:51,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:51,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:51,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:51,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:51,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:51,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:51,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:51,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:51,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:51,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:51,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:51,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:51,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:51,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:51,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:51,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:51,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:51,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:51,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:51,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:51,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:51,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:51,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:51,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:51,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:51,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:51,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:51,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:52,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:52,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:52,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:52,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:52,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:52,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:52,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:52,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:52,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:52,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:52,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:52,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:52,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:52,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:52,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:52,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:52,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:52,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:52,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:52,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:52,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:52,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:52,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:52,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:52,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:52,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:52,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:53,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:53,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:53,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:53,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:53,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:53,309 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:53,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:53,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:53,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:53,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:53,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:53,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:53,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:53,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:53,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:53,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:53,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:53,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:53,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:53,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:53,812 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:53,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:53,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:53,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:53,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:53,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:53,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:53,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:53,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:53,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:54,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:54,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:54,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:54,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:54,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:54,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:54,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:54,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:54,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:54,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:54,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:54,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:54,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:54,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:54,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:54,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:54,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:54,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:54,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:54,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:54,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:54,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:54,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:54,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:54,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:54,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:54,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:54,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:54,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:54,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:55,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:55,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:55,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:55,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:55,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:55,338 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:55,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:55,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:55,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:55,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:55,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:55,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:55,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:55,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:55,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:55,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:55,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:55,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:55,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:55,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:55,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:55,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:55,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:55,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:55,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:55,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:55,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:55,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:55,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:55,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:56,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:56,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:56,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:56,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:56,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:56,337 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:56,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:56,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:56,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:56,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:56,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:56,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:56,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:56,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:56,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:56,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:56,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:56,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:56,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:56,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:56,847 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:56,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:56,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:56,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:56,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:56,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:56,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:56,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:56,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:56,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:57,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:57,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:57,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:57,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:57,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:57,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:57,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:57,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:57,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:57,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:57,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:57,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:57,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:57,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:57,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:57,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:57,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:57,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:57,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:57,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:57,863 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:57,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:57,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:57,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:57,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:57,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:57,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:57,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:57,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:57,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:58,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:58,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:58,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:58,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:58,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:58,360 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:58,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:58,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:58,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:58,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:58,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:58,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:58,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:58,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:58,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:58,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:58,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:58,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:58,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:58,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:58,868 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:58,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:58,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:58,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:58,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:58,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:58,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:58,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:58,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:58,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:59,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:59,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:59,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:59,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:59,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:59,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:59,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:59,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:59,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:59,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:59,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:59,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:59,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:59,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:59,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:59,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:08:59,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:08:59,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:08:59,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:08:59,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:08:59,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:08:59,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:08:59,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:08:59,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:08:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:08:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:08:59,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:08:59,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:08:59,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:08:59,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:00,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:00,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:00,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:00,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:00,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:00,382 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:00,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:00,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:00,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:00,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:00,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:00,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:00,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:00,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:00,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:00,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:00,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:00,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:00,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:00,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:00,890 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:00,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:00,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:00,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:00,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:00,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:00,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:00,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:00,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:00,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:01,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:01,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:01,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:01,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:01,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:01,634 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:01,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:01,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:01,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:01,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:01,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:01,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:01,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:01,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:01,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:01,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:01,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:01,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:01,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:01,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:02,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:02,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:02,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:02,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:02,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:02,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:02,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:02,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:02,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:02,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:02,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:02,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:02,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:02,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:02,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:02,392 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:02,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:02,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:02,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:02,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:02,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:02,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:02,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:02,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:02,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:02,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:02,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:02,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:02,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:02,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:02,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:02,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:02,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:02,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:02,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:02,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:02,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:02,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:02,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:02,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:03,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:03,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:03,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:03,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:03,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:03,408 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:03,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:03,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:03,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:03,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:03,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:03,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:03,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:03,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:03,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:03,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:03,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:03,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:03,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:03,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:03,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:03,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:03,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:03,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:03,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:03,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:03,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:03,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:03,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:03,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:04,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:04,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:04,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:04,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:04,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:04,454 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:04,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:04,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:04,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:04,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:04,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:04,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:04,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:04,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:04,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:04,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:04,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:04,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:04,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:04,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:04,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:04,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:04,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:04,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:04,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:04,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:04,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:04,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:04,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:04,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:05,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:05,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:05,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:05,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:05,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:05,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:05,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:05,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:05,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:05,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:05,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:05,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:05,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:05,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:05,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:05,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:05,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:05,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:05,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:05,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:05,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:05,938 INFO [com.lungcare.dicomfile.dao.impl.RemoteFileTransferDAOImp] - uploadFile +2015-07-20 17:09:05,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:05,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:05,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:05,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:05,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:05,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:05,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:05,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:05,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:05,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:05,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:05,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:05,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:05,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:05,960 DEBUG [org.hibernate.SQL] - + insert + into + ReceiveEntity + (accessionNumber, bmpAxial, bmpCoronal, bmpSagittal, complete, date, failed, ip, jpgAxial, message, patientName, port, received, savedFolder, speed, studyDate, totalFiles, id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2015-07-20 17:09:05,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - Executing batch size: 1 +2015-07-20 17:09:06,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,137 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:09:06,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,185 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:09:06,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,275 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + received=? + where + id=? +2015-07-20 17:09:06,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,322 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + accessionNumber=?, + patientName=?, + studyDate=? + where + id=? +2015-07-20 17:09:06,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,359 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:06,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:06,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:06,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,518 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:06,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:06,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:06,519 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:06,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:06,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:06,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:06,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:06,573 DEBUG [org.hibernate.SQL] - + update + ReceiveEntity + set + jpgAxial=? + where + id=? +2015-07-20 17:09:06,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:06,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:06,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:06,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:06,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:06,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:06,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:07,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:07,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:07,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:07,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:07,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:07,039 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:07,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:07,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:07,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:07,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:07,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:07,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:07,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:07,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:07,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:07,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:07,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:07,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:07,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:07,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:07,447 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:07,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:07,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:07,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:07,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:07,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:07,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:07,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:07,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:07,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:08,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:08,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:08,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:08,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:08,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:08,042 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:08,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:08,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:08,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:08,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:08,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:08,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:08,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:08,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:08,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:08,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:08,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:08,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:08,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:08,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:08,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:08,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:08,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:08,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:08,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:08,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:08,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:08,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:08,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:08,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:08,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:08,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:08,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:08,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:08,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:08,983 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:08,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:08,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:08,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:08,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:08,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:08,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:08,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:08,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:08,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:09,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:09,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:09,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:09,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:09,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:09,474 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:09,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:09,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:09,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:09,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:09,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:09,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:09,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:09,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:09,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:09,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:09,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:09,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:09,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:09,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:09,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:09,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:09,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:09,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:09,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:09,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:10,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:10,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:10,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:10,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:10,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:10,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:10,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:10,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:10,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:10,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:10,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:10,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:10,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:10,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:10,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:10,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:10,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:10,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:10,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:10,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:10,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:10,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:10,995 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:10,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:10,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:10,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:10,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:10,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:10,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:10,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:10,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:10,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:11,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:11,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:11,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:11,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:11,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:11,502 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:11,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:11,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:11,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:11,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:11,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:11,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:11,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:11,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:11,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:11,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:11,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:11,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:11,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:11,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:11,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:11,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:11,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:11,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:11,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:11,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:11,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:11,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:11,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:11,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:11,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:11,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:11,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:11,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:11,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:11,974 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:11,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:11,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:11,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:11,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:11,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:11,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:12,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:12,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:12,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:12,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:12,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:12,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:12,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:12,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:12,509 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:12,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:12,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:12,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:12,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:12,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:12,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:12,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:12,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:12,511 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:12,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:12,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:12,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:12,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:12,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:12,983 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:12,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:12,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:12,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:12,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:12,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:12,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:12,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:12,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:12,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:13,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:13,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:13,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:13,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:13,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:13,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:13,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:13,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:13,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:13,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:13,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:13,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:13,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:13,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:13,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:13,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:13,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:14,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:14,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:14,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:14,001 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:14,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:14,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:14,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:14,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:14,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:14,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:14,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:14,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:14,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:14,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:14,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:14,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:14,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:14,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:14,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:14,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:14,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:14,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:14,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:14,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:14,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:14,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:14,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:14,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:14,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:14,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:15,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:15,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:15,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:15,003 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:15,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:15,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:15,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:15,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:15,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:15,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:15,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:15,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:15,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:15,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:15,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:15,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:15,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:15,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:15,515 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:15,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:15,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:15,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:15,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:15,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:15,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:15,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:15,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:15,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:16,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:16,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:16,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:16,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:16,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:16,013 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:16,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:16,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:16,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:16,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:16,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:16,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:16,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:16,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:16,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:16,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:16,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:16,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:16,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:16,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:16,571 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:16,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:16,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:16,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:16,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:16,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:16,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:16,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:17,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:17,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:17,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:17,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:17,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:17,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:17,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:17,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:17,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:17,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:17,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:17,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:17,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:17,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:17,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:17,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:17,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:17,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:17,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:17,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:17,520 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:17,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:17,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:17,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:17,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:17,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:17,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:17,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:17,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:17,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:18,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:18,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:18,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:18,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:18,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:18,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:18,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:18,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:18,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:18,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:18,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:18,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:18,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:18,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:18,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:18,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:18,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:18,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:18,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:18,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:18,603 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:18,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:18,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:18,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:18,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:18,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:18,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:18,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:18,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:18,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:19,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:19,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:19,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:19,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:19,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:19,065 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:19,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:19,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:19,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:19,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:19,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:19,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:19,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:19,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:19,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:19,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:19,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:19,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:19,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:19,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:19,545 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:19,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:19,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:19,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:19,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:19,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:19,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:19,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:19,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:19,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:20,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:20,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:20,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:20,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:20,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:20,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:20,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:20,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:20,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:20,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:20,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:20,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:20,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:20,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:20,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:20,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:20,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:20,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:20,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:20,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:20,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:20,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:20,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:20,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:20,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:20,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:20,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:20,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:20,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:20,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:21,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:21,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:21,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:21,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:21,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:21,072 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:21,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:21,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:21,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:21,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:21,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:21,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:21,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:21,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:21,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:21,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:09:21,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:09:21,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:09:21,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:09:21,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:09:21,573 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:09:21,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:09:21,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:09:21,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:09:21,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:09:21,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:09:21,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:09:21,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:09:21,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:09:21,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:15,858 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 17:11:15,908 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 17:11:15 CST 2015]; root of context hierarchy +2015-07-20 17:11:16,041 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 17:11:16,261 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 17:11:16,264 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 17:11:16,377 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 17:11:16,537 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 17:11:16,542 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 17:11:16,558 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@31be0e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 17:11:16,723 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 17:11:16,781 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 17:11:16,789 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 17:11:16,791 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 17:11:16,795 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 17:11:16,805 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 17:11:16,865 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 17:11:17,058 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 17:11:17,098 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 17:11:17,131 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 17:11:17,161 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 17:11:17,162 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 17:11:17,164 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 17:11:17,164 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 17:11:17,167 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 17:11:17,167 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 17:11:17,172 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 17:11:17,233 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 17:11:17,614 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 17:11:17,614 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 17:11:17,631 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 17:11:17,636 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 17:11:17,638 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 17:11:17,638 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 17:11:17,638 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 17:11:17,638 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 17:11:17,638 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 17:11:17,638 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 17:11:17,639 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 17:11:17,640 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 17:11:17,641 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 17:11:17,641 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 17:11:17,643 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 17:11:17,644 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 17:11:17,644 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 17:11:17,644 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 17:11:17,644 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 17:11:17,678 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 17:11:17,867 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 17:11:17,872 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 17:11:17,872 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 17:11:17,884 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 17:11:17,940 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 17:11:17,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 17:11:17,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:11:17,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:11:17,983 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 17:11:17,983 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 17:11:17,984 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:11:17,984 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:11:18,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 17:11:18,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 17:11:18,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:11:18,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:11:18,016 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 17:11:18,042 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@8949a1] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 17:11:18,050 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 2192 ms +2015-07-20 17:11:19,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,309 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:11:19,321 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:11:19,322 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:11:19,356 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:11:19,371 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:11:19,373 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 17:11:19,375 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@acc4f6 +2015-07-20 17:11:19,375 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 17:11:19,377 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:11:19,377 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 17:11:19,382 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 17:11:19,387 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 17:11:19,387 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:11:19,387 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@acc4f6} + +2015-07-20 17:11:19,388 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:11:19,401 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:11:19,401 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 17:11:19,402 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:11:19,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,414 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,760 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,941 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,950 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,951 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:19,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:19,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:19,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:19,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:19,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:19,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:19,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:19,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:19,997 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:19,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:19,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:19,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:19,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:19,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,054 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,075 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,089 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,109 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,121 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,138 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,155 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,226 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,240 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,255 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,268 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,280 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,291 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,303 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,315 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,339 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,360 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,389 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,406 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,412 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,429 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,449 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,450 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,485 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:20,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:20,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:20,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:20,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:20,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:20,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:20,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:20,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:20,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:20,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:20,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:20,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:20,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:20,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,820 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,828 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,871 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:27,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:27,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:27,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:27,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:27,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:27,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:27,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:27,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:27,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:27,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:27,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:27,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:27,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:27,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,009 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,045 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,063 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,086 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,089 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,102 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,150 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,179 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,186 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,189 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,235 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,242 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,252 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,261 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,276 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,278 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,308 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,320 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,331 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,332 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,346 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,356 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,365 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,388 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,400 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,436 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,442 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,476 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,530 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,538 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:28,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,558 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,565 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,566 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,567 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,589 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,598 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,608 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,612 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,625 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,631 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,646 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,650 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,669 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,675 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,692 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,694 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,699 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,710 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,710 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:28,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:28,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,720 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,721 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:11:28,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,725 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,737 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,745 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,745 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:28,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:11:28,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,770 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,770 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,782 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,782 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:28,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:28,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,899 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,918 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,926 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:28,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:28,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:28,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:28,974 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:28,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:28,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:28,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:28,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:28,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:28,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:28,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:28,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:28,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:28,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,015 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,029 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,030 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,048 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:11:29,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,206 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,215 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,225 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,240 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,281 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,309 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,311 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,312 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:11:29,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,317 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,328 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,340 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,347 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,349 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:29,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,354 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,367 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:11:29,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:11:29,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,382 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,395 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,395 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,401 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,421 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,422 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:11:29,424 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,431 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,448 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,457 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,458 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,460 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,461 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,476 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:11:29,476 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,476 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:11:29,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,507 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,508 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,509 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,521 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,532 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,548 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,549 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,568 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,575 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,597 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,622 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,660 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,684 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,708 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,713 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,725 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,739 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,753 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,760 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,765 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,767 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:11:29,807 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:11:29,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:11:29,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:29,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:29,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,814 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,828 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,845 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,879 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,900 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,910 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,929 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,931 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,938 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,950 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:29,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:11:29,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:11:29,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:11:29,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:29,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,982 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:29,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:29,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:29,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:29,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:29,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:29,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:29,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:29,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:29,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:29,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:29,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:29,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:29,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:29,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,005 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:30,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:30,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,010 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:11:30,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:11:30,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:30,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,020 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,025 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,030 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:30,038 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:30,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:30,056 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:30,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:30,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:11:30,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:30,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:30,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:11:30,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:11:30,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:11:30,064 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:11:30,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:11:30,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:11:30,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:11:30,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,067 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,078 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,083 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,096 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,140 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,155 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,216 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,231 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,304 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,318 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,340 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,355 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,404 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,425 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,442 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,456 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,456 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,474 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,490 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,514 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,567 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,585 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,605 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,619 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,655 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,679 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,695 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,709 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,726 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,747 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,760 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,803 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,817 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,831 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:30,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:30,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:30,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:30,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:30,863 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:30,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:30,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:30,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:30,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:30,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:30,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:30,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:30,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:30,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:31,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:31,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:31,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:31,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:31,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:31,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:31,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:31,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:31,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:31,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:31,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:31,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:31,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:31,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:31,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:31,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:31,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:31,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:31,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:31,700 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:31,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:31,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:31,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:31,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:31,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:31,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:31,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:31,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:31,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:32,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:32,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:32,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:32,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:32,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:32,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:32,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:32,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:32,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:32,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:32,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:32,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:32,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:32,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:32,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:32,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:32,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:32,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:32,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:32,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:32,710 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:32,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:32,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:32,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:32,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:32,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:32,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:32,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:32,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:32,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:33,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:33,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:33,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:33,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:33,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:33,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:33,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:33,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:33,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:33,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:33,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:33,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:33,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:33,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:33,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:33,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:33,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:33,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:33,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:33,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:33,712 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:33,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:33,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:33,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:33,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:33,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:33,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:33,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:33,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:33,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:34,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:34,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:34,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:34,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:34,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:34,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:34,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:34,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:34,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:34,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:34,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:34,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:34,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:34,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:34,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:34,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:34,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:34,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:34,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:34,727 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:34,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:34,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:34,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:34,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:34,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:34,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:34,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:34,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:34,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:35,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:35,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:35,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:35,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:35,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:35,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:35,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:35,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:35,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:35,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:35,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:35,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:35,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:35,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:35,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:35,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:35,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:35,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:35,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:35,739 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:35,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:35,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:35,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:35,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:35,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:35,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:35,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:35,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:35,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:36,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:36,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:36,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:36,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:36,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:36,237 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:36,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:36,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:36,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:36,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:36,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:36,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:36,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:36,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:36,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:36,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:36,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:36,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:36,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:36,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:36,751 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:36,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:36,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:36,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:36,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:36,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:37,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:37,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:37,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:37,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:37,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:37,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:37,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:37,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:37,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:37,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:37,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:37,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:37,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:37,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:37,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:37,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:37,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:37,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:37,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:37,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:37,757 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:37,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:37,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:37,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:37,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:37,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:37,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:37,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:37,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:37,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:38,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:38,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:38,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:38,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:38,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:38,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:38,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:38,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:38,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:38,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:38,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:38,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:38,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:38,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:38,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:38,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:38,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:38,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:38,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:38,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:38,776 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:38,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:38,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:38,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:38,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:38,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:38,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:38,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:38,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:38,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:39,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:39,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:39,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:39,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:39,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:39,280 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:39,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:39,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:39,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:39,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:39,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:39,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:39,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:39,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:39,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:39,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:39,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:39,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:39,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:39,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:39,800 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:39,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:39,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:39,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:39,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:39,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:39,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:39,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:39,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:39,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:40,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:40,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:40,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:40,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:40,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:40,299 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:40,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:40,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:40,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:40,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:40,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:40,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:40,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:40,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:40,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:40,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:40,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:40,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:40,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:40,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:40,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:40,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:40,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:40,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:40,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:40,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:40,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:40,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:40,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:40,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:41,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:41,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:41,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:41,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:41,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:41,297 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:41,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:41,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:41,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:41,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:41,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:41,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:41,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:41,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:41,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:41,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:41,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:41,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:41,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:41,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:41,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:41,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:41,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:41,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:41,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:41,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:41,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:42,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:42,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:42,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:42,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:42,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:42,299 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:42,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:42,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:42,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:42,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:42,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:42,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:42,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:42,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:42,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:42,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:42,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:42,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:42,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:42,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:42,821 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:42,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:42,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:42,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:42,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:42,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:42,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:42,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:42,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:42,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:43,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:43,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:43,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:43,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:43,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:43,315 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:43,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:43,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:43,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:43,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:43,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:43,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:43,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:43,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:43,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:43,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:43,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:43,835 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:43,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:43,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:43,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:43,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:43,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:43,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:43,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:43,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:43,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:44,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:44,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:44,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:44,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:44,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:44,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:44,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:44,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:44,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:44,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:44,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:44,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:44,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:44,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:44,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:44,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:44,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:44,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:44,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:44,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:44,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:44,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:44,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:44,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:44,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:44,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:44,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:44,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:44,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:44,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:45,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:45,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:45,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:45,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:45,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:45,340 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:45,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:45,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:45,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:45,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:45,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:45,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:45,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:45,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:45,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:45,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:45,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:45,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:45,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:45,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:45,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:45,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:45,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:45,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:45,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:45,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:45,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:45,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:45,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:45,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:46,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:46,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:46,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:46,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:46,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:46,343 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:46,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:46,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:46,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:46,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:46,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:46,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:46,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:46,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:46,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:46,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:46,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:46,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:46,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:46,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:46,852 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:46,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:46,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:46,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:46,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:46,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:46,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:46,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:46,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:46,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:47,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:47,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:47,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:47,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:47,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:47,351 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:47,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:47,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:47,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:47,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:47,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:47,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:47,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:47,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:47,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:47,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:47,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:47,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:47,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:47,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:47,856 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:47,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:47,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:47,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:47,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:47,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:47,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:47,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:47,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:47,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:48,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:48,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:48,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:48,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:48,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:48,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:48,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:48,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:48,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:48,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:48,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:48,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:48,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:48,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:48,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:48,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:11:48,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:11:48,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:11:48,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:11:48,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:11:48,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:11:48,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:11:48,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:11:48,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:11:48,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:11:48,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:11:48,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:11:48,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:11:48,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:11:48,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:25,663 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started +2015-07-20 17:30:25,687 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Mon Jul 20 17:30:25 CST 2015]; root of context hierarchy +2015-07-20 17:30:25,739 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/applicationContext.xml] +2015-07-20 17:30:25,876 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +2015-07-20 17:30:25,879 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning +2015-07-20 17:30:25,992 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/spring-hibernate.xml] +2015-07-20 17:30:26,138 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/jdbc.properties] +2015-07-20 17:30:26,144 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring +2015-07-20 17:30:26,157 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@17c8007: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,customersResource,remoteFileTransferResource,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dataSource,sessionFactory,transactionManager,transactionBase,localFileService,localFileTransferDAO,remoteFileService,remoteFileTransferDAO,algorithmService,algorithmDAO]; root of factory hierarchy +2015-07-20 17:30:26,273 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver +2015-07-20 17:30:26,324 INFO [org.hibernate.cfg.annotations.Version] - Hibernate Annotations 3.4.0.GA +2015-07-20 17:30:26,333 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.2.GA +2015-07-20 17:30:26,336 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found +2015-07-20 17:30:26,339 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist +2015-07-20 17:30:26,341 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling +2015-07-20 17:30:26,401 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/G:/wjlProgramFiles/local-git-repository/LungCareRestFulAPI/src/main/webapp/WEB-INF/classes/com/lungcare/dicomfile/config/hibernate.cfg.xml +2015-07-20 17:30:26,571 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null +2015-07-20 17:30:26,622 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.ReceiveEntity +2015-07-20 17:30:26,660 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.ReceiveEntity on table ReceiveEntity +2015-07-20 17:30:26,715 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.SendEntity +2015-07-20 17:30:26,715 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.SendEntity on table SendEntity +2015-07-20 17:30:26,718 INFO [org.hibernate.cfg.AnnotationBinder] - Binding entity from annotated class: com.lungcare.dicomfile.entity.Customer +2015-07-20 17:30:26,719 INFO [org.hibernate.cfg.annotations.EntityBinder] - Bind entity com.lungcare.dicomfile.entity.Customer on table Customer +2015-07-20 17:30:26,722 INFO [org.hibernate.cfg.AnnotationConfiguration] - Hibernate Validator not found: ignoring +2015-07-20 17:30:26,722 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] - Building new Hibernate SessionFactory +2015-07-20 17:30:26,731 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. +2015-07-20 17:30:26,797 INFO [org.hibernate.connection.ConnectionProviderFactory] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider +2015-07-20 17:30:27,065 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: MySQL, version: 5.5.19 +2015-07-20 17:30:27,065 INFO [org.hibernate.cfg.SettingsFactory] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} ) +2015-07-20 17:30:27,089 INFO [org.hibernate.dialect.Dialect] - Using dialect: org.hibernate.dialect.MySQLDialect +2015-07-20 17:30:27,094 INFO [org.hibernate.transaction.TransactionFactoryFactory] - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory +2015-07-20 17:30:27,095 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) +2015-07-20 17:30:27,095 INFO [org.hibernate.cfg.SettingsFactory] - Automatic flush during beforeCompletion(): disabled +2015-07-20 17:30:27,095 INFO [org.hibernate.cfg.SettingsFactory] - Automatic session close at end of transaction: disabled +2015-07-20 17:30:27,095 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch size: 50 +2015-07-20 17:30:27,095 INFO [org.hibernate.cfg.SettingsFactory] - JDBC batch updates for versioned data: disabled +2015-07-20 17:30:27,098 INFO [org.hibernate.cfg.SettingsFactory] - Scrollable result sets: enabled +2015-07-20 17:30:27,098 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 getGeneratedKeys(): enabled +2015-07-20 17:30:27,098 INFO [org.hibernate.cfg.SettingsFactory] - Connection release mode: auto +2015-07-20 17:30:27,099 INFO [org.hibernate.cfg.SettingsFactory] - Maximum outer join fetch depth: 2 +2015-07-20 17:30:27,099 INFO [org.hibernate.cfg.SettingsFactory] - Default batch fetch size: 1 +2015-07-20 17:30:27,099 INFO [org.hibernate.cfg.SettingsFactory] - Generate SQL with comments: disabled +2015-07-20 17:30:27,099 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL updates by primary key: disabled +2015-07-20 17:30:27,099 INFO [org.hibernate.cfg.SettingsFactory] - Order SQL inserts for batching: disabled +2015-07-20 17:30:27,099 INFO [org.hibernate.cfg.SettingsFactory] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory +2015-07-20 17:30:27,100 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using ASTQueryTranslatorFactory +2015-07-20 17:30:27,100 INFO [org.hibernate.cfg.SettingsFactory] - Query language substitutions: {} +2015-07-20 17:30:27,101 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL strict compliance: disabled +2015-07-20 17:30:27,101 INFO [org.hibernate.cfg.SettingsFactory] - Second-level cache: enabled +2015-07-20 17:30:27,101 INFO [org.hibernate.cfg.SettingsFactory] - Query cache: disabled +2015-07-20 17:30:27,101 INFO [org.hibernate.cfg.SettingsFactory] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory +2015-07-20 17:30:27,101 INFO [org.hibernate.cfg.SettingsFactory] - Optimize cache for minimal puts: disabled +2015-07-20 17:30:27,101 INFO [org.hibernate.cfg.SettingsFactory] - Structured second-level cache entries: disabled +2015-07-20 17:30:27,104 INFO [org.hibernate.cfg.SettingsFactory] - Echoing all SQL to stdout +2015-07-20 17:30:27,105 INFO [org.hibernate.cfg.SettingsFactory] - Statistics: enabled +2015-07-20 17:30:27,105 INFO [org.hibernate.cfg.SettingsFactory] - Deleted entity synthetic identifier rollback: disabled +2015-07-20 17:30:27,105 INFO [org.hibernate.cfg.SettingsFactory] - Default entity-mode: pojo +2015-07-20 17:30:27,105 INFO [org.hibernate.cfg.SettingsFactory] - Named query checking : enabled +2015-07-20 17:30:27,158 INFO [org.hibernate.impl.SessionFactoryImpl] - building session factory +2015-07-20 17:30:27,374 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to JNDI, no JNDI name configured +2015-07-20 17:30:27,379 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - Running hbm2ddl schema update +2015-07-20 17:30:27,379 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - fetching database metadata +2015-07-20 17:30:27,395 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - updating schema +2015-07-20 17:30:27,511 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.customer +2015-07-20 17:30:27,511 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [id, address, name] +2015-07-20 17:30:27,511 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:30:27,511 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:30:27,525 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.receiveentity +2015-07-20 17:30:27,525 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, bmpcoronal, savedfolder, speed, failed, received, bmpsagittal, date, totalfiles, ip, id, message, patientname, jpgaxial, complete, bmpaxial, accessionnumber, studydate] +2015-07-20 17:30:27,525 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:30:27,526 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:30:27,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - table found: test.sendentity +2015-07-20 17:30:27,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - columns: [port, savedfolder, send, speed, failed, date, totalfiles, ip, id, message, patientname, accessionnumber, studydate] +2015-07-20 17:30:27,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - foreign keys: [] +2015-07-20 17:30:27,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] - indexes: [primary] +2015-07-20 17:30:27,539 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] - schema update complete +2015-07-20 17:30:27,567 INFO [org.springframework.orm.hibernate3.HibernateTransactionManager] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1a681f4] of Hibernate SessionFactory for HibernateTransactionManager +2015-07-20 17:30:27,575 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization completed in 1912 ms +2015-07-20 17:30:31,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:31,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:31,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:31,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:31,615 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - parse() - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:30:31,627 DEBUG [org.hibernate.hql.ast.AST] - --- HQL AST --- + \-[QUERY] 'query' + +-[SELECT_FROM] 'SELECT_FROM' + | \-[FROM] 'from' + | \-[RANGE] 'RANGE' + | +-[DOT] '.' + | | +-[DOT] '.' + | | | +-[DOT] '.' + | | | | +-[DOT] '.' + | | | | | +-[IDENT] 'com' + | | | | | \-[IDENT] 'lungcare' + | | | | \-[IDENT] 'dicomfile' + | | | \-[IDENT] 'entity' + | | \-[IDENT] 'ReceiveEntity' + | \-[ALIAS] 't' + \-[WHERE] 'where' + \-[EQ] '=' + +-[DOT] '.' + | +-[IDENT] 't' + | \-[IDENT] 'id' + \-[PARAM] '?' + +2015-07-20 17:30:31,628 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:30:31,676 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select << begin [level=1, statement=select] +2015-07-20 17:30:31,691 DEBUG [org.hibernate.hql.ast.tree.FromElement] - FromClause{level=1} : com.lungcare.dicomfile.entity.ReceiveEntity (t) -> receiveent0_ +2015-07-20 17:30:31,693 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t -> receiveent0_.id +2015-07-20 17:30:31,695 DEBUG [org.hibernate.hql.ast.tree.DotNode] - getDataType() : id -> org.hibernate.type.StringType@7dcc8 +2015-07-20 17:30:31,695 DEBUG [org.hibernate.hql.ast.tree.FromReferenceNode] - Resolved : t.id -> receiveent0_.id +2015-07-20 17:30:31,697 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select : finishing up [level=1, statement=select] +2015-07-20 17:30:31,698 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - processQuery() : ( SELECT ( FromClause{level=1} ReceiveEntity receiveent0_ ) ( where ( = ( receiveent0_.id receiveent0_.id id ) ? ) ) ) +2015-07-20 17:30:31,706 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - Derived SELECT clause created. +2015-07-20 17:30:31,710 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - Using FROM fragment [ReceiveEntity receiveent0_] +2015-07-20 17:30:31,710 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - select >> end [level=1, statement=select] +2015-07-20 17:30:31,710 DEBUG [org.hibernate.hql.ast.AST] - --- SQL AST --- + \-[SELECT] QueryNode: 'SELECT' querySpaces (ReceiveEntity) + +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' + | +-[SELECT_EXPR] SelectExpressionImpl: 'receiveent0_.id as id0_' + | \-[SQL_TOKEN] SqlFragment: 'receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_' + +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[t], fromElementByTableAlias=[receiveent0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} + | \-[FROM_FRAGMENT] FromElement: 'ReceiveEntity receiveent0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=t,role=null,tableName=ReceiveEntity,tableAlias=receiveent0_,origin=null,colums={,className=com.lungcare.dicomfile.entity.ReceiveEntity}} + \-[WHERE] SqlNode: 'where' + \-[EQ] BinaryLogicOperatorNode: '=' + +-[DOT] DotNode: 'receiveent0_.id' + | +-[ALIAS_REF] IdentNode: 'receiveent0_.id' + | \-[IDENT] IdentNode: 'id' + \-[PARAM] ParameterNode: '?' {ordinal=0, expectedType=org.hibernate.type.StringType@7dcc8} + +2015-07-20 17:30:31,710 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:30:31,726 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - HQL: from com.lungcare.dicomfile.entity.ReceiveEntity t where t.id=? +2015-07-20 17:30:31,726 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - SQL: select receiveent0_.id as id0_, receiveent0_.accessionNumber as accessio2_0_, receiveent0_.bmpAxial as bmpAxial0_, receiveent0_.bmpCoronal as bmpCoronal0_, receiveent0_.bmpSagittal as bmpSagit5_0_, receiveent0_.complete as complete0_, receiveent0_.date as date0_, receiveent0_.failed as failed0_, receiveent0_.ip as ip0_, receiveent0_.jpgAxial as jpgAxial0_, receiveent0_.message as message0_, receiveent0_.patientName as patient12_0_, receiveent0_.port as port0_, receiveent0_.received as received0_, receiveent0_.savedFolder as savedFo15_0_, receiveent0_.speed as speed0_, receiveent0_.studyDate as studyDate0_, receiveent0_.totalFiles as totalFiles0_ from ReceiveEntity receiveent0_ where receiveent0_.id=? +2015-07-20 17:30:31,726 DEBUG [org.hibernate.hql.ast.ErrorCounter] - throwQueryException() : no errors +2015-07-20 17:30:31,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:31,741 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:31,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:31,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:31,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:31,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:31,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:31,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:31,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:31,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:31,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:31,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:31,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:31,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:31,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:31,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:31,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:31,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:31,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:31,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:31,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:31,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:31,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:31,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:31,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:31,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,105 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,142 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,189 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,195 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,216 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,227 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,233 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,244 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,246 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,275 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,314 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,319 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,329 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,342 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,350 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,369 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:32,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:32,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,430 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,442 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,472 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,475 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,512 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,518 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,518 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,520 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,524 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,530 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,546 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,553 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,590 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,594 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,596 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,605 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,613 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,613 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,626 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,686 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,709 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,847 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,850 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,861 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,887 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,900 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,910 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,920 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,955 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,956 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:32,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:32,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:32,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:32,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:32,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:32,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:32,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:32,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:32,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:32,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,993 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:32,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:32,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:32,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:32,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:32,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:32,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:32,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:32,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:32,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,005 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,054 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,056 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,063 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,070 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,093 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,102 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,103 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,145 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,157 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,182 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,188 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,193 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,197 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,204 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,225 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,232 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,252 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,263 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,302 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,326 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,334 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,358 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,365 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,375 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,376 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,379 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:33,404 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 4) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:33,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:33,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:33,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:33,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,427 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,428 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,448 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,466 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,466 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,569 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,563 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:33,579 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:33,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,579 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:33,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,589 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,593 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,602 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,613 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,616 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,622 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,722 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,725 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,731 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,734 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:33,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 2)] +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,741 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,747 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,758 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,777 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,788 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:33,789 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:33,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,789 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:33,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,795 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,843 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:33,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:33,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:33,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,865 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,885 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,927 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,945 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,951 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,959 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,959 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:33,967 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:33,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:33,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:33,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:33,995 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:33,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:33,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:33,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:33,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:33,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:33,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:33,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:33,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:33,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:33,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:33,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,024 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,056 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,061 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,063 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,088 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,102 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,103 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,107 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,119 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,123 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,133 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,173 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,181 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,201 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,204 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,206 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:34,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,215 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,685 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,698 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,704 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,712 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,716 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,722 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,740 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,752 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,776 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,775 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,775 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,812 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,815 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,822 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,838 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,842 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,845 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:34,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,850 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,858 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,864 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,879 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,906 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:34,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:34,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,921 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,925 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,934 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,936 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,937 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,949 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,949 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,968 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,968 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,969 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,973 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:34,988 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:34,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:34,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:34,990 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:34,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:34,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:34,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,990 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:34,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:34,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:34,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:34,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:34,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:34,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:34,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:34,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,007 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,011 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,019 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,027 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,041 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,042 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,046 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:35,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:35,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:35,085 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:35,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:35,126 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,142 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,148 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,149 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,158 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,179 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,183 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,214 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,215 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:35,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:35,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:35,219 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,223 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,224 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,226 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,230 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,279 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,280 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,281 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,282 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,295 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,306 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,307 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:35,309 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:35,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,316 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,325 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,339 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,344 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,347 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,348 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:35,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,361 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,364 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,370 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:35,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:35,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,389 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,390 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,390 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,396 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,402 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,411 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,425 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,425 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,494 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,496 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,507 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,512 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,527 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,528 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,543 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,543 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,544 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,556 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,557 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,562 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,563 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,569 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,587 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,596 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,601 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,605 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,609 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,612 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,615 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,619 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,626 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,652 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,715 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,721 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,743 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,745 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,750 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,750 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,753 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,757 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,764 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,805 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,805 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,808 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,814 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,819 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,820 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,820 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,829 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,895 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,921 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,940 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,943 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:35,947 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:35,949 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:35,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:35,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,949 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:35,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:35,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:35,984 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:35,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:35,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:35,997 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:35,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:35,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:35,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:35,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:35,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:35,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:35,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:35,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,008 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,011 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,027 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,027 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,032 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,045 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,051 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,057 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,059 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,066 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,074 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,075 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,090 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,099 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,100 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,113 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,123 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,130 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:36,130 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:36,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,138 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,148 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,153 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,165 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,171 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:36,219 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,256 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:36,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,262 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,270 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,281 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,281 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,291 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,293 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,315 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,331 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,386 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,407 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,407 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,413 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,436 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,437 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:36,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,445 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,462 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,503 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,506 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,508 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,510 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,512 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,564 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,564 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,572 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,565 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,575 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,586 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,589 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,613 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,622 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,629 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,630 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,635 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,642 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,649 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,655 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,662 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,671 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,672 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:36,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,676 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:36,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,700 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:36,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,706 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,715 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,715 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:36,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,672 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,728 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,730 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,734 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,737 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,743 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,763 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,791 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:36,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,798 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,807 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,814 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:36,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,819 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,826 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,833 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,852 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,853 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,859 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,860 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,867 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,867 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,875 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,884 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,887 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,887 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,897 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,899 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,912 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:36,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:36,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,924 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:36,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:36,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:36,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:36,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:36,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:36,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:36,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:36,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:36,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:36,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:36,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:36,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:36,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:36,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:36,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:36,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:36,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,051 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:37,053 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,053 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,058 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,061 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,059 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,061 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,063 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,068 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,069 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,070 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,157 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,171 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,183 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,190 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,191 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,194 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,208 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,387 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,396 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,398 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,412 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,416 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,422 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,429 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,430 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:37,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:37,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:37,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,447 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,462 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,470 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,501 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,540 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,567 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,567 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,603 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,603 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,604 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,610 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,612 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,622 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,626 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,634 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,645 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,657 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,673 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,676 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,679 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,681 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,686 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,691 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,691 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:37,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,692 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,707 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,707 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,708 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,738 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:37,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:37,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,801 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,804 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,809 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,811 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,813 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,818 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,827 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,859 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,889 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,893 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,894 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,907 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:37,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:37,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:37,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:37,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:37,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:37,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:37,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,922 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,934 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,934 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,935 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,936 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,938 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,941 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:37,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:37,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:37,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:37,991 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:37,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:37,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,993 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:37,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:37,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:37,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:37,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:37,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:37,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:37,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:37,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:37,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:37,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:37,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:38,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:38,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,010 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,010 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,024 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,029 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,086 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,104 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,109 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,110 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,110 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,110 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,112 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,124 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,139 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:38,141 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:38,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,141 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:38,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:38,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:38,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:38,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,244 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,244 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:38,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:38,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:38,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,247 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,275 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,275 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,286 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,288 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,290 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,300 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,301 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,304 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,313 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,315 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,317 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,325 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,330 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,333 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:38,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:38,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,333 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:38,334 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:38,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,352 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,353 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,364 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,369 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,373 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,373 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,374 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,383 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,391 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,404 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,450 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,450 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,451 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,475 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:38,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:38,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,496 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,504 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,504 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,512 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,513 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,515 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,522 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,523 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,523 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,526 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,527 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,530 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,533 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,533 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,536 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,542 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,548 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,548 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:38,551 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:38,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,552 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:38,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,552 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:38,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,554 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:38,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:38,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:38,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:38,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:38,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:38,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:38,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:38,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:38,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:38,559 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:38,567 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,093 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,094 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:38,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,103 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,103 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,121 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,123 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,127 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,129 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,130 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,138 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,139 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,142 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,143 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,167 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,173 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,175 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,178 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,181 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,183 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,186 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,186 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,187 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,197 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,206 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,212 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,217 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,221 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,221 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,225 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,229 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,244 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,254 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,255 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,256 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,260 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:39,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:39,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:39,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,271 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,299 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,300 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,299 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:39,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:39,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:39,308 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,314 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,323 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,344 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,344 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,349 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,360 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,358 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,370 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,374 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,380 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,382 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,385 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,385 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,387 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,388 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,389 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,392 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,392 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,398 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,398 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,400 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,403 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,405 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,407 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,416 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:39,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:39,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:39,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,421 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:39,423 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:39,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:39,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:39,424 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:39,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:39,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:39,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,434 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,435 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,507 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,548 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,551 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,552 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,554 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,555 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,558 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,558 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,560 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,561 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,561 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,565 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,568 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,568 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,570 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,581 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,583 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,592 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,597 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,600 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,645 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,654 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,654 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,662 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,662 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,668 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:39,669 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,675 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,676 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,681 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,693 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,707 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,709 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,716 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,717 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,717 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,720 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,720 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:39,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:39,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,723 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,722 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:39,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:39,722 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:39,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:39,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:39,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,739 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,727 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,775 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,778 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,790 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,793 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,795 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,795 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,797 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,798 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,802 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,802 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,803 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,804 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,807 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,810 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,810 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,811 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,818 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,819 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,831 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,840 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,845 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,848 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,850 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,854 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,855 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,858 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,868 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,869 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,881 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:39,883 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:39,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,890 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,890 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,909 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,912 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:39,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:39,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:39,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:39,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:39,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:39,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,918 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,920 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:39,920 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:39,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:39,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:39,923 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:39,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:39,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,032 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:39,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:39,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:40,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:40,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,042 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:40,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,048 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,044 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:40,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,071 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,070 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:40,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:40,095 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 4) +2015-07-20 17:30:40,095 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 5) +2015-07-20 17:30:40,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:40,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:40,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,095 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,111 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,113 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,129 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,128 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,131 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,133 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,148 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,156 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,159 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,165 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,168 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,177 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,177 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,179 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,181 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,182 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,183 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,199 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,201 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,201 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,206 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,213 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,226 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,236 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,242 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,247 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,261 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,262 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,268 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,269 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,274 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,274 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,275 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,277 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,277 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,278 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,282 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,282 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,292 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,293 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,300 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,309 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,311 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,318 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,329 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,330 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,332 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,337 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,338 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,341 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,347 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,347 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,393 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,401 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,439 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,445 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,454 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,455 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,462 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,471 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:40,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,471 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:40,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,481 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,486 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,492 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,492 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,493 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,493 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,493 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,508 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,512 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,545 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,550 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,571 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,572 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,574 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,602 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,604 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,606 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:40,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:40,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,684 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,688 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,688 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:40,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:40,690 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 2) +2015-07-20 17:30:40,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:40,691 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:40,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 2)] +2015-07-20 17:30:40,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,693 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,694 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,696 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,700 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,711 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,713 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,768 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,775 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,812 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,812 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,816 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,816 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,818 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,825 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,826 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,816 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,836 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,836 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,836 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,838 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,838 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,842 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,853 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,854 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,859 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,869 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,874 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,875 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,886 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,886 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,887 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,887 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,888 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,888 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,891 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,897 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,905 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,911 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,914 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,917 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,922 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,923 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,923 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,935 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,939 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,942 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,947 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,953 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,953 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,954 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,954 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,955 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,956 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,965 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,970 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,970 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,971 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,972 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,975 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,977 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,982 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,984 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,990 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:40,992 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:40,993 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:40,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:40,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:40,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:40,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:40,996 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:40,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:40,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:40,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:40,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:40,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,010 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,016 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,023 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,023 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,026 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,157 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:41,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,163 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:41,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,163 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:41,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:41,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:41,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:41,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:41,170 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,167 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,187 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,190 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,190 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,191 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,194 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,196 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,197 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,202 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,207 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,207 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,208 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,209 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,212 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,217 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,218 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,226 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,224 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,231 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,259 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,259 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,261 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,261 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,266 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,276 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,276 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,276 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:41,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,278 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,278 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,279 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,279 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,284 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,285 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,291 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,291 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,303 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,304 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,307 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,310 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,312 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,325 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,330 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,331 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,333 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,341 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,341 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,343 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,346 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,353 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,362 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,362 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,362 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,366 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,370 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,375 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,383 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,384 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,385 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,385 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,418 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,425 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,427 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,430 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,432 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,449 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,458 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,459 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,459 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,460 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,463 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,459 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,486 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,486 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:41,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,494 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,494 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,495 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:41,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,564 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,564 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,581 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,608 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,608 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,614 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,617 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,619 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:41,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:41,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,624 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,626 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,652 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,653 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,655 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,657 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,657 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,657 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,658 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,664 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,664 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,664 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,667 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,670 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,673 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,675 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,676 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,681 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,682 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,683 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,733 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,751 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,751 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,762 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,764 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,764 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,765 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,765 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,767 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,771 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,771 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:41,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,774 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,772 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:41,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,901 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,901 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,912 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,913 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,913 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:41,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,922 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,924 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:41,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:41,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,935 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,936 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,936 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,937 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,945 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,953 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,955 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,960 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:41,977 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:41,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:41,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,980 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:41,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:41,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,981 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:41,986 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:41,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:41,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:41,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:41,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:41,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:41,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:41,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:41,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:41,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:41,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,000 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,013 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,020 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,053 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,054 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,055 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,062 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,066 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,066 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,071 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,076 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,079 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,080 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,079 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,086 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,111 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,119 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,135 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,135 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,142 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,143 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,150 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,158 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,159 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,163 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,170 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,172 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,174 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,188 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,190 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,191 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,195 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,198 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,211 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,211 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,220 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,222 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,219 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,231 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,232 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,232 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,235 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,234 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,234 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,237 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,238 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,238 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,248 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,250 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,256 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,261 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,273 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,299 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,301 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,302 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,306 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,313 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,315 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,316 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,318 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,319 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,319 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,329 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,334 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,337 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,338 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,341 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,359 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,360 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,360 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,362 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,363 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,360 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,363 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,366 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,366 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,368 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,367 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,368 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,369 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,374 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,379 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,382 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,382 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,383 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,387 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,391 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,391 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,396 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,439 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:42,440 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,444 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,445 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:42,443 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,446 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:42,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,448 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,449 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,463 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,464 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,465 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,472 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,478 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,480 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,498 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,508 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,510 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:42,514 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,516 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:42,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,510 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,518 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,509 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,530 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 4) +2015-07-20 17:30:42,532 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 5) +2015-07-20 17:30:42,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,536 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 4) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,515 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:42,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,542 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,546 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,547 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,548 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,551 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,552 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,552 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,558 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,559 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,559 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,562 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,565 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,580 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,582 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,586 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,585 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,587 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,588 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,596 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,599 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,600 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,602 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,602 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,609 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,614 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,615 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,622 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,629 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,640 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,636 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,642 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,647 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,649 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,653 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,653 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,660 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,662 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,662 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,661 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,668 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,668 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,663 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,670 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,668 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,673 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,674 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,674 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,675 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,675 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,675 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,676 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,695 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,696 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,700 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,700 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,701 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,744 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,744 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,750 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,751 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,752 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:42,752 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:42,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,750 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:42,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,753 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,752 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,755 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,757 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,758 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,756 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,841 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,841 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,846 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,851 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,853 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,852 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,853 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,856 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,855 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,855 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,857 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,859 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,860 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,865 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,866 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,869 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,872 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,877 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,879 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,884 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,885 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,897 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:42,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:42,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:42,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,983 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:42,983 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:42,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,984 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,987 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:42,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,983 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:42,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,989 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:42,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:42,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:42,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:42,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:42,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:42,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:42,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:42,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:42,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:42,997 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:42,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:42,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:43,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:43,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:43,000 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:43,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,000 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,078 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,085 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,101 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,111 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,136 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,149 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,153 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:43,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,154 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,157 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,160 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,158 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,163 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,164 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,167 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,168 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,168 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,187 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,187 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,189 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,191 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,192 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,196 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,206 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,206 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,209 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,211 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,211 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,212 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,212 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,213 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,213 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,214 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,220 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,220 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,223 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,224 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,223 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,224 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:43,228 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,230 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,228 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,230 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,231 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,232 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,233 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,233 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,234 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,235 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,236 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,237 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,243 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,251 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,258 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,262 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,266 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,267 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,267 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,268 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,268 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,269 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,271 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,272 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:43,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:43,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,273 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,273 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,273 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,274 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,274 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,283 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,283 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,302 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,308 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,315 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,317 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,317 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:43,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:43,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,333 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,333 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:43,334 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,333 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:43,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,337 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,340 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,344 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,345 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,347 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,346 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,352 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,352 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,353 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,353 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,353 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,358 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,361 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,365 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,365 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,367 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,367 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,368 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,371 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,372 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,374 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,374 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,375 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,374 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,376 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,376 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,378 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,381 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,383 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,383 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,384 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,386 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,387 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,389 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,390 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,391 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,392 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,392 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,394 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,394 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,397 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,397 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,399 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,399 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,400 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,401 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,403 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,402 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,403 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,401 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,406 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,413 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,416 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,417 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:43,418 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:43,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:43,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,424 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,430 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,431 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,432 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,433 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,474 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,478 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,483 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,483 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,485 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,485 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,485 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,491 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,491 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,496 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:43,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:43,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:43,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:43,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:43,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,503 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:43,503 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,505 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:43,505 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:43,510 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:43,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:43,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:43,511 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:43,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:43,512 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:43,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:44,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:44,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:43,513 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:44,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:43,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,259 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,260 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,260 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,260 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,264 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,264 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,265 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,370 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,371 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,371 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,371 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,372 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,372 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,373 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,373 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,419 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,449 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,454 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,457 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,463 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,463 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,463 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,465 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,473 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,474 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,568 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,568 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,571 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,576 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,576 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,577 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,584 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,585 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,592 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,594 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,597 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,598 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,603 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,603 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,607 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,610 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,612 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,614 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,617 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,620 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,621 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,622 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,628 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,629 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,629 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,629 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,630 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,630 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,631 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,631 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,631 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,638 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,639 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,639 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,643 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,646 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,648 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,656 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,659 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,660 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,661 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,661 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,663 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,663 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,666 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,668 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,669 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,670 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,673 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,673 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,677 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,677 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,678 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,680 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,685 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,689 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,689 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,690 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,690 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,691 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,691 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,767 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,769 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,773 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:44,784 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:44,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:44,785 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:44,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,785 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,786 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,793 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,793 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,798 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,799 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,802 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,803 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,803 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,804 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,820 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,821 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,822 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,823 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,825 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,826 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,827 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,827 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,832 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,832 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,836 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,837 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,838 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,839 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,840 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,841 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:44,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:44,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,939 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,941 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,941 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,942 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,944 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,945 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,945 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,947 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,951 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,951 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,951 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,952 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,952 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,956 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,957 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,957 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,958 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,972 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,972 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,974 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:44,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:44,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:44,992 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:44,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:44,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:44,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:44,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:44,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:44,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:44,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:44,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:44,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:44,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:44,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,005 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,015 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,015 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,024 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,025 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,028 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,028 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,028 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,030 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,040 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,040 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,040 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:45,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,045 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,050 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,050 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,054 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,056 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,056 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,057 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,059 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,060 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,061 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,062 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,067 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,067 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,068 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,069 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,069 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,072 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,078 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,079 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,081 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,089 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,092 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,092 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,096 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,098 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,100 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,102 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,102 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,102 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,105 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,105 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,109 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,110 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,111 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,111 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,112 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,113 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,114 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,115 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,116 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,135 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,135 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,143 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,143 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,144 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,151 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,151 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,151 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,152 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,152 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,153 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,154 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,155 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,157 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,159 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,160 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,160 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,161 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,161 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,161 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,162 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,162 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,162 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,162 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,164 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,164 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,164 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,165 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,166 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,169 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,171 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,172 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,173 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,174 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,173 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,174 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,175 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,175 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,183 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,186 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,189 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,189 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,191 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,191 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,192 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,192 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,192 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,193 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,194 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:45,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,193 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,196 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,196 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,198 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,199 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,200 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,200 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,202 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,202 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,203 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,204 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,204 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,207 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,207 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,210 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,210 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,210 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,210 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,212 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,213 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,214 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,214 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,215 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,215 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,215 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,216 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,218 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,220 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,222 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,235 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,236 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,236 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,236 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,237 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,238 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,416 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,417 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,239 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,423 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,426 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,239 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,434 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,435 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,426 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,438 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,447 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,447 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,452 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,462 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,466 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,467 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,470 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,472 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,473 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,481 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,481 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,482 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,488 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,488 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,489 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:45,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,494 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,494 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,499 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,505 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,505 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,506 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,507 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,507 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,519 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,520 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,520 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,522 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,523 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,525 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,525 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,527 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,527 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,520 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,528 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,532 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,534 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,570 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,573 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,576 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,577 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,577 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,582 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,584 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,591 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,592 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,593 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,593 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,594 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:45,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:45,595 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:45,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:45,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,597 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,598 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,598 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,597 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,602 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,602 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,604 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,605 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,605 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,606 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,611 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,611 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,611 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,612 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,617 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,617 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,619 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,619 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,621 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,621 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,622 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,623 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,624 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,625 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,625 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:45,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,626 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,626 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,627 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,636 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,642 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,643 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,645 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,649 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,649 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,650 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,651 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,670 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,670 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,670 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,671 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,672 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,672 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,674 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,674 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,677 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,678 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,683 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,683 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,686 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,686 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,687 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,687 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,689 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,690 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,693 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,694 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,694 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,695 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,696 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,696 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,702 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,705 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,709 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,709 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,711 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,712 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,721 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,723 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,742 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,753 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,762 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:45,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,791 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,791 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,793 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:45,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,795 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:45,796 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,797 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,798 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,799 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,801 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,801 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,802 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,822 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,830 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,830 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,833 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,834 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,834 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,835 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,841 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,841 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,841 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,842 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,843 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,844 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,848 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,853 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,859 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,864 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,870 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,872 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,872 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,881 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,884 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,886 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,886 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:45,908 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:45,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,910 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,910 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,912 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,913 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,922 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,924 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,926 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,926 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,926 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,929 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,961 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,964 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,970 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,971 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,977 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:45,977 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,977 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,980 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,986 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:45,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:45,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:45,994 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:45,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:45,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:45,995 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:45,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:45,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:45,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:45,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:45,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:45,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:45,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:45,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,004 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,005 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,006 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,008 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,008 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,012 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,016 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,017 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,024 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,024 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,025 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,025 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,027 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,035 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:46,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,037 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,041 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,042 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,043 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,044 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,046 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,047 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,047 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,052 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,053 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,053 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,053 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,055 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,060 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,060 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,060 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,098 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,126 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,127 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,126 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,132 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,131 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,132 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,134 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,134 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,138 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,138 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,141 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,142 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,141 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,143 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,144 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,145 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,146 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,148 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,179 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,183 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,185 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,185 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,225 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,227 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,227 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,189 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,185 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,257 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,258 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,258 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,259 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,259 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,262 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,258 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:46,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,263 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,264 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,265 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,263 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,264 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,269 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,270 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,270 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,271 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,271 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,275 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,276 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,276 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,277 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,280 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,281 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,277 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,282 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,284 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,284 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,286 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,287 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,284 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,287 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,284 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,295 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,294 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,318 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,318 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,313 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,320 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,316 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,326 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,328 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,340 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,342 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,328 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,343 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,343 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,348 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,349 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,343 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,347 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,350 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,345 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,351 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,351 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,350 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,352 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,355 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,355 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,357 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,357 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,355 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,375 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,375 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,377 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,375 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,379 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,380 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,379 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,387 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,415 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,386 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,384 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,422 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,422 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,433 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,425 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,437 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,440 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,442 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:46,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 2)] +2015-07-20 17:30:46,444 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:46,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,446 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,447 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,447 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,448 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,446 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,449 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,446 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,452 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,455 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,455 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,456 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,456 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,458 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,459 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,459 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,461 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,462 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,461 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,466 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,467 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,472 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,465 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,472 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,471 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,471 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,474 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,473 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,476 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,478 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,479 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,477 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,480 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,482 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,483 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,479 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,483 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,484 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,482 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,482 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,484 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,487 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,484 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,487 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,486 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,495 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,496 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,502 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,502 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,522 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,521 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,524 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,524 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,522 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,531 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,522 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,547 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:46,551 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,531 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 4) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,553 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:46,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,553 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,553 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,552 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,586 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,587 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,551 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,588 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,589 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,589 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,588 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,590 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,590 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,620 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,622 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,590 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,628 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,630 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,628 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,633 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,634 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,634 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,621 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,628 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,637 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,638 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,636 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,641 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,640 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,643 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,644 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,648 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,655 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,656 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,656 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,656 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,658 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,658 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,658 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,665 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,665 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,666 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,666 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,666 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,667 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,665 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,677 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,677 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,660 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,678 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,680 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,682 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,680 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,678 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,692 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,692 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,667 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,693 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,683 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:46,697 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,698 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,699 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,682 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,697 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,697 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,702 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,706 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,706 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,712 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,715 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,722 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,724 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,730 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,731 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,731 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,732 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,732 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,735 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,735 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:46,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,738 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,736 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,739 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,744 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,743 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,745 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,745 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,747 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,748 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,749 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,750 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,754 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,758 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,764 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,765 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,766 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,768 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,770 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,769 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,775 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,777 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,780 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,781 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,783 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,783 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,783 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,794 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,794 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,796 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,796 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,849 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,855 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:46,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,858 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,858 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,796 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:46,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,904 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,904 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,905 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,898 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,905 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,915 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,916 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,916 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,936 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:46,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:46,935 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,944 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:46,944 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,958 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,931 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,960 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,958 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,961 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:46,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,962 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,961 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:46,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,962 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:46,963 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,963 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,964 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,963 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:46,963 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,965 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:46,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:46,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,965 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:46,967 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:46,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,966 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:46,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:46,967 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:46,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:46,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:46,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:46,969 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,041 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,049 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,054 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,055 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,055 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,058 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,062 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,058 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,063 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,063 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,062 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,065 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,066 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,067 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,066 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,065 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,068 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,069 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,068 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,066 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,070 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,073 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,074 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,074 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,074 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,075 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,075 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,076 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,076 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,077 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,077 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,079 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,079 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,080 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,080 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,081 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,086 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,088 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,088 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,097 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,097 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,097 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,097 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,098 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,099 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,099 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,104 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,105 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,104 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,105 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,106 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,104 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,103 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,101 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,107 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,108 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,108 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,108 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,108 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,113 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,109 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,114 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,116 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,117 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,125 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,125 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,127 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,127 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,129 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,131 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,134 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,185 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,141 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,188 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,194 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,197 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,152 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,198 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,200 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,200 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,201 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,201 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,202 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,203 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,204 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,204 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,205 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,205 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,205 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,195 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,208 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,208 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,217 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,218 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,219 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,219 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,220 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,221 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,225 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,188 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,217 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,239 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,198 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,247 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,248 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,248 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,249 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,256 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,257 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,257 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,280 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,279 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,288 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,289 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,295 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,295 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,296 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,297 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,298 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,298 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,299 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,299 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,300 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,300 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,301 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,307 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,320 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,316 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,307 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,322 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,323 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,320 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,322 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,324 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:47,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:47,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,329 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,329 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,324 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,331 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,327 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,332 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,333 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,333 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,325 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:47,334 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,334 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,332 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,335 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,335 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,335 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,335 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,337 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,336 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,338 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,338 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,339 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,339 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,339 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,340 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,340 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,352 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,352 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,354 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,356 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,356 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,356 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,388 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,388 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,389 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,393 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,393 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,394 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,394 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,398 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,399 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,399 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,361 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,405 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,407 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,405 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,407 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,407 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,406 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,408 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,410 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,414 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,409 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,416 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,418 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,418 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,410 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,419 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,422 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,424 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,425 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,431 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,431 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,431 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,432 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,433 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,432 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,435 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,436 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,436 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,436 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,440 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,440 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,439 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,443 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,441 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,441 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:47,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,489 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,490 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,445 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,444 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,496 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,495 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,490 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,497 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,498 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,498 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,499 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,501 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,507 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,507 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,509 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,509 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,514 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,529 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,530 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,529 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,534 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,529 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,534 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,536 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,536 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,538 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,539 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,539 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,540 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,542 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,545 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,546 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,545 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,546 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,545 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,547 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,547 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,555 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,556 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,561 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,561 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,563 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,566 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,566 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,569 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,573 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,574 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,575 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,575 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,573 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,576 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,572 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,578 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,584 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,575 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,574 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,586 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,584 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,591 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,592 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,592 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,579 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,591 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,591 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,594 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,586 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,594 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,593 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,595 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,595 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,596 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,595 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,598 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,596 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,599 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,599 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,600 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,600 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,601 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,601 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,601 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,601 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,607 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,607 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,607 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,608 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,609 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,606 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,609 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,610 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,608 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,610 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,614 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,615 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,616 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,615 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,616 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,618 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,618 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,616 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,620 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,623 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,623 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,625 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,625 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,620 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,627 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,625 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,627 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,627 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,633 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,634 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,634 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,632 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,640 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,640 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,640 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,641 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,639 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,642 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,643 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,644 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,641 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,647 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,646 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,646 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,645 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 2)] +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,647 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,649 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,649 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,648 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,650 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,651 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,648 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,651 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,650 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,651 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,652 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,654 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,654 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,652 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,652 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,655 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,659 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,660 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,659 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,679 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,680 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,681 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,681 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,684 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,685 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,685 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,679 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,694 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,697 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,659 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,694 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,698 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,684 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,698 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,699 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,699 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,701 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,699 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,701 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,702 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,704 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,704 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,701 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,701 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,704 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,708 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,707 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,708 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,710 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,717 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,710 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,720 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,721 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,721 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,721 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,722 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,724 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,726 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,728 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,725 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,729 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,730 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,732 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,730 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,736 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,737 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,739 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,740 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,739 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,740 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,741 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,742 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,743 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,743 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,742 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,747 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,746 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,745 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,749 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,749 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,749 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,751 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,754 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,754 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,756 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,758 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,759 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,758 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,762 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,761 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,762 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,761 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,767 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,769 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,771 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,775 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,777 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,790 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,806 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,807 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,778 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,807 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,807 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:47,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 3) +2015-07-20 17:30:47,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:47,809 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:47,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 4) +2015-07-20 17:30:47,810 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,808 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,808 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,811 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,814 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,815 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,817 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,816 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,816 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,820 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,821 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,860 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,860 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,869 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,873 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,871 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,874 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,878 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,882 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,881 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,882 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,885 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,889 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,891 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,889 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,892 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,892 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,893 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 3) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,894 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,891 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,891 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,895 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,892 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,897 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,897 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,899 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,899 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:47,902 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,900 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,905 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,899 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:47,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,906 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,907 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,908 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,908 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,909 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,911 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,911 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,912 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,915 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,918 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:47,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:47,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:47,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,927 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:47,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,928 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:47,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:47,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,930 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,991 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:47,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:47,993 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:47,931 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:47,998 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:47,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:47,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:47,998 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:47,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:47,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 4) +2015-07-20 17:30:48,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:47,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:47,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:47,992 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 3) +2015-07-20 17:30:48,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,001 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:47,999 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:48,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:48,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:48,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,003 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,005 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,002 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,005 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:48,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,006 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,007 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,007 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,017 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,015 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,018 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,029 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,031 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,032 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,033 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,039 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,039 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,042 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,041 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,044 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,044 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,045 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,050 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,057 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,057 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,055 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,063 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,077 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,077 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,058 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,081 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,082 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,083 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:48,084 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,084 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,085 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:48,085 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,083 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,087 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,086 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:48,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,086 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,091 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,084 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,091 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,087 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:48,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,093 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,094 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,091 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,094 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,099 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,099 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,096 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,100 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,106 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,106 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,107 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,107 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,110 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,114 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,110 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,115 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,116 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,115 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,118 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,117 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,120 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,119 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,120 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,122 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,123 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,123 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,130 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,133 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,133 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,142 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,143 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,140 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,144 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,139 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,139 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,145 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,144 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,146 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,145 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,147 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,148 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,149 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,151 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,168 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,169 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,169 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,169 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,176 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,176 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,176 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,177 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,177 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,184 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,184 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,184 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,185 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,195 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,195 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,194 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,231 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,186 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,238 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,240 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,240 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,240 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,241 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,241 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,226 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,240 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,243 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,243 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,244 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,244 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,245 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,251 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,252 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,272 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,272 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,283 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,283 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,285 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,285 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,285 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,286 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,286 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,288 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,288 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,289 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,289 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,289 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,290 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,291 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,291 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,293 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,294 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,295 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,296 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,297 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,298 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,298 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,301 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,302 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,302 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,302 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,304 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,304 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,305 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,305 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,306 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,306 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,306 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,308 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,308 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,309 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,311 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,313 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,314 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,315 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,316 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,316 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,321 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,321 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,321 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,322 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,322 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,325 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,327 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,327 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,328 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,328 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,329 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,330 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,330 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,331 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,336 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,336 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,342 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,342 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,340 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,344 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,345 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,345 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,346 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,347 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,348 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,348 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,349 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,348 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,349 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,350 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,351 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,351 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:48,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:48,354 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,354 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,357 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,350 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,358 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,359 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,358 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,363 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,363 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,359 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,364 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,364 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,364 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,365 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,366 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,365 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,366 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,368 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,369 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,369 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,377 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,377 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,377 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,378 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,378 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,378 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,379 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,380 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,380 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,380 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,381 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,381 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,408 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,414 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,414 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,414 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,420 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,420 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,420 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,421 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,428 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,428 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,434 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,434 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,434 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,439 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,439 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,440 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,442 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,442 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,444 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,445 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,445 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,448 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,451 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,451 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,452 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,452 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,453 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,453 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,453 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,454 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,454 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,452 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,457 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,457 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,458 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,454 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,460 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,460 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,464 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,464 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,464 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,466 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,466 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,467 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,467 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,467 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,468 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,468 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,469 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,470 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,470 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,468 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,472 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,473 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,474 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,476 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,477 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,477 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,478 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,726 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,728 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,730 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,731 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,732 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,733 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,733 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,733 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,734 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,734 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,734 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,735 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,725 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,737 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,741 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,741 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,746 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,746 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,746 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,747 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,748 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,748 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,755 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,755 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,758 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,759 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,763 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,763 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,764 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,773 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,773 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,773 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,776 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,777 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,777 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,777 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,778 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,779 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,779 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,778 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,780 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,780 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,781 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,781 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,779 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,782 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,782 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,782 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,783 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,784 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,784 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,784 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,785 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,785 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,787 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,788 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,800 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,800 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,807 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,809 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,809 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,810 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,810 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,811 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,812 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,812 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,813 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,813 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,814 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,815 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,814 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,815 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,816 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,817 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,818 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,817 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,818 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,818 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,819 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,819 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,819 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,819 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,821 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,822 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:48,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,821 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,823 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:48,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,824 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,823 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,824 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,824 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,825 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,827 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,828 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,826 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,830 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,830 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,831 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,833 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,839 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,839 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,842 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,842 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,843 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,843 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,844 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,844 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,845 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,845 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:48,856 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,856 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,857 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,854 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,859 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,861 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,861 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,862 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,862 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,859 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,861 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,863 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,863 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,863 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:48,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,865 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,865 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,867 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,868 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,869 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,869 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,870 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,870 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,870 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,871 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,871 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,872 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,873 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,873 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,873 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,875 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,876 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,878 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,879 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,883 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,883 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,883 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,883 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,884 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,885 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,885 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,890 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,890 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,892 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,893 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,893 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,893 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:48,894 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,893 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,894 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,894 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,895 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,895 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,896 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,896 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,897 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,896 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,896 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,898 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,898 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,898 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,900 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,900 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,902 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,902 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,902 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,903 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,903 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,903 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,904 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,904 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,906 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,907 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,907 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,916 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,917 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,917 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,919 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,919 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,919 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,920 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,921 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,922 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,922 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,923 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,924 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,924 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,925 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,925 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,924 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,925 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,926 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,927 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,927 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,928 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,929 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,929 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,928 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,929 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,930 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,930 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,932 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,933 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,934 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,936 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,938 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,938 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,937 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,939 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,940 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,941 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,942 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,943 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,943 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,943 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,944 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,945 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,942 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,946 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,946 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,946 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,946 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,947 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,948 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,948 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,948 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,952 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,953 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,954 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,954 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,959 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,959 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,960 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,960 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,961 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,962 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,962 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,964 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,964 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,965 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,966 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,966 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,967 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,968 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,969 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,968 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,970 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,971 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,971 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,972 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,973 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,974 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,975 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,974 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,976 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:48,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,976 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,976 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,977 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:48,977 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,975 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,978 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,976 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,978 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,979 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,979 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,978 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,979 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,979 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,980 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,980 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,981 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,981 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,981 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,982 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,983 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,983 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,984 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,984 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,985 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,986 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,988 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,989 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,990 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,990 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,990 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,991 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,992 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:48,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:48,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:48,993 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:48,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:48,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:48,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:48,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:48,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:48,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:48,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:48,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:48,994 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:48,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:48,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,002 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,002 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,003 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,004 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,004 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,004 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,007 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,008 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,009 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,009 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,010 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,011 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,011 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,009 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,012 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,012 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,012 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,013 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,014 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,015 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,016 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,016 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,017 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,017 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,018 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,018 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,018 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,019 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,019 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,020 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,021 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,023 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,023 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,026 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,026 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,029 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,030 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,032 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,033 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,034 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,034 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,036 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,038 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,039 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,039 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,040 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,043 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,047 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,048 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,048 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,048 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,049 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,049 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,050 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,051 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,051 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,112 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,112 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,113 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,114 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,115 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,116 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,117 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,118 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,118 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,118 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,120 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,121 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,122 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,122 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,123 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,049 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,125 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,052 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,155 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,156 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,156 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,157 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,158 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,158 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,052 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,159 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,160 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,165 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,157 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,155 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:49,166 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,165 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,166 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,166 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,167 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,171 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,171 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,172 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,170 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,178 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,178 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,179 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,172 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,178 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,180 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,180 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,180 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,181 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,182 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,182 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,193 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,193 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,199 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,199 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,205 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,180 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,208 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,209 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,209 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,215 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,216 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,216 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,218 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,222 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,222 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,222 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,225 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,225 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,226 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,227 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,227 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,228 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,228 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,229 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,229 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,181 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,223 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,230 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,221 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,230 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,239 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,242 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,242 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,241 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,243 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:49,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,244 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,245 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,246 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,246 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,245 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,248 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,249 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,249 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,250 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,250 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,250 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,251 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,251 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:49,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,252 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,252 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,253 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,253 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,253 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,254 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,254 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,255 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,255 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,257 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,257 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,264 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,265 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,265 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,266 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,266 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,267 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,267 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,287 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,287 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,290 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,290 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,292 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,292 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,292 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,292 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,293 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,293 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,294 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,294 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,296 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,297 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,300 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,301 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,301 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,302 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,303 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,303 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,303 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,304 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,305 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,305 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,309 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,309 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,310 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,310 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,310 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,311 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,311 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,311 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,311 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,312 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,312 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,313 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,313 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,312 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,314 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,314 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,315 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,323 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,323 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,324 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,325 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,324 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,326 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,326 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,327 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,395 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,395 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,397 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,397 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,402 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,402 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,403 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,404 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,404 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,404 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,405 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,406 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,408 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,409 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,410 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,409 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,411 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,411 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,411 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,412 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,412 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,413 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,415 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,415 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,416 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,411 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,417 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,413 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,417 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,418 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,419 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,419 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,420 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,421 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,421 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,421 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,422 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,422 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,423 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,423 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,423 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:49,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,426 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,426 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,427 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,427 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,425 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,429 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,429 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,437 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,437 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,438 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,438 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,438 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,440 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,440 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,441 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,441 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,443 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,443 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,443 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,469 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,469 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,475 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,475 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,476 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,477 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,479 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,479 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,480 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,480 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,486 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,487 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,487 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,488 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,488 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,489 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,489 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,490 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,491 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,491 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,492 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,492 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,493 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,496 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,497 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,497 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,497 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,498 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 2) +2015-07-20 17:30:49,498 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,498 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:49,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,499 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,499 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,500 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,500 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,500 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,500 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,501 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,501 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,502 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,502 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,503 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,503 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,504 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,504 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,506 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,506 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,511 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,511 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,511 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,512 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,513 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,514 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,514 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,515 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,516 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,516 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,517 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,517 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,521 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,521 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,523 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,525 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,525 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,526 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,526 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,527 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,528 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,528 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,529 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,531 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,531 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,532 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,533 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,533 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,530 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,532 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,535 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,531 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,534 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,535 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,535 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,537 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,537 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,537 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 2) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,538 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,537 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,539 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,540 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,540 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,541 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,541 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,541 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,541 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,542 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,543 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,542 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,543 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,543 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,544 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,544 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,549 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,549 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,550 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,550 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,554 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,555 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,555 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,556 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,556 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,557 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,557 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,560 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,560 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,563 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,570 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,578 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,580 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,580 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,580 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,581 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,581 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,582 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,582 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,582 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,583 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,583 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,583 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,585 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,585 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,587 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,588 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,611 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,612 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,612 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,612 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,613 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,613 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,613 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,614 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,579 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,615 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,610 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,617 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,604 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,618 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,618 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,619 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,632 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,632 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,635 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,635 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,635 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,636 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,637 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,637 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,638 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,638 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,641 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,644 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,644 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,645 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,656 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,589 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,619 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,687 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,688 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,688 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,689 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,695 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,695 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,700 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,702 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,703 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,705 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,709 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,709 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,710 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,711 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,711 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,711 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,712 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,712 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,713 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,713 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,713 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,714 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,714 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,714 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,715 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,716 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,717 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,718 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,719 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,719 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,719 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,720 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,719 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,723 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,724 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,724 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,726 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,726 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,727 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,727 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,729 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,729 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,735 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,736 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,737 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,737 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,738 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,738 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,740 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,740 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,754 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,755 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,755 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,756 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,756 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,757 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,757 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,759 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,759 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,760 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,760 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,760 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,761 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,762 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,762 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,760 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,763 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,764 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,766 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,766 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,768 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,768 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,770 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,771 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,772 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,772 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,774 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,774 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,774 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,775 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,776 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,776 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,776 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,786 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,787 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,787 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,788 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,788 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,789 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,789 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,787 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,790 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,790 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,791 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,791 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,792 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,792 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,792 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,794 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,794 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,799 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,800 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,804 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,805 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,805 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,806 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,806 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,806 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,808 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,808 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,823 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,824 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,825 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,828 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,828 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,829 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,829 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,829 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,832 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,832 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,833 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,834 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,834 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,835 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,835 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,837 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,837 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,838 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,839 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,840 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,840 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,844 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,844 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,845 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,846 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,846 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,846 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,847 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,847 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,848 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,848 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,849 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,849 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,849 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,850 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,850 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,852 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,852 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,851 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,851 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,855 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,856 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,857 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,862 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,862 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,863 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,863 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,863 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:49,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,864 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 1)] +2015-07-20 17:30:49,864 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,864 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,866 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,866 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,866 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,867 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,868 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,868 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,874 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,875 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,875 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,876 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,876 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,877 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,878 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,875 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,877 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,880 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,880 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,880 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,880 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,881 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,881 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,882 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,882 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,884 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,884 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,888 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,888 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,901 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,901 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,906 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,908 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,909 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,909 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,910 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,910 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,911 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,912 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,912 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,913 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,914 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,914 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,914 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,915 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,919 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,933 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,933 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,939 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,940 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,940 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,940 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,957 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,957 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,915 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,971 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,973 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,973 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,932 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,975 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,985 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,985 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,986 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,987 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,987 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:49,987 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,988 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,932 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,991 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,992 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,993 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,993 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,921 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:49,994 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:49,988 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,995 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:49,995 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:49,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,988 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,994 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,996 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,997 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,996 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:49,997 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,998 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,998 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:49,998 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:49,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:49,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:49,999 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:49,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:49,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:49,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:49,999 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:49,999 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,001 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,001 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,002 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,006 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,006 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,011 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,011 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,014 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,014 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,020 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,021 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,021 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,022 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,021 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,022 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,027 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,026 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,028 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,029 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 3) +2015-07-20 17:30:50,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 1) +2015-07-20 17:30:50,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,027 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,030 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,030 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,031 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,031 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,031 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,033 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,033 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,034 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,034 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,035 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,035 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,035 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,036 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,036 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,036 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,037 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,037 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,038 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,038 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,046 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,046 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,042 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,056 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,056 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,064 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 1) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,064 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,064 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,065 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,065 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,071 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,071 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,072 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,073 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,073 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,076 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,077 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,078 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,078 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,078 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,081 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,081 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,082 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,082 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,083 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,084 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,087 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,088 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,088 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,089 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,089 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,090 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,090 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,092 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,093 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,090 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 1) +2015-07-20 17:30:50,094 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,095 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,095 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,095 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,096 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,096 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,100 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,100 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,101 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,119 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,119 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,120 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,121 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,121 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,101 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,124 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,121 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,124 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,124 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,126 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,126 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,128 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,128 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,128 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,129 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,129 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,130 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,130 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,132 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,132 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,132 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,133 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,133 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,134 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,136 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,136 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,136 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,137 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,137 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,137 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,138 DEBUG [org.hibernate.transaction.JDBCTransaction] - begin +2015-07-20 17:30:50,138 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection +2015-07-20 17:30:50,140 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,140 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,146 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,147 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,147 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,147 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 2) +2015-07-20 17:30:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,148 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 2) +2015-07-20 17:30:50,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,148 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,149 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit +2015-07-20 17:30:50,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,150 DEBUG [org.hibernate.transaction.JDBCTransaction] - committed JDBC Connection +2015-07-20 17:30:50,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] +2015-07-20 17:30:50,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,150 DEBUG [org.hibernate.jdbc.ConnectionManager] - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources! +2015-07-20 17:30:50,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - current autocommit status: true +2015-07-20 17:30:50,153 DEBUG [org.hibernate.transaction.JDBCTransaction] - disabling autocommit +2015-07-20 17:30:50,153 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) +2015-07-20 17:30:50,153 DEBUG [org.hibernate.SQL] - + select + receiveent0_.id as id0_, + receiveent0_.accessionNumber as accessio2_0_, + receiveent0_.bmpAxial as bmpAxial0_, + receiveent0_.bmpCoronal as bmpCoronal0_, + receiveent0_.bmpSagittal as bmpSagit5_0_, + receiveent0_.complete as complete0_, + receiveent0_.date as date0_, + receiveent0_.failed as failed0_, + receiveent0_.ip as ip0_, + receiveent0_.jpgAxial as jpgAxial0_, + receiveent0_.message as message0_, + receiveent0_.patientName as patient12_0_, + receiveent0_.port as port0_, + receiveent0_.received as received0_, + receiveent0_.savedFolder as savedFo15_0_, + receiveent0_.speed as speed0_, + receiveent0_.studyDate as studyDate0_, + receiveent0_.totalFiles as totalFiles0_ + from + ReceiveEntity receiveent0_ + where + receiveent0_.id=? +2015-07-20 17:30:50,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to open ResultSet (open ResultSets: 0, globally: 0) +2015-07-20 17:30:50,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close ResultSet (open ResultSets: 1, globally: 1) +2015-07-20 17:30:50,154 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) +2015-07-20 17:30:50,154 DEBUG [org.hibernate.transaction.JDBCTransaction] - commit +2015-07-20 17:30:50,155 DEBUG [org.hibernate.transaction.JDBCTransaction] - re-enabling autocommit diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 9b1430e..2803557 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -773,35 +773,35 @@ Tools are not allowed to add the non-standard information into the standard deployment descriptor. --> - Archetype Created Web Application + Archetype Created Web Application - webAppRootKey - rest.root + webAppRootKey + rest.root - contextConfigLocation - classpath*:applicationContext.xml + contextConfigLocation + classpath*:applicationContext.xml - log4jRefreshInterval - 0 + log4jRefreshInterval + 0 - log4jConfigLocation - classpath:com/lungcare/dicomfile/config/log4j.properties + log4jConfigLocation + classpath:com/lungcare/dicomfile/config/log4j.properties - org.springframework.web.util.Log4jConfigListener + org.springframework.web.util.Log4jConfigListener - org.springframework.web.context.ContextLoaderListener + org.springframework.web.context.ContextLoaderListener encodingFilter org.springframework.web.filter.CharacterEncodingFilter - encoding - UTF-8 + encoding + UTF-8 @@ -812,8 +812,8 @@ standard deployment descriptor. jersey-serlvet com.sun.jersey.spi.spring.container.servlet.SpringServlet - com.sun.jersey.config.property.packages - com.lungcare.dicomfile.restful + com.sun.jersey.config.property.packages + com.lungcare.dicomfile.restful 1 diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/axial/001.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/axial/001.bmp deleted file mode 100644 index 648b09b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/axial/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/001.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/001.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/002.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/002.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/003.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/003.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/004.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/004.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/005.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/005.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/006.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/006.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/007.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/007.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/008.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/008.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/009.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/009.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/010.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/010.bmp deleted file mode 100644 index ec878b0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/011.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/011.bmp deleted file mode 100644 index 3450c7d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/012.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/012.bmp deleted file mode 100644 index 4c3e5c1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/013.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/013.bmp deleted file mode 100644 index 28e18a8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/014.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/014.bmp deleted file mode 100644 index 8bdbb71..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/015.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/015.bmp deleted file mode 100644 index d2d9535..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/016.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/016.bmp deleted file mode 100644 index 677a9c9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/017.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/017.bmp deleted file mode 100644 index 7380a0e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/018.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/018.bmp deleted file mode 100644 index cecbb4b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/019.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/019.bmp deleted file mode 100644 index 73c2483..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/020.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/020.bmp deleted file mode 100644 index 6207b3f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/021.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/021.bmp deleted file mode 100644 index 85f4426..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/022.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/022.bmp deleted file mode 100644 index 1097d8b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/023.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/023.bmp deleted file mode 100644 index 15b996f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/024.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/024.bmp deleted file mode 100644 index f8518b5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/025.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/025.bmp deleted file mode 100644 index 2bd8397..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/026.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/026.bmp deleted file mode 100644 index b586c5f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/027.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/027.bmp deleted file mode 100644 index 9810eec..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/028.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/028.bmp deleted file mode 100644 index ccef6d2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/029.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/029.bmp deleted file mode 100644 index 39b6d75..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/030.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/030.bmp deleted file mode 100644 index 2b5d061..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/031.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/031.bmp deleted file mode 100644 index 45d28b3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/032.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/032.bmp deleted file mode 100644 index 05ed8a0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/033.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/033.bmp deleted file mode 100644 index 24d6073..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/034.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/034.bmp deleted file mode 100644 index b0d0f79..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/035.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/035.bmp deleted file mode 100644 index 24ef20c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/036.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/036.bmp deleted file mode 100644 index 6287e99..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/037.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/037.bmp deleted file mode 100644 index e8a00a1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/038.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/038.bmp deleted file mode 100644 index e64bf59..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/039.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/039.bmp deleted file mode 100644 index 57ce447..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/040.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/040.bmp deleted file mode 100644 index 74b7e44..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/041.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/041.bmp deleted file mode 100644 index 5d63474..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/042.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/042.bmp deleted file mode 100644 index e0b7fc4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/043.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/043.bmp deleted file mode 100644 index 41f8001..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/044.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/044.bmp deleted file mode 100644 index b3cdad6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/045.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/045.bmp deleted file mode 100644 index b3ec07d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/046.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/046.bmp deleted file mode 100644 index 6468b27..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/047.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/047.bmp deleted file mode 100644 index 7cf42e1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/048.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/048.bmp deleted file mode 100644 index c2ddbb1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/049.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/049.bmp deleted file mode 100644 index 5699b20..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/050.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/050.bmp deleted file mode 100644 index 2141cac..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/051.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/051.bmp deleted file mode 100644 index b107408..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/052.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/052.bmp deleted file mode 100644 index 779aadf..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/053.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/053.bmp deleted file mode 100644 index 053e04c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/054.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/054.bmp deleted file mode 100644 index b0ed0b6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/055.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/055.bmp deleted file mode 100644 index b8f827e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/056.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/056.bmp deleted file mode 100644 index b55d250..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/057.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/057.bmp deleted file mode 100644 index 7eb0619..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/058.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/058.bmp deleted file mode 100644 index c14103a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/059.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/059.bmp deleted file mode 100644 index 5cb5085..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/060.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/060.bmp deleted file mode 100644 index 8698900..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/061.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/061.bmp deleted file mode 100644 index 4e01c5a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/062.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/062.bmp deleted file mode 100644 index 04bdc7b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/063.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/063.bmp deleted file mode 100644 index 3c23822..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/064.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/064.bmp deleted file mode 100644 index 39c7897..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/065.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/065.bmp deleted file mode 100644 index bc80794..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/066.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/066.bmp deleted file mode 100644 index 912951e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/067.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/067.bmp deleted file mode 100644 index 912951e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/068.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/068.bmp deleted file mode 100644 index 6a0a782..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/069.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/069.bmp deleted file mode 100644 index 4fddaef..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/070.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/070.bmp deleted file mode 100644 index 7f86d42..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/071.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/071.bmp deleted file mode 100644 index ac54514..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/072.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/072.bmp deleted file mode 100644 index 57c31af..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/073.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/073.bmp deleted file mode 100644 index ec4fb47..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/074.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/074.bmp deleted file mode 100644 index 87c899b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/075.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/075.bmp deleted file mode 100644 index 7a42009..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/076.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/076.bmp deleted file mode 100644 index 0f6fb00..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/077.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/077.bmp deleted file mode 100644 index 04f11e1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/078.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/078.bmp deleted file mode 100644 index ecd4bd4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/079.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/079.bmp deleted file mode 100644 index 1971395..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/080.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/080.bmp deleted file mode 100644 index 5749f02..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/081.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/081.bmp deleted file mode 100644 index 0447a01..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/082.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/082.bmp deleted file mode 100644 index 587bce5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/083.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/083.bmp deleted file mode 100644 index 7af85c1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/084.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/084.bmp deleted file mode 100644 index 5b9ba17..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/085.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/085.bmp deleted file mode 100644 index c836a41..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/086.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/086.bmp deleted file mode 100644 index 91ded28..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/087.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/087.bmp deleted file mode 100644 index 22c2f53..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/088.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/088.bmp deleted file mode 100644 index d48d0f9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/089.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/089.bmp deleted file mode 100644 index 6aea144..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/090.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/090.bmp deleted file mode 100644 index 6cb8601..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/091.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/091.bmp deleted file mode 100644 index 6bcac30..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/092.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/092.bmp deleted file mode 100644 index 99cfba3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/093.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/093.bmp deleted file mode 100644 index 903cac2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/094.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/094.bmp deleted file mode 100644 index cc22269..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/095.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/095.bmp deleted file mode 100644 index 0780b8c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/096.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/096.bmp deleted file mode 100644 index 5b42b99..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/097.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/097.bmp deleted file mode 100644 index 7847862..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/098.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/098.bmp deleted file mode 100644 index dbb300d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/099.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/099.bmp deleted file mode 100644 index e8403c4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/100.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/100.bmp deleted file mode 100644 index f01a231..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/101.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/101.bmp deleted file mode 100644 index a04b872..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/102.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/102.bmp deleted file mode 100644 index 731f567..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/103.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/103.bmp deleted file mode 100644 index ce8c086..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/104.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/104.bmp deleted file mode 100644 index 427f974..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/105.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/105.bmp deleted file mode 100644 index 2e7f73a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/106.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/106.bmp deleted file mode 100644 index 1071d2c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/107.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/107.bmp deleted file mode 100644 index 3a86edd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/108.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/108.bmp deleted file mode 100644 index 2d3351c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/109.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/109.bmp deleted file mode 100644 index 45cac03..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/110.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/110.bmp deleted file mode 100644 index 42bf588..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/111.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/111.bmp deleted file mode 100644 index 65b6212..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/112.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/112.bmp deleted file mode 100644 index 6cc71c8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/113.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/113.bmp deleted file mode 100644 index 6d9a3d3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/114.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/114.bmp deleted file mode 100644 index 28d78fb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/115.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/115.bmp deleted file mode 100644 index db098b5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/116.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/116.bmp deleted file mode 100644 index 4d1b19b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/117.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/117.bmp deleted file mode 100644 index 4d1b19b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/118.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/118.bmp deleted file mode 100644 index 2781fc6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/119.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/119.bmp deleted file mode 100644 index 217a97f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/120.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/120.bmp deleted file mode 100644 index 876263d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/121.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/121.bmp deleted file mode 100644 index 876263d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/122.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/122.bmp deleted file mode 100644 index 9a17c4a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/123.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/123.bmp deleted file mode 100644 index e74f922..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/124.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/124.bmp deleted file mode 100644 index f5769e0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/125.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/125.bmp deleted file mode 100644 index 11b6b80..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/126.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/126.bmp deleted file mode 100644 index 7d9d184..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/127.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/127.bmp deleted file mode 100644 index e119edd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/128.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/128.bmp deleted file mode 100644 index 52f37e0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/129.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/129.bmp deleted file mode 100644 index d98bdad..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/130.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/130.bmp deleted file mode 100644 index 643da8a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/131.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/131.bmp deleted file mode 100644 index fe01996..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/132.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/132.bmp deleted file mode 100644 index b51ac9b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/133.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/133.bmp deleted file mode 100644 index 6c887c7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/134.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/134.bmp deleted file mode 100644 index 0c9ae02..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/135.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/135.bmp deleted file mode 100644 index 0c9ae02..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/136.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/136.bmp deleted file mode 100644 index 7ac9249..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/137.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/137.bmp deleted file mode 100644 index 56d7259..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/138.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/138.bmp deleted file mode 100644 index 917ac2b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/139.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/139.bmp deleted file mode 100644 index 71e71e6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/140.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/140.bmp deleted file mode 100644 index 2fc101f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/141.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/141.bmp deleted file mode 100644 index 9bc18bb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/142.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/142.bmp deleted file mode 100644 index 10bf10f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/143.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/143.bmp deleted file mode 100644 index 9bc18bb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/144.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/144.bmp deleted file mode 100644 index e5bf4b5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/145.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/145.bmp deleted file mode 100644 index b975b4c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/146.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/146.bmp deleted file mode 100644 index fd32f5e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/147.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/147.bmp deleted file mode 100644 index b91c718..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/148.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/148.bmp deleted file mode 100644 index b91c718..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/149.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/149.bmp deleted file mode 100644 index b91c718..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/150.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/150.bmp deleted file mode 100644 index b91c718..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/151.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/151.bmp deleted file mode 100644 index 191fcf9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/152.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/152.bmp deleted file mode 100644 index 191fcf9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/153.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/153.bmp deleted file mode 100644 index 191fcf9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/154.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/154.bmp deleted file mode 100644 index e358c3b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/155.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/155.bmp deleted file mode 100644 index e358c3b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/156.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/156.bmp deleted file mode 100644 index 6a7716e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/157.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/157.bmp deleted file mode 100644 index 433138e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/158.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/158.bmp deleted file mode 100644 index b3d3bd6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/159.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/159.bmp deleted file mode 100644 index b3d3bd6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/160.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/160.bmp deleted file mode 100644 index 971b3fa..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/161.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/161.bmp deleted file mode 100644 index 1d54688..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/162.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/162.bmp deleted file mode 100644 index 2bde7f8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/163.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/163.bmp deleted file mode 100644 index 2bde7f8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/164.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/164.bmp deleted file mode 100644 index 2bde7f8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/165.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/165.bmp deleted file mode 100644 index 58025cd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/166.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/166.bmp deleted file mode 100644 index 58025cd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/167.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/167.bmp deleted file mode 100644 index e5a21ba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/168.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/168.bmp deleted file mode 100644 index e5a21ba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/169.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/169.bmp deleted file mode 100644 index 2c3e771..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/170.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/170.bmp deleted file mode 100644 index c2e46e1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/171.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/171.bmp deleted file mode 100644 index edf7cb9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/172.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/172.bmp deleted file mode 100644 index 26fb5a5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/173.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/173.bmp deleted file mode 100644 index 126040b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/174.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/174.bmp deleted file mode 100644 index 126040b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/175.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/175.bmp deleted file mode 100644 index a5fe3f9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/176.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/176.bmp deleted file mode 100644 index 802bceb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/177.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/177.bmp deleted file mode 100644 index c1351c0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/178.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/178.bmp deleted file mode 100644 index d7e8aaa..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/179.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/179.bmp deleted file mode 100644 index 5c90b58..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/180.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/180.bmp deleted file mode 100644 index ae180f5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/181.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/181.bmp deleted file mode 100644 index 8c60e4e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/182.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/182.bmp deleted file mode 100644 index 368b628..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/183.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/183.bmp deleted file mode 100644 index 8edb8f7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/184.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/184.bmp deleted file mode 100644 index d0deb0c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/185.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/185.bmp deleted file mode 100644 index ce84e97..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/186.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/186.bmp deleted file mode 100644 index f576e99..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/187.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/187.bmp deleted file mode 100644 index f576e99..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/188.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/188.bmp deleted file mode 100644 index 0087021..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/189.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/189.bmp deleted file mode 100644 index dcd12ef..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/190.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/190.bmp deleted file mode 100644 index ceaa8cd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/191.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/191.bmp deleted file mode 100644 index aaadf99..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/192.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/192.bmp deleted file mode 100644 index aaadf99..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/193.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/193.bmp deleted file mode 100644 index e6b8d13..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/194.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/194.bmp deleted file mode 100644 index 62ccc65..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/195.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/195.bmp deleted file mode 100644 index 3d9d521..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/196.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/196.bmp deleted file mode 100644 index d930a01..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/197.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/197.bmp deleted file mode 100644 index d930a01..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/198.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/198.bmp deleted file mode 100644 index e93320c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/199.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/199.bmp deleted file mode 100644 index 78037ac..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/200.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/200.bmp deleted file mode 100644 index 4bd64f1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/201.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/201.bmp deleted file mode 100644 index 85b1a18..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/202.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/202.bmp deleted file mode 100644 index 30e0eb6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/203.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/203.bmp deleted file mode 100644 index 9dc6b24..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/204.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/204.bmp deleted file mode 100644 index 6e0a941..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/205.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/205.bmp deleted file mode 100644 index ff8a6c9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/206.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/206.bmp deleted file mode 100644 index 23b1ae2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/207.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/207.bmp deleted file mode 100644 index 9d0ac34..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/208.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/208.bmp deleted file mode 100644 index a6ebec0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/209.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/209.bmp deleted file mode 100644 index 3d71ecd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/210.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/210.bmp deleted file mode 100644 index 467ce74..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/211.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/211.bmp deleted file mode 100644 index 8098c3c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/212.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/212.bmp deleted file mode 100644 index 5136c95..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/213.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/213.bmp deleted file mode 100644 index 5136c95..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/214.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/214.bmp deleted file mode 100644 index 7fb7908..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/215.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/215.bmp deleted file mode 100644 index 91a0877..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/216.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/216.bmp deleted file mode 100644 index c266c14..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/217.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/217.bmp deleted file mode 100644 index 3a4bbe5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/218.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/218.bmp deleted file mode 100644 index 1495cf6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/219.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/219.bmp deleted file mode 100644 index b83a081..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/220.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/220.bmp deleted file mode 100644 index 64de77b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/221.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/221.bmp deleted file mode 100644 index 57f1307..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/222.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/222.bmp deleted file mode 100644 index 6af1954..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/223.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/223.bmp deleted file mode 100644 index 4975628..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/224.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/224.bmp deleted file mode 100644 index 8db3d08..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/225.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/225.bmp deleted file mode 100644 index 106562e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/226.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/226.bmp deleted file mode 100644 index 6983091..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/227.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/227.bmp deleted file mode 100644 index 2f73896..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/228.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/228.bmp deleted file mode 100644 index 3a730ba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/229.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/229.bmp deleted file mode 100644 index a087793..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/230.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/230.bmp deleted file mode 100644 index 204b96a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/231.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/231.bmp deleted file mode 100644 index 6dfe86c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/232.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/232.bmp deleted file mode 100644 index ef3d162..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/233.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/233.bmp deleted file mode 100644 index 672ea20..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/234.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/234.bmp deleted file mode 100644 index 7010670..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/235.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/235.bmp deleted file mode 100644 index 95e0070..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/236.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/236.bmp deleted file mode 100644 index 26f8df3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/237.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/237.bmp deleted file mode 100644 index ba0a4a6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/238.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/238.bmp deleted file mode 100644 index 645c39f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/239.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/239.bmp deleted file mode 100644 index 43b4db3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/240.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/240.bmp deleted file mode 100644 index f898402..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/241.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/241.bmp deleted file mode 100644 index 79cebd7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/242.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/242.bmp deleted file mode 100644 index 32f0cd9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/243.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/243.bmp deleted file mode 100644 index 4261b07..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/244.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/244.bmp deleted file mode 100644 index b1e50f5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/245.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/245.bmp deleted file mode 100644 index 6d5f4e7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/246.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/246.bmp deleted file mode 100644 index 197a8ca..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/246.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/247.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/247.bmp deleted file mode 100644 index a622775..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/247.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/248.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/248.bmp deleted file mode 100644 index a622775..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/248.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/249.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/249.bmp deleted file mode 100644 index 526d929..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/249.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/250.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/250.bmp deleted file mode 100644 index 7016099..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/250.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/251.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/251.bmp deleted file mode 100644 index 6ac587e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/251.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/252.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/252.bmp deleted file mode 100644 index 6ac587e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/252.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/253.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/253.bmp deleted file mode 100644 index 6337fd4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/253.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/254.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/254.bmp deleted file mode 100644 index 71489c0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/254.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/255.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/255.bmp deleted file mode 100644 index 4c30095..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/255.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/256.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/256.bmp deleted file mode 100644 index 4626d17..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/256.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/257.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/257.bmp deleted file mode 100644 index 82b0445..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/257.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/258.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/258.bmp deleted file mode 100644 index b1bf980..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/258.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/259.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/259.bmp deleted file mode 100644 index e8c8629..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/259.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/260.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/260.bmp deleted file mode 100644 index d296226..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/260.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/261.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/261.bmp deleted file mode 100644 index 9a38b0a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/261.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/262.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/262.bmp deleted file mode 100644 index dd160db..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/262.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/263.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/263.bmp deleted file mode 100644 index 00e56b7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/263.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/264.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/264.bmp deleted file mode 100644 index 99b484b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/265.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/265.bmp deleted file mode 100644 index 33ded41..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/266.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/266.bmp deleted file mode 100644 index b2558e9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/267.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/267.bmp deleted file mode 100644 index 99ff5ba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/268.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/268.bmp deleted file mode 100644 index e57906c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/269.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/269.bmp deleted file mode 100644 index 613cc25..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/270.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/270.bmp deleted file mode 100644 index f99b3e2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/271.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/271.bmp deleted file mode 100644 index c593cfd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/272.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/272.bmp deleted file mode 100644 index 3443284..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/273.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/273.bmp deleted file mode 100644 index f12df0b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/274.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/274.bmp deleted file mode 100644 index a13e26f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/275.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/275.bmp deleted file mode 100644 index b4f0566..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/276.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/276.bmp deleted file mode 100644 index aa03370..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/277.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/277.bmp deleted file mode 100644 index ede7277..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/278.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/278.bmp deleted file mode 100644 index 5e9b1da..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/279.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/279.bmp deleted file mode 100644 index 0bb12a5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/280.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/280.bmp deleted file mode 100644 index 9838ca2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/281.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/281.bmp deleted file mode 100644 index 0012175..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/282.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/282.bmp deleted file mode 100644 index 8c93417..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/283.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/283.bmp deleted file mode 100644 index e9c726c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/284.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/284.bmp deleted file mode 100644 index ec837b2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/285.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/285.bmp deleted file mode 100644 index 64f714c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/286.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/286.bmp deleted file mode 100644 index c0d07e5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/287.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/287.bmp deleted file mode 100644 index de5f3da..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/288.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/288.bmp deleted file mode 100644 index e6b9187..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/289.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/289.bmp deleted file mode 100644 index e1dd0a7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/290.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/290.bmp deleted file mode 100644 index 5726663..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/291.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/291.bmp deleted file mode 100644 index bbcb462..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/292.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/292.bmp deleted file mode 100644 index 1342a1b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/293.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/293.bmp deleted file mode 100644 index 0959f9f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/294.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/294.bmp deleted file mode 100644 index 0959f9f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/295.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/295.bmp deleted file mode 100644 index 0a978fb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/296.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/296.bmp deleted file mode 100644 index 9b3e41c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/297.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/297.bmp deleted file mode 100644 index 951bff3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/298.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/298.bmp deleted file mode 100644 index b2b9a93..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/299.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/299.bmp deleted file mode 100644 index 23a3627..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/300.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/300.bmp deleted file mode 100644 index 1211a72..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/301.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/301.bmp deleted file mode 100644 index e31286c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/302.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/302.bmp deleted file mode 100644 index 7c19cc3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/303.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/303.bmp deleted file mode 100644 index 9c7f66b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/304.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/304.bmp deleted file mode 100644 index f70fcad..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/305.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/305.bmp deleted file mode 100644 index c415388..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/306.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/306.bmp deleted file mode 100644 index a5a8bb4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/307.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/307.bmp deleted file mode 100644 index a20afa3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/308.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/308.bmp deleted file mode 100644 index e734006..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/309.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/309.bmp deleted file mode 100644 index 0174e79..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/310.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/310.bmp deleted file mode 100644 index de660d9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/311.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/311.bmp deleted file mode 100644 index aa03bd8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/312.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/312.bmp deleted file mode 100644 index c3cad4a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/313.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/313.bmp deleted file mode 100644 index 9a41e72..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/314.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/314.bmp deleted file mode 100644 index 9dac5ab..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/315.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/315.bmp deleted file mode 100644 index fc1f56a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/316.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/316.bmp deleted file mode 100644 index 2b3d5b6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/317.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/317.bmp deleted file mode 100644 index 68312df..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/318.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/318.bmp deleted file mode 100644 index f9b5750..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/319.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/319.bmp deleted file mode 100644 index 862ea3b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/320.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/320.bmp deleted file mode 100644 index 203a181..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/321.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/321.bmp deleted file mode 100644 index 5aac65c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/322.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/322.bmp deleted file mode 100644 index ef0f6f6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/323.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/323.bmp deleted file mode 100644 index 88d905e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/324.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/324.bmp deleted file mode 100644 index 29ddc1b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/325.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/325.bmp deleted file mode 100644 index 272e376..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/326.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/326.bmp deleted file mode 100644 index e6612f9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/327.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/327.bmp deleted file mode 100644 index 75fc8b7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/328.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/328.bmp deleted file mode 100644 index 9bd7fd9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/329.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/329.bmp deleted file mode 100644 index f0922f8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/330.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/330.bmp deleted file mode 100644 index 8cfb643..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/331.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/331.bmp deleted file mode 100644 index 1c03ac0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/332.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/332.bmp deleted file mode 100644 index e673f1f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/333.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/333.bmp deleted file mode 100644 index 3d98b13..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/334.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/334.bmp deleted file mode 100644 index ffc9b14..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/335.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/335.bmp deleted file mode 100644 index 7d7e600..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/336.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/336.bmp deleted file mode 100644 index ca0ffa0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/337.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/337.bmp deleted file mode 100644 index 3e84da2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/338.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/338.bmp deleted file mode 100644 index 77a524b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/339.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/339.bmp deleted file mode 100644 index 6a156c6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/340.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/340.bmp deleted file mode 100644 index 220fdba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/341.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/341.bmp deleted file mode 100644 index 99d9bcb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/342.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/342.bmp deleted file mode 100644 index 99d9bcb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/343.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/343.bmp deleted file mode 100644 index 99d9bcb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/344.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/344.bmp deleted file mode 100644 index 6c31520..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/345.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/345.bmp deleted file mode 100644 index 1430abf..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/346.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/346.bmp deleted file mode 100644 index 0276184..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/347.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/347.bmp deleted file mode 100644 index e5da2a7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/348.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/348.bmp deleted file mode 100644 index e5da2a7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/349.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/349.bmp deleted file mode 100644 index e5da2a7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/350.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/350.bmp deleted file mode 100644 index e5da2a7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/351.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/351.bmp deleted file mode 100644 index 3268504..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/352.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/352.bmp deleted file mode 100644 index b8b755f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/353.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/353.bmp deleted file mode 100644 index 182c0b4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/354.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/354.bmp deleted file mode 100644 index b0cd44c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/355.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/355.bmp deleted file mode 100644 index 14f34ce..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/356.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/356.bmp deleted file mode 100644 index a6b78f9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/357.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/357.bmp deleted file mode 100644 index 50ce5e2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/358.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/358.bmp deleted file mode 100644 index 1667692..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/359.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/359.bmp deleted file mode 100644 index 027d9c0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/360.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/360.bmp deleted file mode 100644 index 89be6ba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/361.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/361.bmp deleted file mode 100644 index ee6e44c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/362.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/362.bmp deleted file mode 100644 index 779f7a0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/363.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/363.bmp deleted file mode 100644 index 5dbb09d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/364.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/364.bmp deleted file mode 100644 index 86e4eba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/365.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/365.bmp deleted file mode 100644 index a90eec6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/366.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/366.bmp deleted file mode 100644 index d927df9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/367.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/367.bmp deleted file mode 100644 index 8933f15..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/368.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/368.bmp deleted file mode 100644 index 5380112..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/369.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/369.bmp deleted file mode 100644 index 8e5800e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/370.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/370.bmp deleted file mode 100644 index 30bdf60..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/371.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/371.bmp deleted file mode 100644 index 00acc0e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/372.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/372.bmp deleted file mode 100644 index b21211a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/373.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/373.bmp deleted file mode 100644 index b21211a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/374.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/374.bmp deleted file mode 100644 index 792f742..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/375.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/375.bmp deleted file mode 100644 index cad1a11..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/376.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/376.bmp deleted file mode 100644 index cad1a11..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/377.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/377.bmp deleted file mode 100644 index 63b44a6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/378.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/378.bmp deleted file mode 100644 index 8261bc5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/379.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/379.bmp deleted file mode 100644 index 9b8dd27..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/380.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/380.bmp deleted file mode 100644 index dc2780b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/381.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/381.bmp deleted file mode 100644 index dc2780b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/382.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/382.bmp deleted file mode 100644 index 8d22b34..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/383.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/383.bmp deleted file mode 100644 index 4eb1a05..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/384.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/384.bmp deleted file mode 100644 index 8a467c1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/385.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/385.bmp deleted file mode 100644 index ee3c323..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/386.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/386.bmp deleted file mode 100644 index bb2b0da..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/387.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/387.bmp deleted file mode 100644 index ee3c323..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/388.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/388.bmp deleted file mode 100644 index a558dee..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/389.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/389.bmp deleted file mode 100644 index a558dee..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/390.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/390.bmp deleted file mode 100644 index 798f48c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/391.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/391.bmp deleted file mode 100644 index 6631d50..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/391.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/392.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/392.bmp deleted file mode 100644 index 71003c1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/392.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/393.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/393.bmp deleted file mode 100644 index d02b3f4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/393.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/394.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/394.bmp deleted file mode 100644 index bc463e8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/394.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/395.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/395.bmp deleted file mode 100644 index 14c91bc..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/395.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/396.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/396.bmp deleted file mode 100644 index 994de61..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/396.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/397.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/397.bmp deleted file mode 100644 index 6b785ea..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/397.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/398.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/398.bmp deleted file mode 100644 index 9844f94..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/398.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/399.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/399.bmp deleted file mode 100644 index 6ffaf3e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/399.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/400.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/400.bmp deleted file mode 100644 index 7de8323..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/400.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/401.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/401.bmp deleted file mode 100644 index 601b01e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/401.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/402.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/402.bmp deleted file mode 100644 index 77c9927..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/402.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/403.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/403.bmp deleted file mode 100644 index 343d399..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/403.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/404.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/404.bmp deleted file mode 100644 index dfa15ee..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/404.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/405.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/405.bmp deleted file mode 100644 index 87ebb26..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/405.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/406.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/406.bmp deleted file mode 100644 index 0bd92d8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/406.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/407.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/407.bmp deleted file mode 100644 index 80eb248..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/407.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/408.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/408.bmp deleted file mode 100644 index 2d07521..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/408.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/409.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/409.bmp deleted file mode 100644 index eaac949..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/409.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/410.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/410.bmp deleted file mode 100644 index 40c90a0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/410.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/411.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/411.bmp deleted file mode 100644 index 7e3a2b0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/411.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/412.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/412.bmp deleted file mode 100644 index cc7cd70..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/412.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/413.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/413.bmp deleted file mode 100644 index e0791b7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/413.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/414.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/414.bmp deleted file mode 100644 index da6fe7d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/414.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/415.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/415.bmp deleted file mode 100644 index c80c65b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/415.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/416.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/416.bmp deleted file mode 100644 index 99de9b5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/416.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/417.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/417.bmp deleted file mode 100644 index bf67ab0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/417.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/418.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/418.bmp deleted file mode 100644 index 9d2ac4c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/418.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/419.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/419.bmp deleted file mode 100644 index ae7238c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/419.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/420.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/420.bmp deleted file mode 100644 index 6e93486..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/420.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/421.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/421.bmp deleted file mode 100644 index 8d04a20..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/421.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/422.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/422.bmp deleted file mode 100644 index 7668333..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/422.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/423.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/423.bmp deleted file mode 100644 index a699a3e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/423.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/424.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/424.bmp deleted file mode 100644 index 355021a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/424.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/425.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/425.bmp deleted file mode 100644 index aefd7ed..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/425.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/426.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/426.bmp deleted file mode 100644 index 0198c7c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/426.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/427.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/427.bmp deleted file mode 100644 index 10952ed..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/427.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/428.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/428.bmp deleted file mode 100644 index 3e02426..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/428.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/429.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/429.bmp deleted file mode 100644 index aa74fa4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/429.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/430.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/430.bmp deleted file mode 100644 index af29cf1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/430.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/431.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/431.bmp deleted file mode 100644 index c53a292..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/431.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/432.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/432.bmp deleted file mode 100644 index 2d1fb16..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/432.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/433.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/433.bmp deleted file mode 100644 index 66a5544..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/433.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/434.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/434.bmp deleted file mode 100644 index bcf72be..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/434.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/435.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/435.bmp deleted file mode 100644 index 6a7aec2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/435.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/436.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/436.bmp deleted file mode 100644 index b7e7673..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/436.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/437.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/437.bmp deleted file mode 100644 index 67f2189..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/437.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/438.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/438.bmp deleted file mode 100644 index 8a070cc..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/438.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/439.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/439.bmp deleted file mode 100644 index 3a64e55..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/439.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/440.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/440.bmp deleted file mode 100644 index c7fd0e5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/440.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/441.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/441.bmp deleted file mode 100644 index a036381..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/441.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/442.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/442.bmp deleted file mode 100644 index 637a566..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/442.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/443.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/443.bmp deleted file mode 100644 index e466186..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/443.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/444.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/444.bmp deleted file mode 100644 index 5ca6c55..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/444.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/445.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/445.bmp deleted file mode 100644 index 26596e8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/445.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/446.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/446.bmp deleted file mode 100644 index 70ffa32..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/446.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/447.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/447.bmp deleted file mode 100644 index 1495818..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/447.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/448.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/448.bmp deleted file mode 100644 index 0292df2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/448.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/449.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/449.bmp deleted file mode 100644 index f3f9f83..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/449.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/450.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/450.bmp deleted file mode 100644 index 51b9be5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/450.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/451.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/451.bmp deleted file mode 100644 index cf7749b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/451.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/452.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/452.bmp deleted file mode 100644 index ffd2691..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/452.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/453.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/453.bmp deleted file mode 100644 index ffd2691..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/453.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/454.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/454.bmp deleted file mode 100644 index a0b07a8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/454.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/455.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/455.bmp deleted file mode 100644 index a0b6271..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/455.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/456.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/456.bmp deleted file mode 100644 index b8e7167..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/456.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/457.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/457.bmp deleted file mode 100644 index 19c2eb9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/457.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/458.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/458.bmp deleted file mode 100644 index 3f4a1c0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/458.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/459.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/459.bmp deleted file mode 100644 index 380132c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/459.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/460.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/460.bmp deleted file mode 100644 index 950b9e4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/460.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/461.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/461.bmp deleted file mode 100644 index 89b322d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/461.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/462.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/462.bmp deleted file mode 100644 index a0cdfa4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/462.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/463.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/463.bmp deleted file mode 100644 index 86026cb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/463.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/464.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/464.bmp deleted file mode 100644 index 6a1509d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/464.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/465.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/465.bmp deleted file mode 100644 index c83a6e4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/465.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/466.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/466.bmp deleted file mode 100644 index 2171250..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/466.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/467.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/467.bmp deleted file mode 100644 index 6e50fb7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/467.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/468.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/468.bmp deleted file mode 100644 index ef2ddaf..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/468.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/469.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/469.bmp deleted file mode 100644 index 02f81be..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/469.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/470.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/470.bmp deleted file mode 100644 index 8284bb8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/470.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/471.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/471.bmp deleted file mode 100644 index 06b2ee6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/471.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/472.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/472.bmp deleted file mode 100644 index 2a239cd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/472.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/473.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/473.bmp deleted file mode 100644 index 0b7f2f7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/473.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/474.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/474.bmp deleted file mode 100644 index 871e288..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/474.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/475.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/475.bmp deleted file mode 100644 index 1c33685..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/475.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/476.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/476.bmp deleted file mode 100644 index 20191db..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/476.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/477.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/477.bmp deleted file mode 100644 index 5b1690d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/477.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/478.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/478.bmp deleted file mode 100644 index 4d708d3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/478.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/479.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/479.bmp deleted file mode 100644 index 43af38f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/479.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/480.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/480.bmp deleted file mode 100644 index acf21d7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/480.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/481.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/481.bmp deleted file mode 100644 index 0f598c9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/481.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/482.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/482.bmp deleted file mode 100644 index c2151c2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/482.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/483.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/483.bmp deleted file mode 100644 index de81c7f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/483.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/484.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/484.bmp deleted file mode 100644 index 00e3052..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/484.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/485.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/485.bmp deleted file mode 100644 index 38d4a3a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/485.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/486.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/486.bmp deleted file mode 100644 index d9faa59..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/486.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/487.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/487.bmp deleted file mode 100644 index ea5c5cd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/487.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/488.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/488.bmp deleted file mode 100644 index 8f0bb9d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/488.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/489.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/489.bmp deleted file mode 100644 index d0031ae..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/489.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/490.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/490.bmp deleted file mode 100644 index fa427b9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/490.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/491.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/491.bmp deleted file mode 100644 index 5d0a2fb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/491.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/492.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/492.bmp deleted file mode 100644 index ed397d3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/492.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/493.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/493.bmp deleted file mode 100644 index 6a2d530..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/493.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/494.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/494.bmp deleted file mode 100644 index 4053043..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/494.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/495.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/495.bmp deleted file mode 100644 index bdb7bfa..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/495.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/496.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/496.bmp deleted file mode 100644 index 95b1b02..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/496.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/497.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/497.bmp deleted file mode 100644 index baf5882..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/497.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/498.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/498.bmp deleted file mode 100644 index 98b62f9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/498.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/499.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/499.bmp deleted file mode 100644 index 2a6ce77..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/499.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/500.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/500.bmp deleted file mode 100644 index 8777dc5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/500.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/501.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/501.bmp deleted file mode 100644 index 1a7dd1d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/501.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/502.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/502.bmp deleted file mode 100644 index 7485e70..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/502.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/503.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/503.bmp deleted file mode 100644 index de9f32e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/503.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/504.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/504.bmp deleted file mode 100644 index fd59c96..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/504.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/505.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/505.bmp deleted file mode 100644 index 762b99c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/505.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/506.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/506.bmp deleted file mode 100644 index 6d7d996..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/506.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/507.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/507.bmp deleted file mode 100644 index d9eb878..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/507.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/508.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/508.bmp deleted file mode 100644 index ce2fba7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/508.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/509.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/509.bmp deleted file mode 100644 index 923a95f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/509.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/510.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/510.bmp deleted file mode 100644 index de25882..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/510.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/511.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/511.bmp deleted file mode 100644 index 540c290..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/511.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/512.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/512.bmp deleted file mode 100644 index 658a802..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/coronal/512.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/001.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/001.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/002.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/002.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/003.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/003.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/004.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/004.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/005.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/005.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/006.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/006.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/007.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/007.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/008.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/008.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/009.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/009.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/010.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/010.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/011.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/011.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/012.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/012.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/013.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/013.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/014.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/014.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/015.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/015.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/016.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/016.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/017.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/017.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/018.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/018.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/019.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/019.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/020.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/020.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/021.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/021.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/022.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/022.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/023.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/023.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/024.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/024.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/025.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/025.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/026.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/026.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/027.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/027.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/028.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/028.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/029.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/029.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/030.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/030.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/031.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/031.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/032.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/032.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/033.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/033.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/034.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/034.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/035.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/035.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/036.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/036.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/037.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/037.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/038.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/038.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/039.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/039.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/040.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/040.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/041.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/041.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/042.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/042.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/043.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/043.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/044.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/044.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/045.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/045.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/046.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/046.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/047.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/047.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/048.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/048.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/049.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/049.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/050.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/050.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/051.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/051.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/052.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/052.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/053.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/053.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/054.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/054.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/055.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/055.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/056.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/056.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/057.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/057.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/058.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/058.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/059.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/059.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/060.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/060.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/061.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/061.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/062.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/062.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/063.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/063.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/064.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/064.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/065.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/065.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/066.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/066.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/067.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/067.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/068.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/068.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/069.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/069.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/070.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/070.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/071.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/071.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/072.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/072.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/073.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/073.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/074.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/074.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/075.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/075.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/076.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/076.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/077.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/077.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/078.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/078.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/079.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/079.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/080.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/080.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/081.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/081.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/082.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/082.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/083.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/083.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/084.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/084.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/085.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/085.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/086.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/086.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/087.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/087.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/088.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/088.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/089.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/089.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/090.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/090.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/091.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/091.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/092.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/092.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/093.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/093.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/094.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/094.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/095.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/095.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/096.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/096.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/097.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/097.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/098.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/098.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/099.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/099.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/100.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/100.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/101.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/101.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/102.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/102.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/103.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/103.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/104.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/104.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/105.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/105.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/106.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/106.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/107.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/107.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/108.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/108.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/109.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/109.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/110.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/110.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/111.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/111.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/112.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/112.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/113.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/113.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/114.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/114.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/115.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/115.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/116.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/116.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/117.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/117.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/118.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/118.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/119.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/119.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/120.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/120.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/121.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/121.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/122.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/122.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/123.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/123.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/124.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/124.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/125.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/125.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/126.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/126.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/127.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/127.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/128.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/128.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/129.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/129.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/130.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/130.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/131.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/131.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/132.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/132.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/133.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/133.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/134.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/134.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/135.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/135.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/136.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/136.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/137.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/137.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/138.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/138.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/139.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/139.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/140.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/140.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/141.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/141.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/142.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/142.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/143.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/143.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/144.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/144.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/145.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/145.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/146.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/146.bmp deleted file mode 100644 index c7df4d2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/147.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/147.bmp deleted file mode 100644 index c7df4d2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/148.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/148.bmp deleted file mode 100644 index c7df4d2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/149.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/149.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/150.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/150.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/151.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/151.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/152.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/152.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/153.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/153.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/154.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/154.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/155.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/155.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/156.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/156.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/157.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/157.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/158.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/158.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/159.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/159.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/160.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/160.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/161.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/161.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/162.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/162.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/163.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/163.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/164.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/164.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/165.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/165.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/166.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/166.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/167.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/167.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/168.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/168.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/169.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/169.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/170.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/170.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/171.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/171.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/172.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/172.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/173.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/173.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/174.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/174.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/175.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/175.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/176.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/176.bmp deleted file mode 100644 index 6dffa68..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/177.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/177.bmp deleted file mode 100644 index 45af086..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/178.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/178.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/179.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/179.bmp deleted file mode 100644 index 60426ee..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/180.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/180.bmp deleted file mode 100644 index 0a8310b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/181.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/181.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/182.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/182.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/183.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/183.bmp deleted file mode 100644 index ee9ef63..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/184.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/184.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/185.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/185.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/186.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/186.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/187.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/187.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/188.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/188.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/189.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/189.bmp deleted file mode 100644 index dae45b8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/190.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/190.bmp deleted file mode 100644 index 1be4189..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/191.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/191.bmp deleted file mode 100644 index 977ff7b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/192.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/192.bmp deleted file mode 100644 index 2b97a33..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/193.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/193.bmp deleted file mode 100644 index f789408..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/194.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/194.bmp deleted file mode 100644 index feabe3d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/195.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/195.bmp deleted file mode 100644 index 5d5ce8d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/196.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/196.bmp deleted file mode 100644 index 2b9b107..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/197.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/197.bmp deleted file mode 100644 index d91e722..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/198.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/198.bmp deleted file mode 100644 index da2b070..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/199.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/199.bmp deleted file mode 100644 index 1f41a52..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/200.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/200.bmp deleted file mode 100644 index ab75e2d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/201.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/201.bmp deleted file mode 100644 index 8903e83..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/202.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/202.bmp deleted file mode 100644 index 34d0c59..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/203.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/203.bmp deleted file mode 100644 index aa672e0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/204.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/204.bmp deleted file mode 100644 index f7a5bd7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/205.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/205.bmp deleted file mode 100644 index ccf4211..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/206.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/206.bmp deleted file mode 100644 index d44dd40..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/207.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/207.bmp deleted file mode 100644 index 208133b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/208.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/208.bmp deleted file mode 100644 index 47950b1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/209.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/209.bmp deleted file mode 100644 index 32dd08f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/210.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/210.bmp deleted file mode 100644 index 394af7a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/211.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/211.bmp deleted file mode 100644 index 0e80008..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/212.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/212.bmp deleted file mode 100644 index a28a0b5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/213.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/213.bmp deleted file mode 100644 index b492716..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/214.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/214.bmp deleted file mode 100644 index 64d88e4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/215.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/215.bmp deleted file mode 100644 index c17620a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/216.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/216.bmp deleted file mode 100644 index 2ae870f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/217.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/217.bmp deleted file mode 100644 index 2ccc5e6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/218.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/218.bmp deleted file mode 100644 index 803aaf1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/219.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/219.bmp deleted file mode 100644 index 6363453..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/220.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/220.bmp deleted file mode 100644 index 730f23e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/221.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/221.bmp deleted file mode 100644 index 694e42e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/222.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/222.bmp deleted file mode 100644 index 3e92dec..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/223.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/223.bmp deleted file mode 100644 index 69fd338..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/224.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/224.bmp deleted file mode 100644 index 73d1aea..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/225.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/225.bmp deleted file mode 100644 index fb5d25d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/226.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/226.bmp deleted file mode 100644 index 77a9a3e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/227.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/227.bmp deleted file mode 100644 index 7e90110..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/228.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/228.bmp deleted file mode 100644 index ff22d1a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/229.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/229.bmp deleted file mode 100644 index 7cec643..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/230.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/230.bmp deleted file mode 100644 index 14d1e64..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/231.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/231.bmp deleted file mode 100644 index c7301c6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/232.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/232.bmp deleted file mode 100644 index e1ec564..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/233.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/233.bmp deleted file mode 100644 index 7287424..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/234.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/234.bmp deleted file mode 100644 index 7722cf6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/235.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/235.bmp deleted file mode 100644 index 33c60ed..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/236.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/236.bmp deleted file mode 100644 index 5548f63..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/237.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/237.bmp deleted file mode 100644 index 45a8ce8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/238.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/238.bmp deleted file mode 100644 index 7318c45..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/239.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/239.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/240.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/240.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/241.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/241.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/242.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/242.bmp deleted file mode 100644 index 88ccc4d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/243.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/243.bmp deleted file mode 100644 index 84c99c4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/244.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/244.bmp deleted file mode 100644 index 222585e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/245.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/245.bmp deleted file mode 100644 index 7cd57aa..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/246.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/246.bmp deleted file mode 100644 index e270184..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/246.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/247.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/247.bmp deleted file mode 100644 index 1f39718..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/247.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/248.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/248.bmp deleted file mode 100644 index 991df8e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/248.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/249.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/249.bmp deleted file mode 100644 index d67625e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/249.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/250.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/250.bmp deleted file mode 100644 index 5311f1b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/250.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/251.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/251.bmp deleted file mode 100644 index eaae6e4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/251.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/252.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/252.bmp deleted file mode 100644 index 38d08c4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/252.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/253.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/253.bmp deleted file mode 100644 index db74072..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/253.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/254.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/254.bmp deleted file mode 100644 index 4fc9ea9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/254.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/255.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/255.bmp deleted file mode 100644 index 239d0a5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/255.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/256.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/256.bmp deleted file mode 100644 index a1c51db..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/256.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/257.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/257.bmp deleted file mode 100644 index c46a9d5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/257.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/258.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/258.bmp deleted file mode 100644 index 618166d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/258.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/259.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/259.bmp deleted file mode 100644 index 13863b6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/259.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/260.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/260.bmp deleted file mode 100644 index aa790f2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/260.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/261.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/261.bmp deleted file mode 100644 index 17403dd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/261.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/262.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/262.bmp deleted file mode 100644 index e2ecb92..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/262.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/263.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/263.bmp deleted file mode 100644 index 3580a53..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/263.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/264.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/264.bmp deleted file mode 100644 index 16ad3a0..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/265.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/265.bmp deleted file mode 100644 index e037885..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/266.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/266.bmp deleted file mode 100644 index 758aed1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/267.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/267.bmp deleted file mode 100644 index 3e2d8c2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/268.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/268.bmp deleted file mode 100644 index 2e3c232..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/269.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/269.bmp deleted file mode 100644 index 47619ac..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/270.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/270.bmp deleted file mode 100644 index c62842c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/271.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/271.bmp deleted file mode 100644 index f863300..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/272.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/272.bmp deleted file mode 100644 index 1392f03..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/273.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/273.bmp deleted file mode 100644 index 44344ed..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/274.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/274.bmp deleted file mode 100644 index 71ea493..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/275.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/275.bmp deleted file mode 100644 index 562d6c5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/276.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/276.bmp deleted file mode 100644 index 218bca1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/277.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/277.bmp deleted file mode 100644 index f01088d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/278.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/278.bmp deleted file mode 100644 index 4b1ec1c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/279.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/279.bmp deleted file mode 100644 index d2acaf2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/280.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/280.bmp deleted file mode 100644 index 108f32c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/281.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/281.bmp deleted file mode 100644 index 272dce2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/282.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/282.bmp deleted file mode 100644 index 0da96c2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/283.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/283.bmp deleted file mode 100644 index 70ea31f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/284.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/284.bmp deleted file mode 100644 index 2017941..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/285.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/285.bmp deleted file mode 100644 index ef3f8a3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/286.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/286.bmp deleted file mode 100644 index f71bd8d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/287.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/287.bmp deleted file mode 100644 index 7197998..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/288.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/288.bmp deleted file mode 100644 index df39d58..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/289.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/289.bmp deleted file mode 100644 index 96519cc..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/290.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/290.bmp deleted file mode 100644 index 49b0535..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/291.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/291.bmp deleted file mode 100644 index 8e4e70d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/292.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/292.bmp deleted file mode 100644 index 2f79ed3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/293.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/293.bmp deleted file mode 100644 index a137879..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/294.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/294.bmp deleted file mode 100644 index 9e9e56f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/295.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/295.bmp deleted file mode 100644 index 72834ac..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/296.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/296.bmp deleted file mode 100644 index 72834ac..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/297.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/297.bmp deleted file mode 100644 index 140983b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/298.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/298.bmp deleted file mode 100644 index cfb22bb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/299.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/299.bmp deleted file mode 100644 index 7c52812..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/300.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/300.bmp deleted file mode 100644 index 7c52812..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/301.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/301.bmp deleted file mode 100644 index 2bd912e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/302.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/302.bmp deleted file mode 100644 index 4ccebbe..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/303.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/303.bmp deleted file mode 100644 index cbdbb39..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/304.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/304.bmp deleted file mode 100644 index c60aa66..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/305.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/305.bmp deleted file mode 100644 index c0fb21e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/306.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/306.bmp deleted file mode 100644 index a76a6e9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/307.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/307.bmp deleted file mode 100644 index dd48a21..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/308.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/308.bmp deleted file mode 100644 index b79f25f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/309.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/309.bmp deleted file mode 100644 index 436bd80..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/310.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/310.bmp deleted file mode 100644 index 4e760e2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/311.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/311.bmp deleted file mode 100644 index f069c97..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/312.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/312.bmp deleted file mode 100644 index 485aeba..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/313.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/313.bmp deleted file mode 100644 index 64492fd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/314.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/314.bmp deleted file mode 100644 index 2d12dfc..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/315.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/315.bmp deleted file mode 100644 index c1942d8..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/316.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/316.bmp deleted file mode 100644 index 8d26c3b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/317.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/317.bmp deleted file mode 100644 index 66deba7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/318.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/318.bmp deleted file mode 100644 index eabb75a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/319.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/319.bmp deleted file mode 100644 index 3c3005d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/320.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/320.bmp deleted file mode 100644 index 9ec5d9c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/321.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/321.bmp deleted file mode 100644 index 5940c49..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/322.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/322.bmp deleted file mode 100644 index a557cca..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/323.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/323.bmp deleted file mode 100644 index bdf755d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/324.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/324.bmp deleted file mode 100644 index 1e5ad65..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/325.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/325.bmp deleted file mode 100644 index 8e9d522..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/326.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/326.bmp deleted file mode 100644 index 5741cdf..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/327.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/327.bmp deleted file mode 100644 index 53a0a8e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/328.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/328.bmp deleted file mode 100644 index 0e7600b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/329.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/329.bmp deleted file mode 100644 index bcf5d68..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/330.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/330.bmp deleted file mode 100644 index fede1f9..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/331.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/331.bmp deleted file mode 100644 index 2ad1985..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/332.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/332.bmp deleted file mode 100644 index 0f40e19..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/333.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/333.bmp deleted file mode 100644 index 7e13cad..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/334.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/334.bmp deleted file mode 100644 index d196870..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/335.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/335.bmp deleted file mode 100644 index c566136..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/336.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/336.bmp deleted file mode 100644 index f14dc0a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/337.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/337.bmp deleted file mode 100644 index 684e4de..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/338.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/338.bmp deleted file mode 100644 index 8dc082a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/339.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/339.bmp deleted file mode 100644 index 3bc604b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/340.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/340.bmp deleted file mode 100644 index 6d73307..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/341.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/341.bmp deleted file mode 100644 index 3a39e6a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/342.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/342.bmp deleted file mode 100644 index 3df7a8c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/343.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/343.bmp deleted file mode 100644 index 2314dc7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/344.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/344.bmp deleted file mode 100644 index 774013a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/345.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/345.bmp deleted file mode 100644 index c7c147d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/346.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/346.bmp deleted file mode 100644 index fcd9218..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/347.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/347.bmp deleted file mode 100644 index 1fe3f6f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/348.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/348.bmp deleted file mode 100644 index 9baec48..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/349.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/349.bmp deleted file mode 100644 index 5b418bb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/350.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/350.bmp deleted file mode 100644 index f30e4d3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/351.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/351.bmp deleted file mode 100644 index 80c05be..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/352.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/352.bmp deleted file mode 100644 index 2cb7dbd..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/353.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/353.bmp deleted file mode 100644 index e722b18..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/354.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/354.bmp deleted file mode 100644 index f6e51d7..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/355.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/355.bmp deleted file mode 100644 index 2389f73..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/356.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/356.bmp deleted file mode 100644 index 189b580..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/357.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/357.bmp deleted file mode 100644 index dcc8711..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/358.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/358.bmp deleted file mode 100644 index b6bebd3..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/359.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/359.bmp deleted file mode 100644 index f23c5e2..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/360.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/360.bmp deleted file mode 100644 index 7aa04f6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/361.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/361.bmp deleted file mode 100644 index 94da3f6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/362.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/362.bmp deleted file mode 100644 index 4ee8368..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/363.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/363.bmp deleted file mode 100644 index 5f14289..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/364.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/364.bmp deleted file mode 100644 index 4413cad..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/365.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/365.bmp deleted file mode 100644 index 06ebb62..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/366.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/366.bmp deleted file mode 100644 index 51768ab..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/367.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/367.bmp deleted file mode 100644 index 871341b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/368.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/368.bmp deleted file mode 100644 index 7993c2e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/369.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/369.bmp deleted file mode 100644 index 195bb3f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/370.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/370.bmp deleted file mode 100644 index 582776e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/371.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/371.bmp deleted file mode 100644 index 6c1fb07..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/372.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/372.bmp deleted file mode 100644 index f438fa6..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/373.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/373.bmp deleted file mode 100644 index 28c763f..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/374.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/374.bmp deleted file mode 100644 index 1c245aa..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/375.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/375.bmp deleted file mode 100644 index bda9e94..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/376.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/376.bmp deleted file mode 100644 index 74acd28..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/377.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/377.bmp deleted file mode 100644 index 2adac4c..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/378.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/378.bmp deleted file mode 100644 index 89627cf..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/379.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/379.bmp deleted file mode 100644 index 086f865..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/380.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/380.bmp deleted file mode 100644 index d8e33cb..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/381.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/381.bmp deleted file mode 100644 index dbab8b4..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/382.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/382.bmp deleted file mode 100644 index e8fb487..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/383.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/383.bmp deleted file mode 100644 index 3d629ad..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/384.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/384.bmp deleted file mode 100644 index 5f6588a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/385.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/385.bmp deleted file mode 100644 index 4cd09a5..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/386.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/386.bmp deleted file mode 100644 index 0063c1d..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/387.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/387.bmp deleted file mode 100644 index dc9606b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/388.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/388.bmp deleted file mode 100644 index 06e137b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/389.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/389.bmp deleted file mode 100644 index e706897..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/390.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/390.bmp deleted file mode 100644 index b22a61b..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/391.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/391.bmp deleted file mode 100644 index 24bca95..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/391.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/392.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/392.bmp deleted file mode 100644 index 0e34a5e..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/392.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/393.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/393.bmp deleted file mode 100644 index b1aa2b1..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/393.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/394.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/394.bmp deleted file mode 100644 index 55b270a..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/394.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/395.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/395.bmp deleted file mode 100644 index fc93221..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/395.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/396.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/396.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/396.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/397.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/397.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/397.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/398.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/398.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/398.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/399.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/399.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/399.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/400.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/400.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/400.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/401.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/401.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/401.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/402.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/402.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/402.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/403.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/403.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/403.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/404.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/404.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/404.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/405.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/405.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/405.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/406.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/406.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/406.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/407.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/407.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/407.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/408.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/408.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/408.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/409.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/409.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/409.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/410.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/410.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/410.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/411.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/411.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/411.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/412.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/412.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/412.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/413.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/413.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/413.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/414.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/414.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/414.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/415.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/415.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/415.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/416.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/416.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/416.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/417.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/417.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/417.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/418.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/418.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/418.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/419.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/419.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/419.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/420.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/420.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/420.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/421.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/421.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/421.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/422.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/422.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/422.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/423.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/423.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/423.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/424.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/424.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/424.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/425.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/425.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/425.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/426.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/426.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/426.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/427.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/427.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/427.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/428.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/428.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/428.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/429.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/429.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/429.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/430.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/430.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/430.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/431.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/431.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/431.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/432.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/432.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/432.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/433.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/433.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/433.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/434.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/434.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/434.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/435.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/435.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/435.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/436.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/436.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/436.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/437.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/437.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/437.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/438.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/438.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/438.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/439.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/439.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/439.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/440.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/440.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/440.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/441.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/441.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/441.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/442.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/442.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/442.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/443.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/443.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/443.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/444.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/444.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/444.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/445.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/445.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/445.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/446.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/446.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/446.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/447.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/447.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/447.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/448.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/448.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/448.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/449.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/449.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/449.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/450.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/450.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/450.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/451.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/451.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/451.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/452.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/452.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/452.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/453.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/453.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/453.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/454.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/454.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/454.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/455.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/455.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/455.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/456.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/456.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/456.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/457.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/457.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/457.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/458.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/458.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/458.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/459.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/459.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/459.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/460.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/460.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/460.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/461.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/461.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/461.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/462.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/462.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/462.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/463.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/463.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/463.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/464.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/464.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/464.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/465.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/465.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/465.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/466.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/466.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/466.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/467.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/467.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/467.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/468.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/468.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/468.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/469.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/469.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/469.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/470.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/470.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/470.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/471.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/471.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/471.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/472.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/472.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/472.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/473.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/473.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/473.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/474.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/474.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/474.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/475.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/475.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/475.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/476.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/476.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/476.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/477.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/477.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/477.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/478.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/478.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/478.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/479.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/479.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/479.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/480.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/480.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/480.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/481.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/481.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/481.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/482.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/482.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/482.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/483.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/483.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/483.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/484.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/484.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/484.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/485.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/485.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/485.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/486.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/486.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/486.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/487.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/487.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/487.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/488.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/488.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/488.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/489.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/489.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/489.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/490.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/490.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/490.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/491.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/491.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/491.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/492.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/492.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/492.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/493.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/493.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/493.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/494.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/494.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/494.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/495.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/495.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/495.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/496.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/496.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/496.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/497.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/497.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/497.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/498.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/498.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/498.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/499.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/499.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/499.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/500.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/500.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/500.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/501.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/501.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/501.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/502.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/502.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/502.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/503.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/503.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/503.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/504.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/504.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/504.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/505.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/505.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/505.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/506.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/506.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/506.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/507.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/507.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/507.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/508.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/508.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/508.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/509.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/509.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/509.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/510.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/510.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/510.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/511.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/511.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/511.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/512.bmp b/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/512.bmp deleted file mode 100644 index d635482..0000000 Binary files a/src/main/webapp/allBmps/1219c4db-7d14-6cc0-5ce9-c009136d5bab/sagittal/512.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/001.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/001.bmp deleted file mode 100644 index 648b09b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/002.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/002.bmp deleted file mode 100644 index cf47415..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/003.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/003.bmp deleted file mode 100644 index 042a62e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/axial/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/001.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/001.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/002.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/002.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/003.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/003.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/004.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/004.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/005.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/005.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/006.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/006.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/007.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/007.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/008.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/008.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/009.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/009.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/010.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/010.bmp deleted file mode 100644 index 86e31de..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/011.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/011.bmp deleted file mode 100644 index ed748e7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/012.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/012.bmp deleted file mode 100644 index db03167..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/013.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/013.bmp deleted file mode 100644 index ec0c4be..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/014.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/014.bmp deleted file mode 100644 index 6a0f44d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/015.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/015.bmp deleted file mode 100644 index da25441..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/016.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/016.bmp deleted file mode 100644 index 7473db3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/017.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/017.bmp deleted file mode 100644 index 914e71f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/018.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/018.bmp deleted file mode 100644 index 37a891e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/019.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/019.bmp deleted file mode 100644 index b5a3132..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/020.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/020.bmp deleted file mode 100644 index 05ca3bc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/021.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/021.bmp deleted file mode 100644 index 9d1d9a6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/022.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/022.bmp deleted file mode 100644 index b6e92a4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/023.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/023.bmp deleted file mode 100644 index 2fe3fba..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/024.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/024.bmp deleted file mode 100644 index 8b1ffb0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/025.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/025.bmp deleted file mode 100644 index 5e54e71..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/026.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/026.bmp deleted file mode 100644 index 7e60240..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/027.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/027.bmp deleted file mode 100644 index 5a1860f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/028.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/028.bmp deleted file mode 100644 index 051b4b8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/029.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/029.bmp deleted file mode 100644 index 36643ec..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/030.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/030.bmp deleted file mode 100644 index 8e0e145..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/031.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/031.bmp deleted file mode 100644 index 6d7a61b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/032.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/032.bmp deleted file mode 100644 index baf8300..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/033.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/033.bmp deleted file mode 100644 index f363c0b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/034.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/034.bmp deleted file mode 100644 index a3ec8b5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/035.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/035.bmp deleted file mode 100644 index 5dd0386..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/036.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/036.bmp deleted file mode 100644 index 7cf99e4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/037.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/037.bmp deleted file mode 100644 index 117815a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/038.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/038.bmp deleted file mode 100644 index 2036dfa..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/039.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/039.bmp deleted file mode 100644 index 5f856c9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/040.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/040.bmp deleted file mode 100644 index 99ddfaf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/041.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/041.bmp deleted file mode 100644 index 8a40a2a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/042.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/042.bmp deleted file mode 100644 index ad9bc5d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/043.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/043.bmp deleted file mode 100644 index 02deeda..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/044.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/044.bmp deleted file mode 100644 index 9f550e3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/045.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/045.bmp deleted file mode 100644 index 45e5616..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/046.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/046.bmp deleted file mode 100644 index 875d91a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/047.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/047.bmp deleted file mode 100644 index dd0ded5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/048.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/048.bmp deleted file mode 100644 index 352431d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/049.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/049.bmp deleted file mode 100644 index 69d566f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/050.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/050.bmp deleted file mode 100644 index 7a68204..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/051.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/051.bmp deleted file mode 100644 index bc620ef..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/052.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/052.bmp deleted file mode 100644 index d20a0e4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/053.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/053.bmp deleted file mode 100644 index c08c141..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/054.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/054.bmp deleted file mode 100644 index 89b6c25..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/055.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/055.bmp deleted file mode 100644 index ec42eae..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/056.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/056.bmp deleted file mode 100644 index 48a944b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/057.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/057.bmp deleted file mode 100644 index c464c5f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/058.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/058.bmp deleted file mode 100644 index d600672..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/059.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/059.bmp deleted file mode 100644 index 14dcaff..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/060.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/060.bmp deleted file mode 100644 index 903f463..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/061.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/061.bmp deleted file mode 100644 index f8a50d1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/062.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/062.bmp deleted file mode 100644 index 76d47a5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/063.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/063.bmp deleted file mode 100644 index fc1cbac..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/064.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/064.bmp deleted file mode 100644 index b527a44..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/065.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/065.bmp deleted file mode 100644 index e8e643e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/066.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/066.bmp deleted file mode 100644 index ec32519..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/067.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/067.bmp deleted file mode 100644 index e462af6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/068.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/068.bmp deleted file mode 100644 index abdb9ba..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/069.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/069.bmp deleted file mode 100644 index 726730e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/070.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/070.bmp deleted file mode 100644 index 2bb168e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/071.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/071.bmp deleted file mode 100644 index 2eb8b26..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/072.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/072.bmp deleted file mode 100644 index a46d5a6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/073.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/073.bmp deleted file mode 100644 index d3f044e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/074.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/074.bmp deleted file mode 100644 index 1f0412a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/075.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/075.bmp deleted file mode 100644 index 8b4ebf8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/076.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/076.bmp deleted file mode 100644 index 816a7d6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/077.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/077.bmp deleted file mode 100644 index 99e4e78..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/078.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/078.bmp deleted file mode 100644 index 2996a56..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/079.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/079.bmp deleted file mode 100644 index 02ba4a6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/080.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/080.bmp deleted file mode 100644 index 6b1dbb1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/081.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/081.bmp deleted file mode 100644 index f710c7e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/082.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/082.bmp deleted file mode 100644 index fece5d3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/083.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/083.bmp deleted file mode 100644 index 7f846b6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/084.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/084.bmp deleted file mode 100644 index 5bab08d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/085.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/085.bmp deleted file mode 100644 index 96ae8e2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/086.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/086.bmp deleted file mode 100644 index 7716898..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/087.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/087.bmp deleted file mode 100644 index 75aab62..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/088.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/088.bmp deleted file mode 100644 index 8b5217a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/089.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/089.bmp deleted file mode 100644 index 2f4e8b7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/090.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/090.bmp deleted file mode 100644 index 61335d0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/091.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/091.bmp deleted file mode 100644 index 2e4bd4a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/092.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/092.bmp deleted file mode 100644 index 209a2fe..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/093.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/093.bmp deleted file mode 100644 index 36a1a28..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/094.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/094.bmp deleted file mode 100644 index e81d472..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/095.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/095.bmp deleted file mode 100644 index 6cbba0a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/096.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/096.bmp deleted file mode 100644 index ac1969d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/097.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/097.bmp deleted file mode 100644 index 7037fa8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/098.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/098.bmp deleted file mode 100644 index e3cde3f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/099.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/099.bmp deleted file mode 100644 index 44dc205..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/100.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/100.bmp deleted file mode 100644 index e432e7a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/101.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/101.bmp deleted file mode 100644 index abf50be..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/102.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/102.bmp deleted file mode 100644 index 98453d8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/103.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/103.bmp deleted file mode 100644 index 5967c16..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/104.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/104.bmp deleted file mode 100644 index 074bbee..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/105.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/105.bmp deleted file mode 100644 index 37484c1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/106.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/106.bmp deleted file mode 100644 index 5c3eee9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/107.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/107.bmp deleted file mode 100644 index 3061d63..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/108.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/108.bmp deleted file mode 100644 index 2f12bed..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/109.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/109.bmp deleted file mode 100644 index e076aaa..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/110.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/110.bmp deleted file mode 100644 index 27f1a76..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/111.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/111.bmp deleted file mode 100644 index d27c06f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/112.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/112.bmp deleted file mode 100644 index 6675a5b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/113.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/113.bmp deleted file mode 100644 index 700ae57..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/114.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/114.bmp deleted file mode 100644 index 2a309cb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/115.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/115.bmp deleted file mode 100644 index c139b67..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/116.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/116.bmp deleted file mode 100644 index 74b5c1a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/117.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/117.bmp deleted file mode 100644 index a58efca..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/118.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/118.bmp deleted file mode 100644 index 3b4de4f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/119.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/119.bmp deleted file mode 100644 index 8444704..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/120.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/120.bmp deleted file mode 100644 index 715bdcc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/121.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/121.bmp deleted file mode 100644 index 46446b6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/122.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/122.bmp deleted file mode 100644 index 88f0365..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/123.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/123.bmp deleted file mode 100644 index cd53537..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/124.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/124.bmp deleted file mode 100644 index c31a812..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/125.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/125.bmp deleted file mode 100644 index d5e17f2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/126.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/126.bmp deleted file mode 100644 index 2d5e726..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/127.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/127.bmp deleted file mode 100644 index d4c00f8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/128.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/128.bmp deleted file mode 100644 index cc0243a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/129.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/129.bmp deleted file mode 100644 index 0b1139a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/130.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/130.bmp deleted file mode 100644 index c976613..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/131.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/131.bmp deleted file mode 100644 index 492798f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/132.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/132.bmp deleted file mode 100644 index 7e910fd..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/133.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/133.bmp deleted file mode 100644 index 9de6b8e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/134.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/134.bmp deleted file mode 100644 index 5137751..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/135.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/135.bmp deleted file mode 100644 index 86bb8c8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/136.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/136.bmp deleted file mode 100644 index ae8498a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/137.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/137.bmp deleted file mode 100644 index c9ac548..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/138.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/138.bmp deleted file mode 100644 index d20ad2b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/139.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/139.bmp deleted file mode 100644 index 911b341..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/140.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/140.bmp deleted file mode 100644 index f2444af..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/141.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/141.bmp deleted file mode 100644 index 39a9672..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/142.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/142.bmp deleted file mode 100644 index dec49ad..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/143.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/143.bmp deleted file mode 100644 index 40804f1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/144.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/144.bmp deleted file mode 100644 index 682ef6d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/145.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/145.bmp deleted file mode 100644 index 3453725..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/146.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/146.bmp deleted file mode 100644 index 984f47b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/147.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/147.bmp deleted file mode 100644 index 7aac6d7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/148.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/148.bmp deleted file mode 100644 index 602f61c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/149.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/149.bmp deleted file mode 100644 index 7aac6d7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/150.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/150.bmp deleted file mode 100644 index 698b2ce..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/151.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/151.bmp deleted file mode 100644 index a119770..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/152.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/152.bmp deleted file mode 100644 index a119770..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/153.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/153.bmp deleted file mode 100644 index be580a2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/154.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/154.bmp deleted file mode 100644 index fd01020..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/155.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/155.bmp deleted file mode 100644 index 5e6d140..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/156.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/156.bmp deleted file mode 100644 index cdd577d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/157.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/157.bmp deleted file mode 100644 index 89a1dae..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/158.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/158.bmp deleted file mode 100644 index e099c03..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/159.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/159.bmp deleted file mode 100644 index 8055523..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/160.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/160.bmp deleted file mode 100644 index 902c7ef..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/161.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/161.bmp deleted file mode 100644 index 2561565..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/162.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/162.bmp deleted file mode 100644 index b32c708..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/163.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/163.bmp deleted file mode 100644 index efbaeca..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/164.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/164.bmp deleted file mode 100644 index b32c708..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/165.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/165.bmp deleted file mode 100644 index b32c708..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/166.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/166.bmp deleted file mode 100644 index a08175c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/167.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/167.bmp deleted file mode 100644 index 02431dc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/168.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/168.bmp deleted file mode 100644 index 9c40a27..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/169.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/169.bmp deleted file mode 100644 index ae3b53e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/170.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/170.bmp deleted file mode 100644 index cb0cf09..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/171.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/171.bmp deleted file mode 100644 index 255efa0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/172.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/172.bmp deleted file mode 100644 index 7b71ffb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/173.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/173.bmp deleted file mode 100644 index 5b5782b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/174.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/174.bmp deleted file mode 100644 index 58c89a7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/175.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/175.bmp deleted file mode 100644 index 04bb5f3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/176.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/176.bmp deleted file mode 100644 index 4393de9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/177.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/177.bmp deleted file mode 100644 index b32b7e2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/178.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/178.bmp deleted file mode 100644 index 1239041..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/179.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/179.bmp deleted file mode 100644 index ab07719..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/180.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/180.bmp deleted file mode 100644 index 6fe0c21..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/181.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/181.bmp deleted file mode 100644 index 479590d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/182.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/182.bmp deleted file mode 100644 index b7aeac9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/183.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/183.bmp deleted file mode 100644 index bfa56d7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/184.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/184.bmp deleted file mode 100644 index 7567a00..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/185.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/185.bmp deleted file mode 100644 index dc539f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/186.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/186.bmp deleted file mode 100644 index 34a39d5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/187.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/187.bmp deleted file mode 100644 index 411bdc2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/188.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/188.bmp deleted file mode 100644 index d4d5207..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/189.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/189.bmp deleted file mode 100644 index 7d40e8d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/190.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/190.bmp deleted file mode 100644 index 4696c8e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/191.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/191.bmp deleted file mode 100644 index 89ece9c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/192.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/192.bmp deleted file mode 100644 index 2e21fe8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/193.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/193.bmp deleted file mode 100644 index 2c2965b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/194.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/194.bmp deleted file mode 100644 index b3260e6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/195.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/195.bmp deleted file mode 100644 index 35c2aeb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/196.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/196.bmp deleted file mode 100644 index 6029dc5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/197.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/197.bmp deleted file mode 100644 index 4d950b4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/198.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/198.bmp deleted file mode 100644 index 1eb5450..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/199.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/199.bmp deleted file mode 100644 index 00b6416..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/200.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/200.bmp deleted file mode 100644 index d539ae8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/201.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/201.bmp deleted file mode 100644 index cf83513..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/202.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/202.bmp deleted file mode 100644 index 7882198..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/203.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/203.bmp deleted file mode 100644 index dfc121e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/204.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/204.bmp deleted file mode 100644 index 774478a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/205.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/205.bmp deleted file mode 100644 index 5b33c4e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/206.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/206.bmp deleted file mode 100644 index f4b6f3d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/207.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/207.bmp deleted file mode 100644 index 1c9e620..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/208.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/208.bmp deleted file mode 100644 index 1cc4149..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/209.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/209.bmp deleted file mode 100644 index d5569cd..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/210.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/210.bmp deleted file mode 100644 index fc596d7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/211.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/211.bmp deleted file mode 100644 index 02d4582..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/212.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/212.bmp deleted file mode 100644 index a530c65..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/213.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/213.bmp deleted file mode 100644 index 7ddf150..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/214.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/214.bmp deleted file mode 100644 index 41c0404..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/215.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/215.bmp deleted file mode 100644 index 511c927..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/216.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/216.bmp deleted file mode 100644 index 9b30d15..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/217.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/217.bmp deleted file mode 100644 index 338ec4f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/218.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/218.bmp deleted file mode 100644 index 42cebdc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/219.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/219.bmp deleted file mode 100644 index 576553c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/220.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/220.bmp deleted file mode 100644 index b7648b8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/221.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/221.bmp deleted file mode 100644 index 5bc0999..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/222.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/222.bmp deleted file mode 100644 index db8f966..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/223.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/223.bmp deleted file mode 100644 index 828d752..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/224.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/224.bmp deleted file mode 100644 index f148bb0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/225.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/225.bmp deleted file mode 100644 index 9e01c17..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/226.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/226.bmp deleted file mode 100644 index fff9f48..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/227.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/227.bmp deleted file mode 100644 index 05e319e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/228.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/228.bmp deleted file mode 100644 index 14869f1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/229.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/229.bmp deleted file mode 100644 index b61d9ea..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/230.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/230.bmp deleted file mode 100644 index ab20841..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/231.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/231.bmp deleted file mode 100644 index 91e01b5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/232.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/232.bmp deleted file mode 100644 index b39bfb3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/233.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/233.bmp deleted file mode 100644 index 90ed015..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/234.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/234.bmp deleted file mode 100644 index f6232ea..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/235.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/235.bmp deleted file mode 100644 index db3bee6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/236.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/236.bmp deleted file mode 100644 index 91349d6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/237.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/237.bmp deleted file mode 100644 index e8ab4b1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/238.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/238.bmp deleted file mode 100644 index 536a354..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/239.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/239.bmp deleted file mode 100644 index f90ffd2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/240.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/240.bmp deleted file mode 100644 index 140493c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/241.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/241.bmp deleted file mode 100644 index cddd24e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/242.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/242.bmp deleted file mode 100644 index 52b4936..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/243.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/243.bmp deleted file mode 100644 index 79506b1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/244.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/244.bmp deleted file mode 100644 index 0b559fc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/245.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/245.bmp deleted file mode 100644 index 785cfcb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/246.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/246.bmp deleted file mode 100644 index a498bc4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/246.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/247.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/247.bmp deleted file mode 100644 index 8a577f5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/247.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/248.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/248.bmp deleted file mode 100644 index 56df4ab..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/248.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/249.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/249.bmp deleted file mode 100644 index f572a7e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/249.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/250.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/250.bmp deleted file mode 100644 index 9e1be89..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/250.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/251.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/251.bmp deleted file mode 100644 index 8acafef..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/251.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/252.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/252.bmp deleted file mode 100644 index 657f439..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/252.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/253.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/253.bmp deleted file mode 100644 index 8b16b92..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/253.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/254.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/254.bmp deleted file mode 100644 index c3b85a4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/254.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/255.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/255.bmp deleted file mode 100644 index 1d97adf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/255.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/256.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/256.bmp deleted file mode 100644 index e3432e1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/256.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/257.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/257.bmp deleted file mode 100644 index 902e0ce..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/257.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/258.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/258.bmp deleted file mode 100644 index a3898c7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/258.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/259.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/259.bmp deleted file mode 100644 index f3f0c43..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/259.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/260.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/260.bmp deleted file mode 100644 index 56a0c6d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/260.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/261.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/261.bmp deleted file mode 100644 index 30ad1c3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/261.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/262.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/262.bmp deleted file mode 100644 index ab4abef..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/262.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/263.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/263.bmp deleted file mode 100644 index 985b7f6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/263.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/264.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/264.bmp deleted file mode 100644 index 5bdcaac..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/265.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/265.bmp deleted file mode 100644 index 1647f87..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/266.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/266.bmp deleted file mode 100644 index da40e92..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/267.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/267.bmp deleted file mode 100644 index b1c94d4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/268.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/268.bmp deleted file mode 100644 index 41ed137..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/269.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/269.bmp deleted file mode 100644 index 8ce1fac..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/270.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/270.bmp deleted file mode 100644 index ba8e041..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/271.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/271.bmp deleted file mode 100644 index 203a284..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/272.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/272.bmp deleted file mode 100644 index 6c53c85..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/273.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/273.bmp deleted file mode 100644 index aa129de..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/274.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/274.bmp deleted file mode 100644 index 4bda7ed..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/275.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/275.bmp deleted file mode 100644 index 7bf52f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/276.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/276.bmp deleted file mode 100644 index 7520f4d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/277.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/277.bmp deleted file mode 100644 index faf0b43..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/278.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/278.bmp deleted file mode 100644 index 32ea59d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/279.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/279.bmp deleted file mode 100644 index 25ac49e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/280.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/280.bmp deleted file mode 100644 index ddb5215..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/281.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/281.bmp deleted file mode 100644 index 4eb997a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/282.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/282.bmp deleted file mode 100644 index d12c909..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/283.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/283.bmp deleted file mode 100644 index b8ec2e2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/284.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/284.bmp deleted file mode 100644 index a4b213e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/285.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/285.bmp deleted file mode 100644 index 7418dcc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/286.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/286.bmp deleted file mode 100644 index 0f10a15..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/287.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/287.bmp deleted file mode 100644 index 5a82a97..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/288.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/288.bmp deleted file mode 100644 index c6d9d40..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/289.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/289.bmp deleted file mode 100644 index e1a3d41..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/290.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/290.bmp deleted file mode 100644 index db009be..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/291.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/291.bmp deleted file mode 100644 index 4f3992f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/292.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/292.bmp deleted file mode 100644 index f3c3527..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/293.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/293.bmp deleted file mode 100644 index d8e9f37..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/294.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/294.bmp deleted file mode 100644 index 7b49df8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/295.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/295.bmp deleted file mode 100644 index 8ab2c27..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/296.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/296.bmp deleted file mode 100644 index 6a86dc0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/297.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/297.bmp deleted file mode 100644 index 5a03563..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/298.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/298.bmp deleted file mode 100644 index 9848705..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/299.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/299.bmp deleted file mode 100644 index 793d2fe..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/300.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/300.bmp deleted file mode 100644 index ceb9e69..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/301.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/301.bmp deleted file mode 100644 index 26d2dd5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/302.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/302.bmp deleted file mode 100644 index 1f22219..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/303.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/303.bmp deleted file mode 100644 index 6f4e6a4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/304.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/304.bmp deleted file mode 100644 index d712984..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/305.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/305.bmp deleted file mode 100644 index 77c83d2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/306.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/306.bmp deleted file mode 100644 index bd8c072..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/307.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/307.bmp deleted file mode 100644 index a177234..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/308.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/308.bmp deleted file mode 100644 index 216c269..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/309.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/309.bmp deleted file mode 100644 index 5f859f8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/310.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/310.bmp deleted file mode 100644 index f6e8eb8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/311.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/311.bmp deleted file mode 100644 index d02ab1b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/312.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/312.bmp deleted file mode 100644 index b3249b9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/313.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/313.bmp deleted file mode 100644 index c2e603a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/314.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/314.bmp deleted file mode 100644 index efaee8e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/315.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/315.bmp deleted file mode 100644 index 22184e4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/316.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/316.bmp deleted file mode 100644 index 4e7ff7e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/317.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/317.bmp deleted file mode 100644 index 4ca0132..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/318.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/318.bmp deleted file mode 100644 index 89decaf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/319.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/319.bmp deleted file mode 100644 index dd7d2da..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/320.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/320.bmp deleted file mode 100644 index 33fd368..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/321.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/321.bmp deleted file mode 100644 index 537be29..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/322.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/322.bmp deleted file mode 100644 index 3412a6c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/323.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/323.bmp deleted file mode 100644 index 3e441dc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/324.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/324.bmp deleted file mode 100644 index d25f843..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/325.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/325.bmp deleted file mode 100644 index 14d0a35..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/326.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/326.bmp deleted file mode 100644 index cb02118..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/327.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/327.bmp deleted file mode 100644 index b38e494..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/328.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/328.bmp deleted file mode 100644 index 62dfae0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/329.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/329.bmp deleted file mode 100644 index 85566c5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/330.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/330.bmp deleted file mode 100644 index fbebe7a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/331.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/331.bmp deleted file mode 100644 index 14a0f98..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/332.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/332.bmp deleted file mode 100644 index 83e8ae5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/333.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/333.bmp deleted file mode 100644 index eaee3ef..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/334.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/334.bmp deleted file mode 100644 index d0d457e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/335.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/335.bmp deleted file mode 100644 index 92547c2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/336.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/336.bmp deleted file mode 100644 index 00c4be7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/337.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/337.bmp deleted file mode 100644 index 0a56724..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/338.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/338.bmp deleted file mode 100644 index 34063ec..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/339.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/339.bmp deleted file mode 100644 index 830588d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/340.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/340.bmp deleted file mode 100644 index d9c23f9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/341.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/341.bmp deleted file mode 100644 index 7d0f096..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/342.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/342.bmp deleted file mode 100644 index 18caf84..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/343.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/343.bmp deleted file mode 100644 index e673453..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/344.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/344.bmp deleted file mode 100644 index cf1c3e7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/345.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/345.bmp deleted file mode 100644 index 5d7566f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/346.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/346.bmp deleted file mode 100644 index 4671fa0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/347.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/347.bmp deleted file mode 100644 index 67b9243..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/348.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/348.bmp deleted file mode 100644 index 9474b93..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/349.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/349.bmp deleted file mode 100644 index 4c178eb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/350.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/350.bmp deleted file mode 100644 index 59ad2e4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/351.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/351.bmp deleted file mode 100644 index fe9e88c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/352.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/352.bmp deleted file mode 100644 index f9405d5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/353.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/353.bmp deleted file mode 100644 index fa735a2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/354.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/354.bmp deleted file mode 100644 index 35eed9a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/355.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/355.bmp deleted file mode 100644 index 3fd840e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/356.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/356.bmp deleted file mode 100644 index 9687cf4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/357.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/357.bmp deleted file mode 100644 index 970a382..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/358.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/358.bmp deleted file mode 100644 index 060bc65..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/359.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/359.bmp deleted file mode 100644 index 3ae6823..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/360.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/360.bmp deleted file mode 100644 index 910c69e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/361.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/361.bmp deleted file mode 100644 index 58d204d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/362.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/362.bmp deleted file mode 100644 index 5e78ea2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/363.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/363.bmp deleted file mode 100644 index 4f52e9f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/364.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/364.bmp deleted file mode 100644 index e27eca7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/365.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/365.bmp deleted file mode 100644 index fee8609..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/366.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/366.bmp deleted file mode 100644 index 1cb8c2e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/367.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/367.bmp deleted file mode 100644 index ba921a0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/368.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/368.bmp deleted file mode 100644 index 353041d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/369.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/369.bmp deleted file mode 100644 index 1a48de2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/370.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/370.bmp deleted file mode 100644 index 6fddbdd..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/371.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/371.bmp deleted file mode 100644 index 404e39c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/372.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/372.bmp deleted file mode 100644 index b2652ba..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/373.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/373.bmp deleted file mode 100644 index 0f513f8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/374.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/374.bmp deleted file mode 100644 index ae75d16..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/375.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/375.bmp deleted file mode 100644 index 71ddac6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/376.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/376.bmp deleted file mode 100644 index daedc52..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/377.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/377.bmp deleted file mode 100644 index 0e1e0bc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/378.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/378.bmp deleted file mode 100644 index 0e10e71..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/379.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/379.bmp deleted file mode 100644 index 48e2e72..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/380.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/380.bmp deleted file mode 100644 index 2f5532f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/381.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/381.bmp deleted file mode 100644 index 801e279..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/382.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/382.bmp deleted file mode 100644 index 11462b0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/383.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/383.bmp deleted file mode 100644 index 6560267..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/384.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/384.bmp deleted file mode 100644 index 88f673f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/385.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/385.bmp deleted file mode 100644 index 7f565f4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/386.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/386.bmp deleted file mode 100644 index c1f061d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/387.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/387.bmp deleted file mode 100644 index b2816af..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/388.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/388.bmp deleted file mode 100644 index 7228658..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/389.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/389.bmp deleted file mode 100644 index c4ffbb7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/390.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/390.bmp deleted file mode 100644 index dfee015..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/391.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/391.bmp deleted file mode 100644 index 76b443c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/391.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/392.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/392.bmp deleted file mode 100644 index ba2cee7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/392.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/393.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/393.bmp deleted file mode 100644 index 03ed7bb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/393.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/394.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/394.bmp deleted file mode 100644 index 3ad51f5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/394.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/395.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/395.bmp deleted file mode 100644 index 2771345..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/395.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/396.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/396.bmp deleted file mode 100644 index 25c4137..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/396.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/397.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/397.bmp deleted file mode 100644 index 801dd69..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/397.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/398.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/398.bmp deleted file mode 100644 index 4e9f3c3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/398.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/399.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/399.bmp deleted file mode 100644 index bef2ab0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/399.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/400.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/400.bmp deleted file mode 100644 index 98ebd44..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/400.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/401.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/401.bmp deleted file mode 100644 index 9f3b5ab..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/401.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/402.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/402.bmp deleted file mode 100644 index 31c6873..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/402.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/403.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/403.bmp deleted file mode 100644 index af46ae3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/403.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/404.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/404.bmp deleted file mode 100644 index 2e2f4d0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/404.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/405.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/405.bmp deleted file mode 100644 index c55ef0a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/405.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/406.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/406.bmp deleted file mode 100644 index d144ed3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/406.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/407.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/407.bmp deleted file mode 100644 index 9ec4842..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/407.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/408.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/408.bmp deleted file mode 100644 index 8a53e01..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/408.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/409.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/409.bmp deleted file mode 100644 index fb72b40..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/409.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/410.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/410.bmp deleted file mode 100644 index 1b3e9f8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/410.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/411.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/411.bmp deleted file mode 100644 index 84d32f6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/411.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/412.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/412.bmp deleted file mode 100644 index 809c686..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/412.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/413.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/413.bmp deleted file mode 100644 index 821de12..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/413.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/414.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/414.bmp deleted file mode 100644 index a7d3bd8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/414.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/415.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/415.bmp deleted file mode 100644 index 6c9c4fb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/415.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/416.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/416.bmp deleted file mode 100644 index 6e1921b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/416.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/417.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/417.bmp deleted file mode 100644 index 1f3753f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/417.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/418.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/418.bmp deleted file mode 100644 index f11d9f4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/418.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/419.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/419.bmp deleted file mode 100644 index df7b22d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/419.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/420.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/420.bmp deleted file mode 100644 index 05e54af..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/420.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/421.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/421.bmp deleted file mode 100644 index b5104ad..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/421.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/422.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/422.bmp deleted file mode 100644 index b8c8f3c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/422.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/423.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/423.bmp deleted file mode 100644 index 8124f97..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/423.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/424.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/424.bmp deleted file mode 100644 index 16225e0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/424.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/425.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/425.bmp deleted file mode 100644 index 1716a8a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/425.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/426.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/426.bmp deleted file mode 100644 index db34227..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/426.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/427.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/427.bmp deleted file mode 100644 index f599022..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/427.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/428.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/428.bmp deleted file mode 100644 index 59c6fe3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/428.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/429.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/429.bmp deleted file mode 100644 index 2b8a498..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/429.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/430.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/430.bmp deleted file mode 100644 index fd142a0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/430.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/431.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/431.bmp deleted file mode 100644 index 7130589..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/431.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/432.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/432.bmp deleted file mode 100644 index 1480e3b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/432.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/433.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/433.bmp deleted file mode 100644 index cd4316d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/433.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/434.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/434.bmp deleted file mode 100644 index b8916de..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/434.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/435.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/435.bmp deleted file mode 100644 index cc20bb5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/435.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/436.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/436.bmp deleted file mode 100644 index 5ec6ddf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/436.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/437.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/437.bmp deleted file mode 100644 index d0dbc3b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/437.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/438.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/438.bmp deleted file mode 100644 index 2106279..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/438.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/439.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/439.bmp deleted file mode 100644 index 43d7d65..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/439.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/440.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/440.bmp deleted file mode 100644 index f838e7b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/440.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/441.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/441.bmp deleted file mode 100644 index 1ca767c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/441.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/442.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/442.bmp deleted file mode 100644 index 4f69061..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/442.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/443.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/443.bmp deleted file mode 100644 index ea59ee6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/443.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/444.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/444.bmp deleted file mode 100644 index 16f0cdb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/444.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/445.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/445.bmp deleted file mode 100644 index fb679bb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/445.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/446.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/446.bmp deleted file mode 100644 index 9cd42d7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/446.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/447.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/447.bmp deleted file mode 100644 index e1fd1c6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/447.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/448.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/448.bmp deleted file mode 100644 index 9af40db..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/448.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/449.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/449.bmp deleted file mode 100644 index c2f648c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/449.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/450.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/450.bmp deleted file mode 100644 index f78644c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/450.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/451.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/451.bmp deleted file mode 100644 index 9f38f55..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/451.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/452.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/452.bmp deleted file mode 100644 index b636419..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/452.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/453.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/453.bmp deleted file mode 100644 index b641804..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/453.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/454.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/454.bmp deleted file mode 100644 index eb43b50..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/454.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/455.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/455.bmp deleted file mode 100644 index 69893d0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/455.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/456.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/456.bmp deleted file mode 100644 index 64503a4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/456.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/457.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/457.bmp deleted file mode 100644 index c643720..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/457.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/458.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/458.bmp deleted file mode 100644 index 94aa6e1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/458.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/459.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/459.bmp deleted file mode 100644 index 4946cad..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/459.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/460.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/460.bmp deleted file mode 100644 index 3c4d07d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/460.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/461.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/461.bmp deleted file mode 100644 index 9a4bdab..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/461.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/462.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/462.bmp deleted file mode 100644 index b5609ff..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/462.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/463.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/463.bmp deleted file mode 100644 index 4409616..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/463.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/464.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/464.bmp deleted file mode 100644 index 26d8337..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/464.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/465.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/465.bmp deleted file mode 100644 index 8e3ed3e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/465.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/466.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/466.bmp deleted file mode 100644 index dae5108..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/466.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/467.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/467.bmp deleted file mode 100644 index fe6f76e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/467.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/468.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/468.bmp deleted file mode 100644 index 3fbc479..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/468.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/469.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/469.bmp deleted file mode 100644 index ee5fdca..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/469.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/470.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/470.bmp deleted file mode 100644 index 0ba0f19..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/470.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/471.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/471.bmp deleted file mode 100644 index 30f4d08..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/471.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/472.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/472.bmp deleted file mode 100644 index fe6b6c3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/472.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/473.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/473.bmp deleted file mode 100644 index 47eba4e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/473.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/474.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/474.bmp deleted file mode 100644 index 00ce019..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/474.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/475.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/475.bmp deleted file mode 100644 index 4763064..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/475.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/476.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/476.bmp deleted file mode 100644 index 0ddd3df..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/476.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/477.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/477.bmp deleted file mode 100644 index ea611d4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/477.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/478.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/478.bmp deleted file mode 100644 index 22ecfaf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/478.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/479.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/479.bmp deleted file mode 100644 index 6f1a7a7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/479.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/480.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/480.bmp deleted file mode 100644 index 91f5162..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/480.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/481.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/481.bmp deleted file mode 100644 index 1e2a1a8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/481.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/482.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/482.bmp deleted file mode 100644 index 0820f70..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/482.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/483.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/483.bmp deleted file mode 100644 index 30d3515..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/483.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/484.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/484.bmp deleted file mode 100644 index 8f8d553..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/484.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/485.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/485.bmp deleted file mode 100644 index a207375..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/485.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/486.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/486.bmp deleted file mode 100644 index 93a33ca..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/486.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/487.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/487.bmp deleted file mode 100644 index e14181b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/487.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/488.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/488.bmp deleted file mode 100644 index a954392..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/488.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/489.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/489.bmp deleted file mode 100644 index 8f0347f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/489.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/490.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/490.bmp deleted file mode 100644 index 1f2cde6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/490.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/491.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/491.bmp deleted file mode 100644 index 8c0c646..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/491.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/492.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/492.bmp deleted file mode 100644 index 1ba26d4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/492.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/493.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/493.bmp deleted file mode 100644 index 38a4b2e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/493.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/494.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/494.bmp deleted file mode 100644 index 0d063c8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/494.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/495.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/495.bmp deleted file mode 100644 index b287fcb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/495.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/496.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/496.bmp deleted file mode 100644 index e9f0d53..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/496.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/497.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/497.bmp deleted file mode 100644 index b006f4b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/497.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/498.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/498.bmp deleted file mode 100644 index acac052..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/498.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/499.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/499.bmp deleted file mode 100644 index 69d10ef..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/499.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/500.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/500.bmp deleted file mode 100644 index f5a2e1d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/500.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/501.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/501.bmp deleted file mode 100644 index 8880b55..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/501.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/502.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/502.bmp deleted file mode 100644 index b9886fe..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/502.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/503.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/503.bmp deleted file mode 100644 index c061440..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/503.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/504.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/504.bmp deleted file mode 100644 index 68908b5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/504.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/505.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/505.bmp deleted file mode 100644 index 9c1e96d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/505.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/506.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/506.bmp deleted file mode 100644 index 2998b38..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/506.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/507.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/507.bmp deleted file mode 100644 index dafa554..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/507.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/508.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/508.bmp deleted file mode 100644 index b593d47..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/508.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/509.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/509.bmp deleted file mode 100644 index 4972cad..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/509.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/510.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/510.bmp deleted file mode 100644 index 79ba773..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/510.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/511.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/511.bmp deleted file mode 100644 index 1730c18..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/511.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/512.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/512.bmp deleted file mode 100644 index cbd0aa7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/coronal/512.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/001.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/001.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/002.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/002.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/003.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/003.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/004.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/004.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/005.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/005.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/006.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/006.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/007.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/007.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/008.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/008.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/009.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/009.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/010.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/010.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/011.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/011.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/012.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/012.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/013.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/013.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/014.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/014.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/015.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/015.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/016.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/016.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/017.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/017.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/018.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/018.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/019.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/019.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/020.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/020.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/021.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/021.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/022.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/022.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/023.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/023.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/024.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/024.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/025.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/025.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/026.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/026.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/027.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/027.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/028.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/028.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/029.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/029.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/030.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/030.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/031.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/031.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/032.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/032.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/033.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/033.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/034.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/034.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/035.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/035.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/036.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/036.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/037.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/037.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/038.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/038.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/039.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/039.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/040.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/040.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/041.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/041.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/042.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/042.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/043.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/043.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/044.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/044.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/045.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/045.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/046.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/046.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/047.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/047.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/048.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/048.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/049.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/049.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/050.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/050.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/051.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/051.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/052.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/052.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/053.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/053.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/054.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/054.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/055.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/055.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/056.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/056.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/057.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/057.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/058.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/058.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/059.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/059.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/060.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/060.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/061.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/061.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/062.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/062.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/063.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/063.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/064.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/064.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/065.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/065.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/066.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/066.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/067.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/067.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/068.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/068.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/069.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/069.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/070.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/070.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/071.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/071.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/072.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/072.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/073.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/073.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/074.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/074.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/075.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/075.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/076.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/076.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/077.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/077.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/078.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/078.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/079.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/079.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/080.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/080.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/081.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/081.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/082.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/082.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/083.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/083.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/084.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/084.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/085.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/085.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/086.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/086.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/087.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/087.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/088.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/088.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/089.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/089.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/090.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/090.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/091.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/091.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/092.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/092.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/093.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/093.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/094.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/094.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/095.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/095.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/096.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/096.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/097.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/097.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/098.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/098.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/099.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/099.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/100.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/100.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/101.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/101.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/102.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/102.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/103.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/103.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/104.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/104.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/105.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/105.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/106.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/106.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/107.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/107.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/108.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/108.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/109.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/109.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/110.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/110.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/111.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/111.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/112.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/112.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/113.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/113.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/114.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/114.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/115.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/115.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/116.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/116.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/117.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/117.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/118.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/118.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/119.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/119.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/120.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/120.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/121.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/121.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/122.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/122.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/123.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/123.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/124.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/124.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/125.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/125.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/126.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/126.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/127.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/127.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/128.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/128.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/129.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/129.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/130.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/130.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/131.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/131.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/132.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/132.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/133.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/133.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/134.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/134.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/135.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/135.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/136.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/136.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/137.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/137.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/138.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/138.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/139.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/139.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/140.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/140.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/141.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/141.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/142.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/142.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/143.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/143.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/144.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/144.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/145.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/145.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/146.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/146.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/147.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/147.bmp deleted file mode 100644 index 5b9a0ad..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/148.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/148.bmp deleted file mode 100644 index c379636..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/149.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/149.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/150.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/150.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/151.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/151.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/152.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/152.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/153.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/153.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/154.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/154.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/155.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/155.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/156.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/156.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/157.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/157.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/158.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/158.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/159.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/159.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/160.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/160.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/161.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/161.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/162.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/162.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/163.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/163.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/164.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/164.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/165.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/165.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/166.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/166.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/167.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/167.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/168.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/168.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/169.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/169.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/170.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/170.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/171.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/171.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/172.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/172.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/173.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/173.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/174.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/174.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/175.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/175.bmp deleted file mode 100644 index 0eeb911..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/176.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/176.bmp deleted file mode 100644 index 57735f9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/177.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/177.bmp deleted file mode 100644 index 914d539..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/178.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/178.bmp deleted file mode 100644 index 09ae8f3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/179.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/179.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/180.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/180.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/181.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/181.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/182.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/182.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/183.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/183.bmp deleted file mode 100644 index c237216..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/184.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/184.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/185.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/185.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/186.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/186.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/187.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/187.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/188.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/188.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/189.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/189.bmp deleted file mode 100644 index 2610711..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/190.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/190.bmp deleted file mode 100644 index e62e09c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/191.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/191.bmp deleted file mode 100644 index decd831..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/192.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/192.bmp deleted file mode 100644 index b953f57..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/193.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/193.bmp deleted file mode 100644 index b11107c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/194.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/194.bmp deleted file mode 100644 index d98b69b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/195.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/195.bmp deleted file mode 100644 index bfe36cc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/196.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/196.bmp deleted file mode 100644 index 6b12e7a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/197.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/197.bmp deleted file mode 100644 index 4aa06fb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/198.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/198.bmp deleted file mode 100644 index 161b13d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/199.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/199.bmp deleted file mode 100644 index 0d94b52..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/200.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/200.bmp deleted file mode 100644 index b2dc743..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/201.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/201.bmp deleted file mode 100644 index a987217..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/202.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/202.bmp deleted file mode 100644 index 28a05c1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/203.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/203.bmp deleted file mode 100644 index cc5c0be..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/204.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/204.bmp deleted file mode 100644 index 1519f12..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/205.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/205.bmp deleted file mode 100644 index 0a97f18..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/206.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/206.bmp deleted file mode 100644 index 4819dd7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/207.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/207.bmp deleted file mode 100644 index 18d57c8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/208.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/208.bmp deleted file mode 100644 index 827e718..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/209.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/209.bmp deleted file mode 100644 index a690b7a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/210.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/210.bmp deleted file mode 100644 index 732f94a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/211.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/211.bmp deleted file mode 100644 index ec22648..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/212.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/212.bmp deleted file mode 100644 index 2564d2c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/213.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/213.bmp deleted file mode 100644 index f890d46..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/214.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/214.bmp deleted file mode 100644 index 938e1ec..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/215.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/215.bmp deleted file mode 100644 index e952242..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/216.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/216.bmp deleted file mode 100644 index c87857f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/217.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/217.bmp deleted file mode 100644 index e1a7b9c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/218.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/218.bmp deleted file mode 100644 index 13b16eb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/219.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/219.bmp deleted file mode 100644 index ca88218..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/220.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/220.bmp deleted file mode 100644 index 82565dd..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/221.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/221.bmp deleted file mode 100644 index a0b9db0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/222.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/222.bmp deleted file mode 100644 index 89d6b7c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/223.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/223.bmp deleted file mode 100644 index 078a964..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/224.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/224.bmp deleted file mode 100644 index 416b413..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/225.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/225.bmp deleted file mode 100644 index 678af4f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/226.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/226.bmp deleted file mode 100644 index f8e59e8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/227.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/227.bmp deleted file mode 100644 index a6de950..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/228.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/228.bmp deleted file mode 100644 index ef428c1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/229.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/229.bmp deleted file mode 100644 index b89ee1d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/230.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/230.bmp deleted file mode 100644 index f9cf243..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/231.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/231.bmp deleted file mode 100644 index d888262..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/232.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/232.bmp deleted file mode 100644 index 9cb3d37..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/233.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/233.bmp deleted file mode 100644 index 3610e06..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/234.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/234.bmp deleted file mode 100644 index 72fe1f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/235.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/235.bmp deleted file mode 100644 index 2be6536..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/236.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/236.bmp deleted file mode 100644 index 973d7bf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/237.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/237.bmp deleted file mode 100644 index 0fc39dc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/238.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/238.bmp deleted file mode 100644 index bf83cdc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/239.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/239.bmp deleted file mode 100644 index 843f4b3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/240.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/240.bmp deleted file mode 100644 index 0126719..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/241.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/241.bmp deleted file mode 100644 index e809e11..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/242.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/242.bmp deleted file mode 100644 index 71a87bb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/243.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/243.bmp deleted file mode 100644 index f8b1ebf..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/244.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/244.bmp deleted file mode 100644 index bb5737a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/245.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/245.bmp deleted file mode 100644 index bb0202f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/246.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/246.bmp deleted file mode 100644 index bf48615..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/246.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/247.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/247.bmp deleted file mode 100644 index c522d82..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/247.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/248.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/248.bmp deleted file mode 100644 index 22ed3c9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/248.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/249.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/249.bmp deleted file mode 100644 index af2fb04..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/249.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/250.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/250.bmp deleted file mode 100644 index 34b771e..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/250.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/251.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/251.bmp deleted file mode 100644 index 2e17497..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/251.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/252.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/252.bmp deleted file mode 100644 index b2cb858..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/252.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/253.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/253.bmp deleted file mode 100644 index 972491b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/253.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/254.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/254.bmp deleted file mode 100644 index e3e5989..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/254.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/255.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/255.bmp deleted file mode 100644 index 856e46d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/255.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/256.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/256.bmp deleted file mode 100644 index a2a23df..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/256.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/257.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/257.bmp deleted file mode 100644 index 7f59f27..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/257.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/258.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/258.bmp deleted file mode 100644 index 9deabd3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/258.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/259.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/259.bmp deleted file mode 100644 index eae2936..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/259.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/260.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/260.bmp deleted file mode 100644 index 61d5443..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/260.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/261.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/261.bmp deleted file mode 100644 index 9bc0e11..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/261.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/262.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/262.bmp deleted file mode 100644 index 20dc436..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/262.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/263.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/263.bmp deleted file mode 100644 index 8831043..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/263.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/264.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/264.bmp deleted file mode 100644 index 0b2abc0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/265.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/265.bmp deleted file mode 100644 index 5a527c2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/266.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/266.bmp deleted file mode 100644 index a40d093..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/267.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/267.bmp deleted file mode 100644 index e623efe..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/268.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/268.bmp deleted file mode 100644 index 63890b5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/269.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/269.bmp deleted file mode 100644 index d7bdb41..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/270.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/270.bmp deleted file mode 100644 index e7a1efa..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/271.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/271.bmp deleted file mode 100644 index 570f8b4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/272.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/272.bmp deleted file mode 100644 index 9fda201..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/273.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/273.bmp deleted file mode 100644 index d9b7f7b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/274.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/274.bmp deleted file mode 100644 index 84ff9f2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/275.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/275.bmp deleted file mode 100644 index b46d6ca..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/276.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/276.bmp deleted file mode 100644 index c4fbd05..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/277.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/277.bmp deleted file mode 100644 index f514813..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/278.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/278.bmp deleted file mode 100644 index 77549b8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/279.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/279.bmp deleted file mode 100644 index e6a8c46..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/280.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/280.bmp deleted file mode 100644 index 08e7912..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/281.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/281.bmp deleted file mode 100644 index c027e54..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/282.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/282.bmp deleted file mode 100644 index dc41e3d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/283.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/283.bmp deleted file mode 100644 index 3f306da..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/284.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/284.bmp deleted file mode 100644 index 089c2c6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/285.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/285.bmp deleted file mode 100644 index bb0d154..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/286.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/286.bmp deleted file mode 100644 index aa48b07..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/287.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/287.bmp deleted file mode 100644 index 0233f9d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/288.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/288.bmp deleted file mode 100644 index cbdab75..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/289.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/289.bmp deleted file mode 100644 index 6bb3360..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/290.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/290.bmp deleted file mode 100644 index 38e349b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/291.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/291.bmp deleted file mode 100644 index 715ed14..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/292.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/292.bmp deleted file mode 100644 index 555ba80..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/293.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/293.bmp deleted file mode 100644 index e3777f3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/294.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/294.bmp deleted file mode 100644 index 028642f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/295.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/295.bmp deleted file mode 100644 index 2b8ee66..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/296.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/296.bmp deleted file mode 100644 index 1d4a7d8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/297.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/297.bmp deleted file mode 100644 index ebed64a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/298.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/298.bmp deleted file mode 100644 index f4d1061..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/299.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/299.bmp deleted file mode 100644 index 9cca6d1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/300.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/300.bmp deleted file mode 100644 index f0b4308..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/301.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/301.bmp deleted file mode 100644 index 3c94878..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/302.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/302.bmp deleted file mode 100644 index ed48bcb..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/303.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/303.bmp deleted file mode 100644 index 129d356..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/304.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/304.bmp deleted file mode 100644 index 5c0816b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/305.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/305.bmp deleted file mode 100644 index 30575db..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/306.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/306.bmp deleted file mode 100644 index 8687b97..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/307.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/307.bmp deleted file mode 100644 index 931e8ac..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/308.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/308.bmp deleted file mode 100644 index f20ea08..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/309.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/309.bmp deleted file mode 100644 index 95a1b74..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/310.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/310.bmp deleted file mode 100644 index c6a9fae..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/311.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/311.bmp deleted file mode 100644 index cf710ae..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/312.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/312.bmp deleted file mode 100644 index 3d34e81..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/313.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/313.bmp deleted file mode 100644 index 7e8b16f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/314.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/314.bmp deleted file mode 100644 index a19c77d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/315.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/315.bmp deleted file mode 100644 index cec020f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/316.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/316.bmp deleted file mode 100644 index 2624cbd..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/317.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/317.bmp deleted file mode 100644 index f893ef5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/318.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/318.bmp deleted file mode 100644 index db15af3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/319.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/319.bmp deleted file mode 100644 index 44042cc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/320.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/320.bmp deleted file mode 100644 index 8ec7e36..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/321.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/321.bmp deleted file mode 100644 index 3001c26..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/322.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/322.bmp deleted file mode 100644 index b60e7da..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/323.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/323.bmp deleted file mode 100644 index 34d115b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/324.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/324.bmp deleted file mode 100644 index 0302aa0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/325.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/325.bmp deleted file mode 100644 index 34611c0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/326.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/326.bmp deleted file mode 100644 index bd27b75..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/327.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/327.bmp deleted file mode 100644 index 6945114..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/328.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/328.bmp deleted file mode 100644 index 36508b9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/329.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/329.bmp deleted file mode 100644 index 38796f3..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/330.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/330.bmp deleted file mode 100644 index 0b6cb84..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/331.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/331.bmp deleted file mode 100644 index ab5ca74..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/332.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/332.bmp deleted file mode 100644 index 01caa54..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/333.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/333.bmp deleted file mode 100644 index 419b0ea..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/334.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/334.bmp deleted file mode 100644 index 0b53d73..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/335.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/335.bmp deleted file mode 100644 index e52d7bd..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/336.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/336.bmp deleted file mode 100644 index 70d1e38..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/337.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/337.bmp deleted file mode 100644 index fcce64d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/338.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/338.bmp deleted file mode 100644 index ce0a96a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/339.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/339.bmp deleted file mode 100644 index 726863b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/340.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/340.bmp deleted file mode 100644 index 196c384..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/341.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/341.bmp deleted file mode 100644 index a11ed0d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/342.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/342.bmp deleted file mode 100644 index 30c9a63..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/343.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/343.bmp deleted file mode 100644 index 51b0826..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/344.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/344.bmp deleted file mode 100644 index bf5c848..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/345.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/345.bmp deleted file mode 100644 index f536a34..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/346.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/346.bmp deleted file mode 100644 index 0077385..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/347.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/347.bmp deleted file mode 100644 index d9af3f8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/348.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/348.bmp deleted file mode 100644 index 2200d26..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/349.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/349.bmp deleted file mode 100644 index 4798007..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/350.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/350.bmp deleted file mode 100644 index 1e86103..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/351.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/351.bmp deleted file mode 100644 index 6a86a57..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/352.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/352.bmp deleted file mode 100644 index 6955cde..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/353.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/353.bmp deleted file mode 100644 index 5743a3a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/354.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/354.bmp deleted file mode 100644 index cd72c35..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/355.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/355.bmp deleted file mode 100644 index 0423f04..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/356.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/356.bmp deleted file mode 100644 index 65abee4..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/357.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/357.bmp deleted file mode 100644 index b8cc4d8..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/358.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/358.bmp deleted file mode 100644 index a9ebb40..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/359.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/359.bmp deleted file mode 100644 index a685d9d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/360.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/360.bmp deleted file mode 100644 index b33b9c5..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/361.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/361.bmp deleted file mode 100644 index 38a03ad..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/362.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/362.bmp deleted file mode 100644 index c48c07f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/363.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/363.bmp deleted file mode 100644 index f984440..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/364.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/364.bmp deleted file mode 100644 index 699d1a1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/365.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/365.bmp deleted file mode 100644 index 6ffd7de..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/366.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/366.bmp deleted file mode 100644 index edbb4fe..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/367.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/367.bmp deleted file mode 100644 index 0d89ef2..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/368.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/368.bmp deleted file mode 100644 index da062fc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/369.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/369.bmp deleted file mode 100644 index 1953d6c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/370.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/370.bmp deleted file mode 100644 index 126c458..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/371.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/371.bmp deleted file mode 100644 index fc3fd2b..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/372.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/372.bmp deleted file mode 100644 index edbace0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/373.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/373.bmp deleted file mode 100644 index 4844fd1..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/374.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/374.bmp deleted file mode 100644 index adefae6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/375.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/375.bmp deleted file mode 100644 index 7a34332..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/376.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/376.bmp deleted file mode 100644 index 6594fa9..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/377.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/377.bmp deleted file mode 100644 index 59e2828..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/378.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/378.bmp deleted file mode 100644 index 3300510..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/379.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/379.bmp deleted file mode 100644 index 844c150..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/380.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/380.bmp deleted file mode 100644 index b0b55c0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/381.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/381.bmp deleted file mode 100644 index 7bd2c0f..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/382.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/382.bmp deleted file mode 100644 index 1be9623..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/383.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/383.bmp deleted file mode 100644 index 76221ee..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/384.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/384.bmp deleted file mode 100644 index 45fa70a..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/385.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/385.bmp deleted file mode 100644 index 5d0538c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/386.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/386.bmp deleted file mode 100644 index dd44402..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/387.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/387.bmp deleted file mode 100644 index 09c12d6..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/388.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/388.bmp deleted file mode 100644 index cbebccc..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/389.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/389.bmp deleted file mode 100644 index 4f96306..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/390.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/390.bmp deleted file mode 100644 index bba7079..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/391.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/391.bmp deleted file mode 100644 index 007f52d..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/391.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/392.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/392.bmp deleted file mode 100644 index fbc5009..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/392.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/393.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/393.bmp deleted file mode 100644 index d6fd10c..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/393.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/394.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/394.bmp deleted file mode 100644 index 9a897f7..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/394.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/395.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/395.bmp deleted file mode 100644 index 94468af..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/395.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/396.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/396.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/396.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/397.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/397.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/397.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/398.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/398.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/398.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/399.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/399.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/399.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/400.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/400.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/400.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/401.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/401.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/401.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/402.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/402.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/402.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/403.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/403.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/403.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/404.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/404.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/404.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/405.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/405.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/405.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/406.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/406.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/406.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/407.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/407.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/407.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/408.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/408.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/408.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/409.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/409.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/409.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/410.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/410.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/410.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/411.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/411.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/411.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/412.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/412.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/412.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/413.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/413.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/413.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/414.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/414.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/414.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/415.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/415.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/415.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/416.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/416.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/416.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/417.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/417.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/417.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/418.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/418.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/418.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/419.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/419.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/419.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/420.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/420.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/420.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/421.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/421.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/421.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/422.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/422.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/422.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/423.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/423.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/423.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/424.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/424.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/424.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/425.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/425.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/425.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/426.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/426.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/426.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/427.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/427.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/427.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/428.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/428.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/428.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/429.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/429.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/429.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/430.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/430.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/430.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/431.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/431.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/431.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/432.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/432.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/432.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/433.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/433.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/433.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/434.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/434.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/434.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/435.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/435.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/435.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/436.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/436.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/436.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/437.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/437.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/437.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/438.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/438.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/438.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/439.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/439.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/439.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/440.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/440.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/440.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/441.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/441.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/441.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/442.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/442.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/442.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/443.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/443.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/443.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/444.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/444.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/444.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/445.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/445.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/445.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/446.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/446.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/446.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/447.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/447.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/447.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/448.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/448.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/448.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/449.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/449.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/449.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/450.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/450.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/450.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/451.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/451.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/451.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/452.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/452.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/452.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/453.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/453.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/453.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/454.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/454.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/454.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/455.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/455.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/455.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/456.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/456.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/456.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/457.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/457.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/457.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/458.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/458.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/458.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/459.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/459.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/459.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/460.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/460.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/460.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/461.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/461.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/461.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/462.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/462.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/462.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/463.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/463.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/463.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/464.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/464.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/464.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/465.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/465.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/465.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/466.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/466.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/466.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/467.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/467.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/467.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/468.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/468.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/468.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/469.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/469.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/469.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/470.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/470.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/470.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/471.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/471.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/471.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/472.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/472.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/472.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/473.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/473.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/473.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/474.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/474.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/474.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/475.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/475.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/475.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/476.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/476.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/476.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/477.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/477.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/477.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/478.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/478.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/478.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/479.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/479.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/479.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/480.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/480.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/480.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/481.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/481.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/481.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/482.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/482.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/482.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/483.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/483.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/483.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/484.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/484.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/484.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/485.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/485.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/485.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/486.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/486.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/486.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/487.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/487.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/487.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/488.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/488.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/488.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/489.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/489.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/489.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/490.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/490.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/490.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/491.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/491.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/491.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/492.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/492.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/492.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/493.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/493.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/493.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/494.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/494.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/494.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/495.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/495.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/495.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/496.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/496.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/496.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/497.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/497.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/497.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/498.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/498.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/498.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/499.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/499.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/499.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/500.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/500.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/500.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/501.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/501.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/501.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/502.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/502.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/502.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/503.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/503.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/503.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/504.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/504.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/504.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/505.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/505.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/505.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/506.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/506.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/506.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/507.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/507.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/507.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/508.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/508.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/508.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/509.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/509.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/509.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/510.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/510.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/510.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/511.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/511.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/511.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/512.bmp b/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/512.bmp deleted file mode 100644 index af052f0..0000000 Binary files a/src/main/webapp/allBmps/2757ead8-03a2-1c38-7110-fca33f243ef9/sagittal/512.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/001.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/001.bmp new file mode 100644 index 0000000..590d75b Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/001.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/002.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/002.bmp new file mode 100644 index 0000000..48d7ade Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/002.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/003.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/003.bmp new file mode 100644 index 0000000..259bf98 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/003.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/004.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/004.bmp new file mode 100644 index 0000000..f101d57 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/004.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/005.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/005.bmp new file mode 100644 index 0000000..23e475e Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/005.bmp differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/246.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/006.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/246.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/006.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/247.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/007.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/247.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/007.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/248.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/008.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/248.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/008.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/249.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/009.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/249.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/009.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/250.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/010.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/250.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/010.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/251.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/011.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/251.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/011.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/252.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/012.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/252.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/012.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/253.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/013.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/253.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/013.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/254.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/014.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/254.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/014.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/255.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/015.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/255.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/015.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/256.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/016.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/256.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/016.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/257.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/017.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/257.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/017.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/258.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/018.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/258.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/018.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/259.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/019.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/259.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/019.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/260.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/020.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/260.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/020.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/261.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/021.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/261.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/021.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/262.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/022.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/262.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/022.bmp diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/263.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/023.bmp similarity index 100% rename from src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/263.bmp rename to src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/023.bmp diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/024.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/024.bmp new file mode 100644 index 0000000..0179c66 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/024.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/025.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/025.bmp new file mode 100644 index 0000000..6d2f30b Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/025.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/026.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/026.bmp new file mode 100644 index 0000000..bb36278 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/026.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/027.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/027.bmp new file mode 100644 index 0000000..72bab53 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/027.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/028.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/028.bmp new file mode 100644 index 0000000..7d32d52 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/028.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/029.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/029.bmp new file mode 100644 index 0000000..a08a960 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/029.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/030.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/030.bmp new file mode 100644 index 0000000..af8d23d Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/030.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/031.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/031.bmp new file mode 100644 index 0000000..4360041 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/031.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/032.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/032.bmp new file mode 100644 index 0000000..05b4425 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/032.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/033.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/033.bmp new file mode 100644 index 0000000..71be8cf Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/033.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/034.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/034.bmp new file mode 100644 index 0000000..f3b6c42 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/034.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/035.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/035.bmp new file mode 100644 index 0000000..0858f1d Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/035.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/036.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/036.bmp new file mode 100644 index 0000000..c95cea1 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/036.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/037.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/037.bmp new file mode 100644 index 0000000..ebf50c4 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/037.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/038.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/038.bmp new file mode 100644 index 0000000..7b838de Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/038.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/039.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/039.bmp new file mode 100644 index 0000000..f1d6d47 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/039.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/040.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/040.bmp new file mode 100644 index 0000000..234aec7 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/040.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/041.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/041.bmp new file mode 100644 index 0000000..07d34fa Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/041.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/042.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/042.bmp new file mode 100644 index 0000000..0e664cb Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/042.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/043.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/043.bmp new file mode 100644 index 0000000..31b505f Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/043.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/044.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/044.bmp new file mode 100644 index 0000000..adb7190 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/044.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/045.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/045.bmp new file mode 100644 index 0000000..e456404 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/045.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/046.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/046.bmp new file mode 100644 index 0000000..f24bebf Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/046.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/047.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/047.bmp new file mode 100644 index 0000000..3fda3e1 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/047.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/048.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/048.bmp new file mode 100644 index 0000000..9c8d22b Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/048.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/049.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/049.bmp new file mode 100644 index 0000000..4d62d05 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/049.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/050.bmp b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/050.bmp new file mode 100644 index 0000000..d1352ef Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/axial/050.bmp differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/001.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/001.jpg new file mode 100644 index 0000000..924ea8c Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/001.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/002.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/002.jpg new file mode 100644 index 0000000..c01d806 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/002.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/003.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/003.jpg new file mode 100644 index 0000000..67b03cb Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/003.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/004.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/004.jpg new file mode 100644 index 0000000..1366adf Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/004.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/005.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/005.jpg new file mode 100644 index 0000000..b0aaa14 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/005.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/006.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/006.jpg new file mode 100644 index 0000000..a8cc6bc Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/006.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/007.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/007.jpg new file mode 100644 index 0000000..214e051 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/007.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/008.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/008.jpg new file mode 100644 index 0000000..ac7b157 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/008.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/009.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/009.jpg new file mode 100644 index 0000000..abe1c6d Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/009.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/010.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/010.jpg new file mode 100644 index 0000000..2007b2b Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/010.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/011.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/011.jpg new file mode 100644 index 0000000..8330d9e Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/011.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/012.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/012.jpg new file mode 100644 index 0000000..87e14c7 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/012.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/013.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/013.jpg new file mode 100644 index 0000000..3d71984 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/013.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/014.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/014.jpg new file mode 100644 index 0000000..2bf7c86 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/014.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/015.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/015.jpg new file mode 100644 index 0000000..9ea9bf9 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/015.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/016.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/016.jpg new file mode 100644 index 0000000..a42a041 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/016.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/017.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/017.jpg new file mode 100644 index 0000000..039e2c7 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/017.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/018.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/018.jpg new file mode 100644 index 0000000..b6c627e Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/018.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/019.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/019.jpg new file mode 100644 index 0000000..afdea66 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/019.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/020.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/020.jpg new file mode 100644 index 0000000..5a19d9f Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/020.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/021.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/021.jpg new file mode 100644 index 0000000..8c57af5 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/021.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/022.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/022.jpg new file mode 100644 index 0000000..2a8d7d6 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/022.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/023.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/023.jpg new file mode 100644 index 0000000..75a7082 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/023.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/024.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/024.jpg new file mode 100644 index 0000000..faf90e4 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/024.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/025.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/025.jpg new file mode 100644 index 0000000..fe62803 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/025.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/026.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/026.jpg new file mode 100644 index 0000000..773fa21 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/026.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/027.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/027.jpg new file mode 100644 index 0000000..0fc1566 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/027.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/028.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/028.jpg new file mode 100644 index 0000000..76a7dab Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/028.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/029.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/029.jpg new file mode 100644 index 0000000..0c9b83d Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/029.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/030.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/030.jpg new file mode 100644 index 0000000..ddd7bc7 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/030.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/031.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/031.jpg new file mode 100644 index 0000000..2128226 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/031.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/032.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/032.jpg new file mode 100644 index 0000000..f5f5e7c Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/032.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/033.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/033.jpg new file mode 100644 index 0000000..3dddfe5 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/033.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/034.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/034.jpg new file mode 100644 index 0000000..f649c65 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/034.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/035.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/035.jpg new file mode 100644 index 0000000..bfe9c37 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/035.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/036.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/036.jpg new file mode 100644 index 0000000..7e4332c Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/036.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/037.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/037.jpg new file mode 100644 index 0000000..c9f14d8 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/037.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/038.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/038.jpg new file mode 100644 index 0000000..7736016 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/038.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/039.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/039.jpg new file mode 100644 index 0000000..6dd59d0 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/039.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/040.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/040.jpg new file mode 100644 index 0000000..176f908 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/040.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/041.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/041.jpg new file mode 100644 index 0000000..6028c71 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/041.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/042.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/042.jpg new file mode 100644 index 0000000..e002263 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/042.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/043.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/043.jpg new file mode 100644 index 0000000..2843581 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/043.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/044.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/044.jpg new file mode 100644 index 0000000..70cfc66 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/044.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/045.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/045.jpg new file mode 100644 index 0000000..6f12afc Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/045.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/046.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/046.jpg new file mode 100644 index 0000000..f4d6105 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/046.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/047.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/047.jpg new file mode 100644 index 0000000..d830a25 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/047.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/048.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/048.jpg new file mode 100644 index 0000000..50c1150 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/048.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/049.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/049.jpg new file mode 100644 index 0000000..1870b75 Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/049.jpg differ diff --git a/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/050.jpg b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/050.jpg new file mode 100644 index 0000000..db37d2d Binary files /dev/null and b/src/main/webapp/allBmps/28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e/dcm/axial/050.jpg differ diff --git a/src/main/webapp/allBmps/WU HUI MIN_28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e.zip b/src/main/webapp/allBmps/WU HUI MIN_28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e.zip new file mode 100644 index 0000000..15cb0ec Binary files /dev/null and b/src/main/webapp/allBmps/WU HUI MIN_28968dcc-c0d2-6d3e-19b0-47ae67d5ef3e.zip differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/001.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/001.bmp deleted file mode 100644 index 0eb6631..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/002.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/002.bmp deleted file mode 100644 index 857a947..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/003.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/003.bmp deleted file mode 100644 index 0c2a68f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/004.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/004.bmp deleted file mode 100644 index 4b0991f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/005.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/005.bmp deleted file mode 100644 index 2fc69ab..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/006.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/006.bmp deleted file mode 100644 index 916050c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/007.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/007.bmp deleted file mode 100644 index 4a261fc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/008.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/008.bmp deleted file mode 100644 index 1a78a37..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/009.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/009.bmp deleted file mode 100644 index a2809a3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/010.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/010.bmp deleted file mode 100644 index 66af706..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/011.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/011.bmp deleted file mode 100644 index 44911fd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/012.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/012.bmp deleted file mode 100644 index c53111e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/013.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/013.bmp deleted file mode 100644 index 138b7fd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/014.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/014.bmp deleted file mode 100644 index bc0dab4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/015.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/015.bmp deleted file mode 100644 index 45415fe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/016.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/016.bmp deleted file mode 100644 index 1d5e8ea..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/017.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/017.bmp deleted file mode 100644 index f2f946e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/018.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/018.bmp deleted file mode 100644 index 54de77a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/019.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/019.bmp deleted file mode 100644 index 6570423..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/020.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/020.bmp deleted file mode 100644 index 7d1ea84..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/021.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/021.bmp deleted file mode 100644 index 6349c5c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/022.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/022.bmp deleted file mode 100644 index 717f3ca..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/023.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/023.bmp deleted file mode 100644 index 9378bbd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/024.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/024.bmp deleted file mode 100644 index 2580233..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/025.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/025.bmp deleted file mode 100644 index 235e878..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/026.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/026.bmp deleted file mode 100644 index 8b8aade..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/027.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/027.bmp deleted file mode 100644 index 34b37d2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/028.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/028.bmp deleted file mode 100644 index b3a37dd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/029.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/029.bmp deleted file mode 100644 index 593f1f4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/030.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/030.bmp deleted file mode 100644 index 0edebec..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/031.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/031.bmp deleted file mode 100644 index 539e21a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/032.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/032.bmp deleted file mode 100644 index 83e76f6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/033.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/033.bmp deleted file mode 100644 index df4b896..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/034.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/034.bmp deleted file mode 100644 index 0b4b3f3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/035.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/035.bmp deleted file mode 100644 index 5eb54d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/036.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/036.bmp deleted file mode 100644 index d49c543..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/037.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/037.bmp deleted file mode 100644 index 3117c36..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/038.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/038.bmp deleted file mode 100644 index c078cf2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/039.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/039.bmp deleted file mode 100644 index 18bed54..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/040.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/040.bmp deleted file mode 100644 index c1351d6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/041.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/041.bmp deleted file mode 100644 index 4eb4efe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/042.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/042.bmp deleted file mode 100644 index a6fdc2c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/043.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/043.bmp deleted file mode 100644 index c34197c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/044.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/044.bmp deleted file mode 100644 index 94d9dd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/045.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/045.bmp deleted file mode 100644 index 286d553..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/046.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/046.bmp deleted file mode 100644 index 1dd35b8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/047.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/047.bmp deleted file mode 100644 index 84e3223..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/048.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/048.bmp deleted file mode 100644 index 11cc5fa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/049.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/049.bmp deleted file mode 100644 index e773942..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/050.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/050.bmp deleted file mode 100644 index fc37b20..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/051.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/051.bmp deleted file mode 100644 index 676d1f2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/052.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/052.bmp deleted file mode 100644 index 4de43ef..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/053.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/053.bmp deleted file mode 100644 index f7f408c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/054.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/054.bmp deleted file mode 100644 index 0e87d33..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/055.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/055.bmp deleted file mode 100644 index 30a6f4f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/056.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/056.bmp deleted file mode 100644 index 59954f3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/057.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/057.bmp deleted file mode 100644 index 358835b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/058.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/058.bmp deleted file mode 100644 index 42209c7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/059.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/059.bmp deleted file mode 100644 index 1713dfe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/060.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/060.bmp deleted file mode 100644 index 007e44a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/061.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/061.bmp deleted file mode 100644 index d978905..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/062.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/062.bmp deleted file mode 100644 index b6807d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/063.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/063.bmp deleted file mode 100644 index 9ab4442..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/064.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/064.bmp deleted file mode 100644 index 4ff50ca..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/065.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/065.bmp deleted file mode 100644 index df3cfa8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/066.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/066.bmp deleted file mode 100644 index 4394749..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/067.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/067.bmp deleted file mode 100644 index cf42bf9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/068.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/068.bmp deleted file mode 100644 index 0e2cedd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/069.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/069.bmp deleted file mode 100644 index e974b11..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/070.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/070.bmp deleted file mode 100644 index 8d3018a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/071.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/071.bmp deleted file mode 100644 index 34ab6aa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/072.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/072.bmp deleted file mode 100644 index 422d71a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/073.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/073.bmp deleted file mode 100644 index e317500..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/074.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/074.bmp deleted file mode 100644 index 51b9ba4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/075.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/075.bmp deleted file mode 100644 index 5104582..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/076.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/076.bmp deleted file mode 100644 index 1b1b28f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/077.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/077.bmp deleted file mode 100644 index 7058b66..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/078.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/078.bmp deleted file mode 100644 index e7a70f5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/079.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/079.bmp deleted file mode 100644 index 834b14a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/080.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/080.bmp deleted file mode 100644 index d58b513..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/081.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/081.bmp deleted file mode 100644 index 0ae823d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/082.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/082.bmp deleted file mode 100644 index 5974f53..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/083.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/083.bmp deleted file mode 100644 index dec4de5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/084.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/084.bmp deleted file mode 100644 index 7048b61..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/085.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/085.bmp deleted file mode 100644 index 9ea8403..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/086.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/086.bmp deleted file mode 100644 index 1679cb7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/087.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/087.bmp deleted file mode 100644 index 18158fb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/088.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/088.bmp deleted file mode 100644 index c989ca6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/089.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/089.bmp deleted file mode 100644 index 75292e8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/090.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/090.bmp deleted file mode 100644 index 3945430..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/091.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/091.bmp deleted file mode 100644 index b89aa07..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/092.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/092.bmp deleted file mode 100644 index 9fb22af..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/093.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/093.bmp deleted file mode 100644 index 0ff9697..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/094.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/094.bmp deleted file mode 100644 index 19c002a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/095.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/095.bmp deleted file mode 100644 index 616bdca..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/096.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/096.bmp deleted file mode 100644 index 38cb7ae..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/097.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/097.bmp deleted file mode 100644 index e1c032b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/098.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/098.bmp deleted file mode 100644 index 9183fb4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/099.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/099.bmp deleted file mode 100644 index 1b29447..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/100.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/100.bmp deleted file mode 100644 index f339e34..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/101.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/101.bmp deleted file mode 100644 index 4e64ade..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/102.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/102.bmp deleted file mode 100644 index 636b437..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/103.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/103.bmp deleted file mode 100644 index 9de95aa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/104.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/104.bmp deleted file mode 100644 index 24e1df6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/105.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/105.bmp deleted file mode 100644 index f37c238..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/106.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/106.bmp deleted file mode 100644 index 9bdcd5d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/107.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/107.bmp deleted file mode 100644 index 5dab973..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/108.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/108.bmp deleted file mode 100644 index 6aafe64..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/109.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/109.bmp deleted file mode 100644 index 5a70afa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/110.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/110.bmp deleted file mode 100644 index 3b0d2dd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/111.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/111.bmp deleted file mode 100644 index 4b683ef..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/112.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/112.bmp deleted file mode 100644 index 2d9c931..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/113.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/113.bmp deleted file mode 100644 index 58acbbf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/114.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/114.bmp deleted file mode 100644 index 4d6f1f4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/115.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/115.bmp deleted file mode 100644 index 2691d60..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/116.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/116.bmp deleted file mode 100644 index 9b7c768..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/117.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/117.bmp deleted file mode 100644 index 77f562b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/118.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/118.bmp deleted file mode 100644 index dca6d74..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/119.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/119.bmp deleted file mode 100644 index 4c8ff5c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/120.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/120.bmp deleted file mode 100644 index 118a84b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/121.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/121.bmp deleted file mode 100644 index d3d2bdc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/122.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/122.bmp deleted file mode 100644 index 2ebaa03..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/123.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/123.bmp deleted file mode 100644 index 17ea66b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/124.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/124.bmp deleted file mode 100644 index 96268a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/125.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/125.bmp deleted file mode 100644 index ef98611..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/126.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/126.bmp deleted file mode 100644 index 9123ea3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/127.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/127.bmp deleted file mode 100644 index 04d5368..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/128.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/128.bmp deleted file mode 100644 index 4385225..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/129.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/129.bmp deleted file mode 100644 index 393fc29..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/130.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/130.bmp deleted file mode 100644 index 4bc90be..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/131.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/131.bmp deleted file mode 100644 index 9ed69a5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/132.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/132.bmp deleted file mode 100644 index 5e702c8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/133.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/133.bmp deleted file mode 100644 index 2b9ccb9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/134.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/134.bmp deleted file mode 100644 index aa291c9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/135.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/135.bmp deleted file mode 100644 index 6df7c71..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/136.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/136.bmp deleted file mode 100644 index 139376e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/137.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/137.bmp deleted file mode 100644 index 5d2c701..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/138.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/138.bmp deleted file mode 100644 index 4a93448..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/139.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/139.bmp deleted file mode 100644 index 96e74b1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/140.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/140.bmp deleted file mode 100644 index e4b6f53..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/141.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/141.bmp deleted file mode 100644 index 8f96420..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/142.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/142.bmp deleted file mode 100644 index c8e185c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/143.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/143.bmp deleted file mode 100644 index 04cf623..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/144.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/144.bmp deleted file mode 100644 index 9ce96e5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/145.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/145.bmp deleted file mode 100644 index 1bb8a33..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/146.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/146.bmp deleted file mode 100644 index 180a3c7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/147.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/147.bmp deleted file mode 100644 index ee86243..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/148.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/148.bmp deleted file mode 100644 index 049f2af..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/149.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/149.bmp deleted file mode 100644 index e57939d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/150.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/150.bmp deleted file mode 100644 index 2ecb108..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/151.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/151.bmp deleted file mode 100644 index c0fbf19..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/152.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/152.bmp deleted file mode 100644 index 25238b5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/153.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/153.bmp deleted file mode 100644 index 9741a12..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/154.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/154.bmp deleted file mode 100644 index a96329b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/155.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/155.bmp deleted file mode 100644 index 1a2e82b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/156.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/156.bmp deleted file mode 100644 index 3afdc13..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/157.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/157.bmp deleted file mode 100644 index 4d542f2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/158.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/158.bmp deleted file mode 100644 index 1f5ad57..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/159.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/159.bmp deleted file mode 100644 index 03ae48f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/160.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/160.bmp deleted file mode 100644 index d72222e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/161.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/161.bmp deleted file mode 100644 index 8eb458d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/162.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/162.bmp deleted file mode 100644 index 115d3aa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/163.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/163.bmp deleted file mode 100644 index 81b10b7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/164.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/164.bmp deleted file mode 100644 index 0d068b0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/165.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/165.bmp deleted file mode 100644 index fa078fa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/166.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/166.bmp deleted file mode 100644 index 79a91bb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/167.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/167.bmp deleted file mode 100644 index 6945203..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/168.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/168.bmp deleted file mode 100644 index 4c3266c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/169.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/169.bmp deleted file mode 100644 index ffd9857..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/170.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/170.bmp deleted file mode 100644 index 014e57c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/171.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/171.bmp deleted file mode 100644 index 167fd7f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/172.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/172.bmp deleted file mode 100644 index 71a1906..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/173.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/173.bmp deleted file mode 100644 index b76107a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/174.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/174.bmp deleted file mode 100644 index 3671ef0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/175.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/175.bmp deleted file mode 100644 index 7a5f408..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/176.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/176.bmp deleted file mode 100644 index 3d31dbf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/177.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/177.bmp deleted file mode 100644 index 1875488..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/178.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/178.bmp deleted file mode 100644 index 255a252..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/179.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/179.bmp deleted file mode 100644 index 625098b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/180.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/180.bmp deleted file mode 100644 index 30849b9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/181.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/181.bmp deleted file mode 100644 index c7d55e5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/182.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/182.bmp deleted file mode 100644 index c13ed4e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/183.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/183.bmp deleted file mode 100644 index 58d6c3b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/184.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/184.bmp deleted file mode 100644 index a1c9aea..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/185.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/185.bmp deleted file mode 100644 index e38be8a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/186.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/186.bmp deleted file mode 100644 index e7c2f4f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/187.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/187.bmp deleted file mode 100644 index d97ae06..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/188.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/188.bmp deleted file mode 100644 index 9657ded..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/189.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/189.bmp deleted file mode 100644 index e5f6b37..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/190.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/190.bmp deleted file mode 100644 index 933046b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/191.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/191.bmp deleted file mode 100644 index 5464cea..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/192.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/192.bmp deleted file mode 100644 index 34e08f1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/193.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/193.bmp deleted file mode 100644 index 4e63abf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/194.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/194.bmp deleted file mode 100644 index 9d134c9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/195.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/195.bmp deleted file mode 100644 index 28f4839..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/196.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/196.bmp deleted file mode 100644 index 6118817..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/197.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/197.bmp deleted file mode 100644 index 823277f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/198.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/198.bmp deleted file mode 100644 index 21ed0a0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/199.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/199.bmp deleted file mode 100644 index a5d4fbf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/200.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/200.bmp deleted file mode 100644 index 646ec9f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/201.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/201.bmp deleted file mode 100644 index c0b9e58..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/202.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/202.bmp deleted file mode 100644 index 7b2be2e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/203.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/203.bmp deleted file mode 100644 index 721372c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/204.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/204.bmp deleted file mode 100644 index 860984b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/205.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/205.bmp deleted file mode 100644 index a9258a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/206.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/206.bmp deleted file mode 100644 index 6cc2ecf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/207.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/207.bmp deleted file mode 100644 index d7947c8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/208.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/208.bmp deleted file mode 100644 index 0bbc1bc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/209.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/209.bmp deleted file mode 100644 index 0456036..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/210.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/210.bmp deleted file mode 100644 index 1c6897e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/211.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/211.bmp deleted file mode 100644 index 4d3973a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/212.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/212.bmp deleted file mode 100644 index 9e346fb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/213.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/213.bmp deleted file mode 100644 index d887a7b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/214.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/214.bmp deleted file mode 100644 index 8907f8d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/215.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/215.bmp deleted file mode 100644 index ff4f8bd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/216.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/216.bmp deleted file mode 100644 index 057cc4f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/217.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/217.bmp deleted file mode 100644 index 6853149..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/218.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/218.bmp deleted file mode 100644 index dee362f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/219.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/219.bmp deleted file mode 100644 index ce90417..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/220.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/220.bmp deleted file mode 100644 index 3ed5c31..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/221.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/221.bmp deleted file mode 100644 index 61bd65c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/222.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/222.bmp deleted file mode 100644 index d29b77c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/223.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/223.bmp deleted file mode 100644 index 00cef62..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/224.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/224.bmp deleted file mode 100644 index 3a69c20..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/225.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/225.bmp deleted file mode 100644 index ef2c3cc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/226.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/226.bmp deleted file mode 100644 index a9471d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/227.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/227.bmp deleted file mode 100644 index b2b826b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/228.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/228.bmp deleted file mode 100644 index 69a798e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/229.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/229.bmp deleted file mode 100644 index 17f0f74..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/230.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/230.bmp deleted file mode 100644 index a25a72d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/231.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/231.bmp deleted file mode 100644 index f7c8dc6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/232.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/232.bmp deleted file mode 100644 index 0b65f64..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/233.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/233.bmp deleted file mode 100644 index a489fcd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/234.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/234.bmp deleted file mode 100644 index e15285a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/235.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/235.bmp deleted file mode 100644 index 2a3049a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/236.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/236.bmp deleted file mode 100644 index 8d99e50..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/237.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/237.bmp deleted file mode 100644 index 57e5f1d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/238.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/238.bmp deleted file mode 100644 index ec4014f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/239.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/239.bmp deleted file mode 100644 index a7b4616..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/240.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/240.bmp deleted file mode 100644 index 5052851..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/241.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/241.bmp deleted file mode 100644 index 77dbb60..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/242.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/242.bmp deleted file mode 100644 index e29cd3d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/243.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/243.bmp deleted file mode 100644 index 018f609..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/244.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/244.bmp deleted file mode 100644 index 018f609..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/245.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/245.bmp deleted file mode 100644 index 6d9ab7a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/264.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/264.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/265.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/265.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/266.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/266.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/267.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/267.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/268.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/268.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/269.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/269.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/270.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/270.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/271.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/271.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/272.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/272.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/273.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/273.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/274.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/274.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/275.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/275.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/276.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/276.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/277.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/277.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/278.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/278.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/279.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/279.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/280.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/280.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/281.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/281.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/282.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/282.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/283.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/283.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/284.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/284.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/285.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/285.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/286.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/286.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/287.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/287.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/288.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/288.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/289.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/289.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/290.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/290.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/291.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/291.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/292.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/292.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/293.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/293.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/294.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/294.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/295.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/295.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/296.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/296.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/297.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/297.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/298.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/298.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/299.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/299.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/300.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/300.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/301.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/301.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/302.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/302.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/303.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/303.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/304.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/304.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/305.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/305.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/306.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/306.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/307.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/307.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/308.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/308.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/309.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/309.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/310.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/310.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/311.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/311.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/312.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/312.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/313.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/313.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/314.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/314.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/315.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/315.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/316.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/316.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/317.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/317.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/318.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/318.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/319.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/319.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/320.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/320.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/321.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/321.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/322.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/322.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/323.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/323.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/324.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/324.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/325.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/325.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/326.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/326.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/327.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/327.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/328.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/328.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/329.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/329.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/330.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/330.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/331.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/331.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/332.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/332.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/333.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/333.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/334.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/334.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/335.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/335.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/336.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/336.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/337.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/337.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/338.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/338.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/339.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/339.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/340.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/340.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/341.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/341.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/342.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/342.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/343.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/343.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/344.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/344.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/345.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/345.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/346.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/346.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/347.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/347.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/348.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/348.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/349.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/349.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/350.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/350.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/351.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/351.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/352.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/352.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/353.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/353.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/354.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/354.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/355.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/355.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/356.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/356.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/357.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/357.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/358.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/358.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/359.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/359.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/360.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/360.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/361.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/361.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/362.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/362.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/363.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/363.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/364.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/364.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/365.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/365.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/366.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/366.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/367.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/367.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/368.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/368.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/369.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/369.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/370.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/370.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/371.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/371.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/372.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/372.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/373.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/373.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/374.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/374.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/375.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/375.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/376.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/376.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/377.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/377.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/378.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/378.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/379.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/379.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/380.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/380.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/381.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/381.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/382.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/382.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/383.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/383.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/384.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/384.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/385.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/385.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/386.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/386.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/387.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/387.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/388.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/388.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/389.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/389.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/390.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/390.bmp deleted file mode 100644 index 5a368e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/axial/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/001.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/001.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/002.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/002.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/003.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/003.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/004.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/004.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/005.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/005.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/006.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/006.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/007.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/007.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/008.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/008.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/009.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/009.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/010.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/010.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/011.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/011.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/012.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/012.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/013.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/013.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/014.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/014.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/015.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/015.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/016.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/016.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/017.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/017.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/018.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/018.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/019.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/019.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/020.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/020.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/021.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/021.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/022.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/022.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/023.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/023.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/024.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/024.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/025.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/025.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/026.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/026.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/027.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/027.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/028.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/028.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/029.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/029.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/030.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/030.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/031.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/031.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/032.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/032.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/033.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/033.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/034.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/034.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/035.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/035.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/036.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/036.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/037.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/037.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/038.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/038.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/039.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/039.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/040.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/040.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/041.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/041.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/042.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/042.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/043.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/043.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/044.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/044.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/045.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/045.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/046.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/046.bmp deleted file mode 100644 index c51b6bf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/047.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/047.bmp deleted file mode 100644 index ba7aa17..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/048.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/048.bmp deleted file mode 100644 index dca02ca..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/049.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/049.bmp deleted file mode 100644 index e7d4ea0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/050.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/050.bmp deleted file mode 100644 index 141321f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/051.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/051.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/052.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/052.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/053.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/053.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/054.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/054.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/055.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/055.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/056.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/056.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/057.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/057.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/058.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/058.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/059.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/059.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/060.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/060.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/061.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/061.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/062.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/062.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/063.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/063.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/064.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/064.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/065.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/065.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/066.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/066.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/067.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/067.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/068.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/068.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/069.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/069.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/070.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/070.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/071.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/071.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/072.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/072.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/073.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/073.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/074.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/074.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/075.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/075.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/076.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/076.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/077.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/077.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/078.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/078.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/079.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/079.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/080.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/080.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/081.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/081.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/082.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/082.bmp deleted file mode 100644 index 061382f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/083.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/083.bmp deleted file mode 100644 index 7ff4c8c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/084.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/084.bmp deleted file mode 100644 index ce3f33e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/085.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/085.bmp deleted file mode 100644 index f07e354..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/086.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/086.bmp deleted file mode 100644 index 136cab8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/087.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/087.bmp deleted file mode 100644 index dd903f5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/088.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/088.bmp deleted file mode 100644 index 932bf5e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/089.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/089.bmp deleted file mode 100644 index dba81e6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/090.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/090.bmp deleted file mode 100644 index be4546c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/091.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/091.bmp deleted file mode 100644 index 8dbb6da..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/092.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/092.bmp deleted file mode 100644 index fdb291d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/093.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/093.bmp deleted file mode 100644 index 50a5739..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/094.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/094.bmp deleted file mode 100644 index 6328df8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/095.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/095.bmp deleted file mode 100644 index b605d61..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/096.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/096.bmp deleted file mode 100644 index 7fe6b25..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/097.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/097.bmp deleted file mode 100644 index f91edbf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/098.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/098.bmp deleted file mode 100644 index 52937e8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/099.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/099.bmp deleted file mode 100644 index a3e3899..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/100.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/100.bmp deleted file mode 100644 index 4bec422..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/101.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/101.bmp deleted file mode 100644 index 09c05ef..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/102.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/102.bmp deleted file mode 100644 index 86d3b67..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/103.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/103.bmp deleted file mode 100644 index f842027..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/104.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/104.bmp deleted file mode 100644 index 3aa1db0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/105.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/105.bmp deleted file mode 100644 index bb53acf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/106.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/106.bmp deleted file mode 100644 index 9bcb8b0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/107.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/107.bmp deleted file mode 100644 index 8f89e2a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/108.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/108.bmp deleted file mode 100644 index a63dd25..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/109.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/109.bmp deleted file mode 100644 index 65f38e6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/110.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/110.bmp deleted file mode 100644 index 4adb848..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/111.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/111.bmp deleted file mode 100644 index 3a692fd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/112.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/112.bmp deleted file mode 100644 index b7c0ae6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/113.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/113.bmp deleted file mode 100644 index 3d4fe3f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/114.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/114.bmp deleted file mode 100644 index d073ba6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/115.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/115.bmp deleted file mode 100644 index 7af8df1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/116.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/116.bmp deleted file mode 100644 index 82e374c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/117.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/117.bmp deleted file mode 100644 index 02951db..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/118.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/118.bmp deleted file mode 100644 index 5c74b2a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/119.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/119.bmp deleted file mode 100644 index 621fe75..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/120.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/120.bmp deleted file mode 100644 index d1322ab..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/121.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/121.bmp deleted file mode 100644 index e3425ba..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/122.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/122.bmp deleted file mode 100644 index 3a40adf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/123.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/123.bmp deleted file mode 100644 index 6bc8320..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/124.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/124.bmp deleted file mode 100644 index 73b5e4c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/125.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/125.bmp deleted file mode 100644 index 3dfce62..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/126.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/126.bmp deleted file mode 100644 index b891547..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/127.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/127.bmp deleted file mode 100644 index 5df6c78..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/128.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/128.bmp deleted file mode 100644 index fbcc914..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/129.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/129.bmp deleted file mode 100644 index 4a739da..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/130.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/130.bmp deleted file mode 100644 index 387af27..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/131.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/131.bmp deleted file mode 100644 index f56cba7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/132.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/132.bmp deleted file mode 100644 index a899e24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/133.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/133.bmp deleted file mode 100644 index 9ee42ff..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/134.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/134.bmp deleted file mode 100644 index 89a1780..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/135.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/135.bmp deleted file mode 100644 index e86d584..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/136.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/136.bmp deleted file mode 100644 index 1dfff04..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/137.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/137.bmp deleted file mode 100644 index f616d57..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/138.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/138.bmp deleted file mode 100644 index e663a24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/139.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/139.bmp deleted file mode 100644 index fd76a71..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/140.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/140.bmp deleted file mode 100644 index dd15493..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/141.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/141.bmp deleted file mode 100644 index 6a8f46a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/142.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/142.bmp deleted file mode 100644 index 855ae29..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/143.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/143.bmp deleted file mode 100644 index e7cb945..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/144.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/144.bmp deleted file mode 100644 index 9edb9b9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/145.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/145.bmp deleted file mode 100644 index 5c13552..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/146.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/146.bmp deleted file mode 100644 index c19d6a3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/147.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/147.bmp deleted file mode 100644 index 2b50649..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/148.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/148.bmp deleted file mode 100644 index 0a21e19..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/149.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/149.bmp deleted file mode 100644 index dd29c3a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/150.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/150.bmp deleted file mode 100644 index c6251ce..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/151.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/151.bmp deleted file mode 100644 index 6504abc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/152.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/152.bmp deleted file mode 100644 index 1fea650..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/153.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/153.bmp deleted file mode 100644 index e767059..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/154.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/154.bmp deleted file mode 100644 index 87a612a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/155.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/155.bmp deleted file mode 100644 index 380f3fe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/156.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/156.bmp deleted file mode 100644 index 4927a37..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/157.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/157.bmp deleted file mode 100644 index e193ebe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/158.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/158.bmp deleted file mode 100644 index 23c7f56..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/159.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/159.bmp deleted file mode 100644 index ea49f96..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/160.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/160.bmp deleted file mode 100644 index f33a688..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/161.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/161.bmp deleted file mode 100644 index 0a429b1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/162.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/162.bmp deleted file mode 100644 index 0395d08..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/163.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/163.bmp deleted file mode 100644 index 8149861..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/164.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/164.bmp deleted file mode 100644 index 8d1d983..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/165.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/165.bmp deleted file mode 100644 index 2e0fbda..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/166.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/166.bmp deleted file mode 100644 index 8653e9b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/167.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/167.bmp deleted file mode 100644 index 7a35c3b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/168.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/168.bmp deleted file mode 100644 index a9022ca..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/169.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/169.bmp deleted file mode 100644 index 18bff24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/170.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/170.bmp deleted file mode 100644 index 41b16a2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/171.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/171.bmp deleted file mode 100644 index 42c5856..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/172.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/172.bmp deleted file mode 100644 index f673741..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/173.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/173.bmp deleted file mode 100644 index 835d74b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/174.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/174.bmp deleted file mode 100644 index b88a31c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/175.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/175.bmp deleted file mode 100644 index 969ca0a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/176.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/176.bmp deleted file mode 100644 index a081ef3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/177.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/177.bmp deleted file mode 100644 index 3fcfa00..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/178.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/178.bmp deleted file mode 100644 index 12bfb91..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/179.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/179.bmp deleted file mode 100644 index 23a2352..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/180.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/180.bmp deleted file mode 100644 index 005ab2b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/181.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/181.bmp deleted file mode 100644 index 7fdff55..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/182.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/182.bmp deleted file mode 100644 index ce8408f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/183.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/183.bmp deleted file mode 100644 index 125bc9e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/184.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/184.bmp deleted file mode 100644 index 80aa06c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/185.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/185.bmp deleted file mode 100644 index f8f322a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/186.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/186.bmp deleted file mode 100644 index 515f050..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/187.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/187.bmp deleted file mode 100644 index c8793b7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/188.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/188.bmp deleted file mode 100644 index d76022f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/189.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/189.bmp deleted file mode 100644 index b1cdce6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/190.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/190.bmp deleted file mode 100644 index 2b19bb7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/191.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/191.bmp deleted file mode 100644 index 9d64e80..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/192.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/192.bmp deleted file mode 100644 index 40ad7f0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/193.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/193.bmp deleted file mode 100644 index f72202d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/194.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/194.bmp deleted file mode 100644 index 2727f04..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/195.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/195.bmp deleted file mode 100644 index 133078e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/196.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/196.bmp deleted file mode 100644 index 82e6ce5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/197.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/197.bmp deleted file mode 100644 index 53f1332..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/198.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/198.bmp deleted file mode 100644 index 1459e01..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/199.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/199.bmp deleted file mode 100644 index 44f55ac..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/200.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/200.bmp deleted file mode 100644 index 6efdf07..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/201.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/201.bmp deleted file mode 100644 index d87a515..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/202.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/202.bmp deleted file mode 100644 index e47e33a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/203.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/203.bmp deleted file mode 100644 index 9d1a830..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/204.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/204.bmp deleted file mode 100644 index db68811..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/205.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/205.bmp deleted file mode 100644 index 326e72b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/206.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/206.bmp deleted file mode 100644 index e1afbd7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/207.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/207.bmp deleted file mode 100644 index c4fcd14..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/208.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/208.bmp deleted file mode 100644 index b941639..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/209.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/209.bmp deleted file mode 100644 index 72e8709..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/210.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/210.bmp deleted file mode 100644 index 3e08348..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/211.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/211.bmp deleted file mode 100644 index 27a6c88..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/212.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/212.bmp deleted file mode 100644 index a20cd01..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/213.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/213.bmp deleted file mode 100644 index e403d48..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/214.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/214.bmp deleted file mode 100644 index 8e455e7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/215.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/215.bmp deleted file mode 100644 index c5a8e2e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/216.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/216.bmp deleted file mode 100644 index f394ffb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/217.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/217.bmp deleted file mode 100644 index c2b89f3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/218.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/218.bmp deleted file mode 100644 index 2486d08..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/219.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/219.bmp deleted file mode 100644 index 31b5137..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/220.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/220.bmp deleted file mode 100644 index 3185fee..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/221.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/221.bmp deleted file mode 100644 index 64197ce..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/222.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/222.bmp deleted file mode 100644 index efeb1b4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/223.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/223.bmp deleted file mode 100644 index c92c486..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/224.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/224.bmp deleted file mode 100644 index 7879043..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/225.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/225.bmp deleted file mode 100644 index b2a5b6b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/226.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/226.bmp deleted file mode 100644 index f900477..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/227.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/227.bmp deleted file mode 100644 index dc41767..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/228.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/228.bmp deleted file mode 100644 index f75d86a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/229.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/229.bmp deleted file mode 100644 index ff571e8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/230.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/230.bmp deleted file mode 100644 index f22df31..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/231.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/231.bmp deleted file mode 100644 index bc44091..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/232.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/232.bmp deleted file mode 100644 index 96dca1e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/233.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/233.bmp deleted file mode 100644 index f949bd4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/234.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/234.bmp deleted file mode 100644 index ca0b9c9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/235.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/235.bmp deleted file mode 100644 index 169174f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/236.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/236.bmp deleted file mode 100644 index 8a6e135..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/237.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/237.bmp deleted file mode 100644 index c9a6895..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/238.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/238.bmp deleted file mode 100644 index 778a6ab..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/239.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/239.bmp deleted file mode 100644 index bef44f4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/240.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/240.bmp deleted file mode 100644 index bc4856b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/241.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/241.bmp deleted file mode 100644 index 59dacac..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/242.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/242.bmp deleted file mode 100644 index 615b508..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/243.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/243.bmp deleted file mode 100644 index 3e70b53..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/244.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/244.bmp deleted file mode 100644 index fb1a374..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/245.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/245.bmp deleted file mode 100644 index c6ae06d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/246.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/246.bmp deleted file mode 100644 index b84b742..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/246.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/247.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/247.bmp deleted file mode 100644 index f2697a9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/247.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/248.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/248.bmp deleted file mode 100644 index 407f67a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/248.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/249.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/249.bmp deleted file mode 100644 index 6f743a5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/249.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/250.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/250.bmp deleted file mode 100644 index 21d0751..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/250.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/251.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/251.bmp deleted file mode 100644 index c0e33f0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/251.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/252.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/252.bmp deleted file mode 100644 index 564ed2e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/252.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/253.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/253.bmp deleted file mode 100644 index 6747aaa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/253.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/254.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/254.bmp deleted file mode 100644 index 407fedd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/254.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/255.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/255.bmp deleted file mode 100644 index eefbd2c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/255.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/256.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/256.bmp deleted file mode 100644 index 6c4859a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/256.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/257.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/257.bmp deleted file mode 100644 index 09d2aea..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/257.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/258.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/258.bmp deleted file mode 100644 index a5f2765..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/258.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/259.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/259.bmp deleted file mode 100644 index a7e19af..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/259.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/260.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/260.bmp deleted file mode 100644 index 59464c7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/260.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/261.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/261.bmp deleted file mode 100644 index 20717c7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/261.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/262.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/262.bmp deleted file mode 100644 index e1ffbb2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/262.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/263.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/263.bmp deleted file mode 100644 index 8eaa69f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/263.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/264.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/264.bmp deleted file mode 100644 index 3903607..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/265.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/265.bmp deleted file mode 100644 index e456a8d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/266.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/266.bmp deleted file mode 100644 index 560b205..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/267.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/267.bmp deleted file mode 100644 index 3f6d7ef..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/268.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/268.bmp deleted file mode 100644 index 3de4ea6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/269.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/269.bmp deleted file mode 100644 index 9403293..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/270.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/270.bmp deleted file mode 100644 index a5972fa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/271.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/271.bmp deleted file mode 100644 index b453e40..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/272.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/272.bmp deleted file mode 100644 index 4d2b152..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/273.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/273.bmp deleted file mode 100644 index fe6a7dc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/274.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/274.bmp deleted file mode 100644 index b7fb841..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/275.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/275.bmp deleted file mode 100644 index 9074136..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/276.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/276.bmp deleted file mode 100644 index 33e5b2b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/277.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/277.bmp deleted file mode 100644 index cd191ee..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/278.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/278.bmp deleted file mode 100644 index 85c29e6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/279.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/279.bmp deleted file mode 100644 index 3d88c84..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/280.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/280.bmp deleted file mode 100644 index 60e23e4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/281.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/281.bmp deleted file mode 100644 index cc360bb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/282.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/282.bmp deleted file mode 100644 index 38dcf06..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/283.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/283.bmp deleted file mode 100644 index 2122c02..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/284.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/284.bmp deleted file mode 100644 index 4d99c4f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/285.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/285.bmp deleted file mode 100644 index c3baf4f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/286.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/286.bmp deleted file mode 100644 index 7909caa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/287.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/287.bmp deleted file mode 100644 index e6c564e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/288.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/288.bmp deleted file mode 100644 index f0706ec..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/289.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/289.bmp deleted file mode 100644 index 354075e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/290.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/290.bmp deleted file mode 100644 index f24d0dd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/291.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/291.bmp deleted file mode 100644 index 7e5c11a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/292.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/292.bmp deleted file mode 100644 index c9e2b7b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/293.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/293.bmp deleted file mode 100644 index 63984d4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/294.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/294.bmp deleted file mode 100644 index 2f433a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/295.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/295.bmp deleted file mode 100644 index c1e6bfa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/296.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/296.bmp deleted file mode 100644 index ffe9d27..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/297.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/297.bmp deleted file mode 100644 index 7dc8d6e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/298.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/298.bmp deleted file mode 100644 index 02eecbd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/299.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/299.bmp deleted file mode 100644 index 15ea4bd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/300.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/300.bmp deleted file mode 100644 index 11696e4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/301.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/301.bmp deleted file mode 100644 index e9afd11..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/302.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/302.bmp deleted file mode 100644 index 9ed4147..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/303.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/303.bmp deleted file mode 100644 index 60cf897..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/304.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/304.bmp deleted file mode 100644 index 0f8904e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/305.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/305.bmp deleted file mode 100644 index 58a8cb3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/306.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/306.bmp deleted file mode 100644 index 7e43db5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/307.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/307.bmp deleted file mode 100644 index a4ba602..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/308.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/308.bmp deleted file mode 100644 index 425661b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/309.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/309.bmp deleted file mode 100644 index 8975878..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/310.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/310.bmp deleted file mode 100644 index 9d5049d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/311.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/311.bmp deleted file mode 100644 index fe61461..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/312.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/312.bmp deleted file mode 100644 index 3461230..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/313.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/313.bmp deleted file mode 100644 index 5b59cb9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/314.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/314.bmp deleted file mode 100644 index 59d100d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/315.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/315.bmp deleted file mode 100644 index b9134ec..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/316.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/316.bmp deleted file mode 100644 index e30031d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/317.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/317.bmp deleted file mode 100644 index e40b118..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/318.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/318.bmp deleted file mode 100644 index 43478d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/319.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/319.bmp deleted file mode 100644 index 067ae2d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/320.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/320.bmp deleted file mode 100644 index 49f54ff..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/321.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/321.bmp deleted file mode 100644 index 2f61b24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/322.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/322.bmp deleted file mode 100644 index 22466c3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/323.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/323.bmp deleted file mode 100644 index 8903dcf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/324.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/324.bmp deleted file mode 100644 index c1ffd45..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/325.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/325.bmp deleted file mode 100644 index 2da00fc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/326.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/326.bmp deleted file mode 100644 index 8ca06cc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/327.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/327.bmp deleted file mode 100644 index 18414fb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/328.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/328.bmp deleted file mode 100644 index 3fe28b8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/329.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/329.bmp deleted file mode 100644 index aabe158..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/330.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/330.bmp deleted file mode 100644 index c6d832c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/331.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/331.bmp deleted file mode 100644 index dbb5900..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/332.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/332.bmp deleted file mode 100644 index e9c6a42..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/333.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/333.bmp deleted file mode 100644 index 9f90b48..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/334.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/334.bmp deleted file mode 100644 index 44343b2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/335.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/335.bmp deleted file mode 100644 index a8d51cb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/336.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/336.bmp deleted file mode 100644 index b355ca1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/337.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/337.bmp deleted file mode 100644 index 3c50068..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/338.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/338.bmp deleted file mode 100644 index d1d5251..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/339.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/339.bmp deleted file mode 100644 index 7f3b127..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/340.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/340.bmp deleted file mode 100644 index 3493c56..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/341.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/341.bmp deleted file mode 100644 index 545dddd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/342.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/342.bmp deleted file mode 100644 index 27c6bfc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/343.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/343.bmp deleted file mode 100644 index d23676f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/344.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/344.bmp deleted file mode 100644 index 29e7978..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/345.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/345.bmp deleted file mode 100644 index 7eaacca..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/346.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/346.bmp deleted file mode 100644 index ef2b75b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/347.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/347.bmp deleted file mode 100644 index 320f785..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/348.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/348.bmp deleted file mode 100644 index 2d21f77..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/349.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/349.bmp deleted file mode 100644 index f2eee26..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/350.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/350.bmp deleted file mode 100644 index 26815ee..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/351.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/351.bmp deleted file mode 100644 index 6422041..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/352.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/352.bmp deleted file mode 100644 index 4b61290..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/353.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/353.bmp deleted file mode 100644 index f44b003..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/354.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/354.bmp deleted file mode 100644 index 6bfe5b2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/355.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/355.bmp deleted file mode 100644 index effb063..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/356.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/356.bmp deleted file mode 100644 index 31708b0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/357.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/357.bmp deleted file mode 100644 index 927eb71..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/358.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/358.bmp deleted file mode 100644 index 2e986c2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/359.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/359.bmp deleted file mode 100644 index 24d137a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/360.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/360.bmp deleted file mode 100644 index afcf041..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/361.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/361.bmp deleted file mode 100644 index 2f6c761..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/362.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/362.bmp deleted file mode 100644 index 0446b71..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/363.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/363.bmp deleted file mode 100644 index c53483e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/364.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/364.bmp deleted file mode 100644 index fd04522..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/365.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/365.bmp deleted file mode 100644 index c8c4383..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/366.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/366.bmp deleted file mode 100644 index 0a41bb6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/367.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/367.bmp deleted file mode 100644 index 97b7e12..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/368.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/368.bmp deleted file mode 100644 index 408a7aa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/369.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/369.bmp deleted file mode 100644 index f640e99..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/370.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/370.bmp deleted file mode 100644 index 9f37a9f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/371.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/371.bmp deleted file mode 100644 index 03f4b97..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/372.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/372.bmp deleted file mode 100644 index d76d1af..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/373.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/373.bmp deleted file mode 100644 index 1f00b7c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/374.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/374.bmp deleted file mode 100644 index 13fc4cd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/375.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/375.bmp deleted file mode 100644 index db68f97..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/376.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/376.bmp deleted file mode 100644 index 8b8aa63..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/377.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/377.bmp deleted file mode 100644 index 31dc97c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/378.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/378.bmp deleted file mode 100644 index fc08259..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/379.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/379.bmp deleted file mode 100644 index 0610057..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/380.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/380.bmp deleted file mode 100644 index e885c00..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/381.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/381.bmp deleted file mode 100644 index 1b011e4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/382.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/382.bmp deleted file mode 100644 index 8c432b0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/383.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/383.bmp deleted file mode 100644 index b7c1fdb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/384.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/384.bmp deleted file mode 100644 index 1e790d2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/385.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/385.bmp deleted file mode 100644 index 5607ae6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/386.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/386.bmp deleted file mode 100644 index 2f03746..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/387.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/387.bmp deleted file mode 100644 index ad3396a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/388.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/388.bmp deleted file mode 100644 index 3aadb3f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/389.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/389.bmp deleted file mode 100644 index 9d59875..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/390.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/390.bmp deleted file mode 100644 index 36fa062..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/391.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/391.bmp deleted file mode 100644 index 8a23a1a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/391.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/392.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/392.bmp deleted file mode 100644 index d754f0d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/392.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/393.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/393.bmp deleted file mode 100644 index 7420f58..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/393.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/394.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/394.bmp deleted file mode 100644 index b2b9f7f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/394.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/395.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/395.bmp deleted file mode 100644 index 60b4f6b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/395.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/396.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/396.bmp deleted file mode 100644 index 6d16ce8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/396.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/397.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/397.bmp deleted file mode 100644 index 2de6921..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/397.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/398.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/398.bmp deleted file mode 100644 index cb3b8f9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/398.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/399.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/399.bmp deleted file mode 100644 index b331df5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/399.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/400.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/400.bmp deleted file mode 100644 index 3f28c40..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/400.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/401.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/401.bmp deleted file mode 100644 index 80c7580..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/401.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/402.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/402.bmp deleted file mode 100644 index 8b60c0b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/402.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/403.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/403.bmp deleted file mode 100644 index 4e8a2e9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/403.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/404.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/404.bmp deleted file mode 100644 index d767795..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/404.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/405.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/405.bmp deleted file mode 100644 index 792a268..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/405.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/406.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/406.bmp deleted file mode 100644 index 23f558f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/406.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/407.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/407.bmp deleted file mode 100644 index aa4e41f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/407.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/408.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/408.bmp deleted file mode 100644 index 01d684f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/408.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/409.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/409.bmp deleted file mode 100644 index 53e6ef3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/409.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/410.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/410.bmp deleted file mode 100644 index 6de28d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/410.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/411.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/411.bmp deleted file mode 100644 index ef26aba..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/411.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/412.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/412.bmp deleted file mode 100644 index 6ec811b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/412.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/413.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/413.bmp deleted file mode 100644 index f8b9d62..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/413.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/414.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/414.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/414.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/415.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/415.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/415.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/416.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/416.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/416.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/417.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/417.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/417.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/418.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/418.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/418.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/419.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/419.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/419.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/420.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/420.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/420.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/421.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/421.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/421.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/422.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/422.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/422.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/423.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/423.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/423.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/424.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/424.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/424.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/425.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/425.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/425.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/426.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/426.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/426.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/427.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/427.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/427.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/428.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/428.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/428.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/429.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/429.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/429.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/430.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/430.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/430.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/431.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/431.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/431.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/432.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/432.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/432.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/433.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/433.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/433.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/434.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/434.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/434.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/435.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/435.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/435.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/436.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/436.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/436.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/437.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/437.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/437.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/438.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/438.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/438.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/439.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/439.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/439.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/440.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/440.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/440.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/441.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/441.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/441.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/442.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/442.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/442.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/443.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/443.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/443.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/444.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/444.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/444.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/445.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/445.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/445.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/446.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/446.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/446.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/447.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/447.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/447.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/448.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/448.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/448.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/449.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/449.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/449.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/450.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/450.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/450.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/451.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/451.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/451.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/452.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/452.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/452.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/453.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/453.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/453.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/454.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/454.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/454.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/455.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/455.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/455.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/456.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/456.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/456.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/457.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/457.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/457.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/458.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/458.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/458.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/459.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/459.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/459.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/460.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/460.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/460.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/461.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/461.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/461.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/462.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/462.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/462.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/463.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/463.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/463.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/464.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/464.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/464.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/465.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/465.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/465.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/466.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/466.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/466.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/467.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/467.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/467.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/468.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/468.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/468.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/469.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/469.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/469.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/470.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/470.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/470.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/471.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/471.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/471.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/472.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/472.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/472.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/473.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/473.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/473.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/474.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/474.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/474.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/475.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/475.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/475.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/476.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/476.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/476.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/477.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/477.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/477.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/478.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/478.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/478.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/479.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/479.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/479.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/480.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/480.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/480.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/481.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/481.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/481.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/482.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/482.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/482.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/483.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/483.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/483.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/484.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/484.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/484.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/485.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/485.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/485.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/486.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/486.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/486.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/487.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/487.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/487.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/488.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/488.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/488.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/489.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/489.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/489.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/490.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/490.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/490.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/491.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/491.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/491.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/492.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/492.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/492.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/493.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/493.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/493.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/494.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/494.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/494.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/495.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/495.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/495.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/496.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/496.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/496.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/497.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/497.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/497.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/498.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/498.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/498.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/499.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/499.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/499.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/500.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/500.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/500.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/501.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/501.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/501.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/502.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/502.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/502.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/503.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/503.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/503.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/504.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/504.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/504.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/505.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/505.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/505.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/506.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/506.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/506.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/507.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/507.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/507.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/508.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/508.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/508.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/509.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/509.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/509.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/510.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/510.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/510.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/511.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/511.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/511.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/512.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/512.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/coronal/512.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/001.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/001.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/001.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/002.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/002.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/002.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/003.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/003.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/003.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/004.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/004.bmp deleted file mode 100644 index 239ffd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/004.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/005.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/005.bmp deleted file mode 100644 index 5392ade..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/005.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/006.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/006.bmp deleted file mode 100644 index 898060c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/006.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/007.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/007.bmp deleted file mode 100644 index 6944c35..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/007.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/008.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/008.bmp deleted file mode 100644 index f7c4a6e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/008.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/009.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/009.bmp deleted file mode 100644 index bc2b0d5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/009.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/010.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/010.bmp deleted file mode 100644 index 0ad4284..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/010.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/011.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/011.bmp deleted file mode 100644 index 1a71023..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/011.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/012.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/012.bmp deleted file mode 100644 index 7115b91..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/012.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/013.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/013.bmp deleted file mode 100644 index 6d856af..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/013.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/014.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/014.bmp deleted file mode 100644 index a3f5038..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/014.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/015.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/015.bmp deleted file mode 100644 index 461565f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/015.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/016.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/016.bmp deleted file mode 100644 index 99b1156..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/016.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/017.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/017.bmp deleted file mode 100644 index 9f43e37..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/017.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/018.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/018.bmp deleted file mode 100644 index 9af6ea2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/018.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/019.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/019.bmp deleted file mode 100644 index c8f61bc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/019.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/020.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/020.bmp deleted file mode 100644 index 643f2a0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/020.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/021.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/021.bmp deleted file mode 100644 index 177fa1e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/021.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/022.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/022.bmp deleted file mode 100644 index d6425bc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/022.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/023.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/023.bmp deleted file mode 100644 index a3abbf4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/023.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/024.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/024.bmp deleted file mode 100644 index 3774c4b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/024.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/025.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/025.bmp deleted file mode 100644 index d5b2187..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/025.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/026.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/026.bmp deleted file mode 100644 index 1ed1160..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/026.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/027.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/027.bmp deleted file mode 100644 index 4a7ca82..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/027.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/028.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/028.bmp deleted file mode 100644 index 91b243f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/028.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/029.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/029.bmp deleted file mode 100644 index 381511e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/029.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/030.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/030.bmp deleted file mode 100644 index a19d35c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/030.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/031.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/031.bmp deleted file mode 100644 index 39ae6d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/031.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/032.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/032.bmp deleted file mode 100644 index 972b610..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/032.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/033.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/033.bmp deleted file mode 100644 index 17cc005..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/033.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/034.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/034.bmp deleted file mode 100644 index 457fa48..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/034.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/035.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/035.bmp deleted file mode 100644 index 869f54c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/035.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/036.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/036.bmp deleted file mode 100644 index 9eabffa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/036.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/037.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/037.bmp deleted file mode 100644 index 989d602..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/037.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/038.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/038.bmp deleted file mode 100644 index f11ed19..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/038.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/039.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/039.bmp deleted file mode 100644 index ee37ac8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/039.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/040.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/040.bmp deleted file mode 100644 index fc041d0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/040.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/041.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/041.bmp deleted file mode 100644 index fbb45ad..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/041.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/042.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/042.bmp deleted file mode 100644 index 38b7948..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/042.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/043.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/043.bmp deleted file mode 100644 index e04b415..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/043.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/044.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/044.bmp deleted file mode 100644 index be99904..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/044.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/045.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/045.bmp deleted file mode 100644 index a75a22b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/045.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/046.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/046.bmp deleted file mode 100644 index 94fa8a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/046.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/047.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/047.bmp deleted file mode 100644 index e131183..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/047.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/048.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/048.bmp deleted file mode 100644 index 5c3de21..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/048.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/049.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/049.bmp deleted file mode 100644 index e276622..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/049.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/050.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/050.bmp deleted file mode 100644 index 86d412d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/050.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/051.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/051.bmp deleted file mode 100644 index b9d3c71..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/051.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/052.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/052.bmp deleted file mode 100644 index b72b33e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/052.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/053.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/053.bmp deleted file mode 100644 index 2dd1652..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/053.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/054.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/054.bmp deleted file mode 100644 index 3b134e1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/054.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/055.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/055.bmp deleted file mode 100644 index d92d36d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/055.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/056.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/056.bmp deleted file mode 100644 index ded7085..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/056.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/057.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/057.bmp deleted file mode 100644 index 370fbfd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/057.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/058.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/058.bmp deleted file mode 100644 index ef66bfa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/058.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/059.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/059.bmp deleted file mode 100644 index bf7e39e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/059.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/060.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/060.bmp deleted file mode 100644 index 5ee8810..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/060.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/061.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/061.bmp deleted file mode 100644 index 894564f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/061.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/062.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/062.bmp deleted file mode 100644 index 51bcacb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/062.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/063.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/063.bmp deleted file mode 100644 index 16b5d24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/063.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/064.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/064.bmp deleted file mode 100644 index d67d686..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/064.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/065.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/065.bmp deleted file mode 100644 index b0c7fd9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/065.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/066.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/066.bmp deleted file mode 100644 index bfcd467..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/066.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/067.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/067.bmp deleted file mode 100644 index 7eedc86..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/067.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/068.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/068.bmp deleted file mode 100644 index 2a79462..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/068.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/069.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/069.bmp deleted file mode 100644 index a4fc33a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/069.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/070.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/070.bmp deleted file mode 100644 index 063a15a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/070.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/071.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/071.bmp deleted file mode 100644 index fd5e372..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/071.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/072.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/072.bmp deleted file mode 100644 index 6ac77a1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/072.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/073.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/073.bmp deleted file mode 100644 index bcc9cf3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/073.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/074.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/074.bmp deleted file mode 100644 index 5ff9783..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/074.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/075.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/075.bmp deleted file mode 100644 index d5910e3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/075.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/076.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/076.bmp deleted file mode 100644 index 4981e7f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/076.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/077.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/077.bmp deleted file mode 100644 index 7025839..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/077.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/078.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/078.bmp deleted file mode 100644 index 06bc6f7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/078.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/079.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/079.bmp deleted file mode 100644 index 930d6b9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/079.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/080.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/080.bmp deleted file mode 100644 index 70d2dff..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/080.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/081.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/081.bmp deleted file mode 100644 index dacc569..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/081.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/082.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/082.bmp deleted file mode 100644 index 69c160d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/082.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/083.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/083.bmp deleted file mode 100644 index 723200c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/083.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/084.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/084.bmp deleted file mode 100644 index 7a35c89..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/084.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/085.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/085.bmp deleted file mode 100644 index 14ee4ae..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/085.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/086.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/086.bmp deleted file mode 100644 index 737ec55..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/086.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/087.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/087.bmp deleted file mode 100644 index bf3449a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/087.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/088.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/088.bmp deleted file mode 100644 index 6a8e172..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/088.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/089.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/089.bmp deleted file mode 100644 index aa04fa3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/089.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/090.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/090.bmp deleted file mode 100644 index 42bba2a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/090.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/091.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/091.bmp deleted file mode 100644 index 8067424..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/091.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/092.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/092.bmp deleted file mode 100644 index 2e80a0a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/092.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/093.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/093.bmp deleted file mode 100644 index 6e0edad..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/093.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/094.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/094.bmp deleted file mode 100644 index b23da31..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/094.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/095.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/095.bmp deleted file mode 100644 index a75a559..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/095.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/096.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/096.bmp deleted file mode 100644 index 6ac3024..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/096.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/097.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/097.bmp deleted file mode 100644 index a5a359a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/097.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/098.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/098.bmp deleted file mode 100644 index 3e0b5f6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/098.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/099.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/099.bmp deleted file mode 100644 index 5a82b02..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/099.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/100.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/100.bmp deleted file mode 100644 index 66e28bc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/100.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/101.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/101.bmp deleted file mode 100644 index bc02a7d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/101.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/102.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/102.bmp deleted file mode 100644 index bef4a6b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/102.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/103.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/103.bmp deleted file mode 100644 index 09fd858..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/103.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/104.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/104.bmp deleted file mode 100644 index c0f63c6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/104.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/105.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/105.bmp deleted file mode 100644 index 94b978c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/105.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/106.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/106.bmp deleted file mode 100644 index 05a01d0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/106.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/107.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/107.bmp deleted file mode 100644 index 9d17e71..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/107.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/108.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/108.bmp deleted file mode 100644 index 84c1182..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/108.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/109.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/109.bmp deleted file mode 100644 index a78d74a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/109.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/110.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/110.bmp deleted file mode 100644 index 14bc4c5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/110.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/111.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/111.bmp deleted file mode 100644 index ec3040e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/111.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/112.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/112.bmp deleted file mode 100644 index 8769952..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/112.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/113.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/113.bmp deleted file mode 100644 index 7c74ea9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/113.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/114.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/114.bmp deleted file mode 100644 index d21a879..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/114.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/115.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/115.bmp deleted file mode 100644 index e12417b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/115.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/116.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/116.bmp deleted file mode 100644 index f04e7c5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/116.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/117.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/117.bmp deleted file mode 100644 index c910eb0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/117.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/118.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/118.bmp deleted file mode 100644 index 8692a68..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/118.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/119.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/119.bmp deleted file mode 100644 index 8eccc1c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/119.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/120.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/120.bmp deleted file mode 100644 index 5b63900..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/120.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/121.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/121.bmp deleted file mode 100644 index 5bc92a6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/121.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/122.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/122.bmp deleted file mode 100644 index cd2ddb7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/122.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/123.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/123.bmp deleted file mode 100644 index 40ea1f9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/123.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/124.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/124.bmp deleted file mode 100644 index 2e424f0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/124.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/125.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/125.bmp deleted file mode 100644 index 260a096..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/125.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/126.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/126.bmp deleted file mode 100644 index e51b76a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/126.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/127.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/127.bmp deleted file mode 100644 index d6bf91c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/127.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/128.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/128.bmp deleted file mode 100644 index 7c9d869..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/128.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/129.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/129.bmp deleted file mode 100644 index 82de240..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/129.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/130.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/130.bmp deleted file mode 100644 index efca90c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/130.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/131.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/131.bmp deleted file mode 100644 index 67ef131..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/131.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/132.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/132.bmp deleted file mode 100644 index 028027f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/132.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/133.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/133.bmp deleted file mode 100644 index 551e63a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/133.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/134.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/134.bmp deleted file mode 100644 index 8ab895b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/134.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/135.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/135.bmp deleted file mode 100644 index 0cc358b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/135.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/136.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/136.bmp deleted file mode 100644 index 9f564bf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/136.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/137.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/137.bmp deleted file mode 100644 index d67bf15..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/137.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/138.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/138.bmp deleted file mode 100644 index 061199a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/138.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/139.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/139.bmp deleted file mode 100644 index 6fc8511..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/139.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/140.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/140.bmp deleted file mode 100644 index 8ecfbf4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/140.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/141.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/141.bmp deleted file mode 100644 index 8a09344..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/141.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/142.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/142.bmp deleted file mode 100644 index 22ff1ab..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/142.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/143.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/143.bmp deleted file mode 100644 index e6aecdf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/143.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/144.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/144.bmp deleted file mode 100644 index f0c2b97..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/144.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/145.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/145.bmp deleted file mode 100644 index b7be4b8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/145.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/146.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/146.bmp deleted file mode 100644 index b877bc7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/146.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/147.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/147.bmp deleted file mode 100644 index 40c00a0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/147.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/148.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/148.bmp deleted file mode 100644 index 8bedcaf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/148.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/149.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/149.bmp deleted file mode 100644 index 2062565..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/149.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/150.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/150.bmp deleted file mode 100644 index b430af8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/150.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/151.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/151.bmp deleted file mode 100644 index 921e6ee..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/151.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/152.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/152.bmp deleted file mode 100644 index dd2b560..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/152.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/153.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/153.bmp deleted file mode 100644 index e24e2fd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/153.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/154.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/154.bmp deleted file mode 100644 index 6be7c39..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/154.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/155.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/155.bmp deleted file mode 100644 index ac04c2a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/155.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/156.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/156.bmp deleted file mode 100644 index b88eff3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/156.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/157.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/157.bmp deleted file mode 100644 index 15efba1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/157.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/158.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/158.bmp deleted file mode 100644 index e9e34fa..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/158.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/159.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/159.bmp deleted file mode 100644 index b3d0ef9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/159.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/160.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/160.bmp deleted file mode 100644 index 51c1383..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/160.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/161.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/161.bmp deleted file mode 100644 index 3128e82..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/161.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/162.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/162.bmp deleted file mode 100644 index 5e68b77..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/162.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/163.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/163.bmp deleted file mode 100644 index e0b0820..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/163.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/164.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/164.bmp deleted file mode 100644 index d42b7ee..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/164.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/165.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/165.bmp deleted file mode 100644 index a5d3b1b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/165.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/166.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/166.bmp deleted file mode 100644 index 2fab339..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/166.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/167.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/167.bmp deleted file mode 100644 index dd56cb8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/167.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/168.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/168.bmp deleted file mode 100644 index d0ab787..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/168.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/169.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/169.bmp deleted file mode 100644 index 0aeabcc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/169.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/170.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/170.bmp deleted file mode 100644 index 05d20a9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/170.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/171.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/171.bmp deleted file mode 100644 index de5ea73..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/171.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/172.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/172.bmp deleted file mode 100644 index bf0affc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/172.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/173.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/173.bmp deleted file mode 100644 index 64ef514..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/173.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/174.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/174.bmp deleted file mode 100644 index 87b8f70..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/174.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/175.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/175.bmp deleted file mode 100644 index a75bab0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/175.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/176.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/176.bmp deleted file mode 100644 index 6bf3307..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/176.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/177.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/177.bmp deleted file mode 100644 index 391699b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/177.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/178.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/178.bmp deleted file mode 100644 index 43e74a5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/178.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/179.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/179.bmp deleted file mode 100644 index e36b8bd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/179.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/180.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/180.bmp deleted file mode 100644 index dac7b20..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/180.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/181.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/181.bmp deleted file mode 100644 index a121687..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/181.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/182.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/182.bmp deleted file mode 100644 index 3fad028..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/182.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/183.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/183.bmp deleted file mode 100644 index cf768d8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/183.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/184.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/184.bmp deleted file mode 100644 index cc0dbc9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/184.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/185.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/185.bmp deleted file mode 100644 index cd9b80f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/185.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/186.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/186.bmp deleted file mode 100644 index e4deab8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/186.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/187.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/187.bmp deleted file mode 100644 index 927c115..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/187.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/188.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/188.bmp deleted file mode 100644 index 2b9f726..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/188.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/189.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/189.bmp deleted file mode 100644 index 3b17c4a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/189.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/190.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/190.bmp deleted file mode 100644 index f351465..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/190.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/191.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/191.bmp deleted file mode 100644 index 34c8823..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/191.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/192.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/192.bmp deleted file mode 100644 index 03ab8a1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/192.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/193.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/193.bmp deleted file mode 100644 index 61dd691..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/193.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/194.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/194.bmp deleted file mode 100644 index 25e06f3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/194.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/195.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/195.bmp deleted file mode 100644 index 40df72f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/195.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/196.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/196.bmp deleted file mode 100644 index d631099..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/196.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/197.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/197.bmp deleted file mode 100644 index a9c1107..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/197.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/198.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/198.bmp deleted file mode 100644 index 398714f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/198.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/199.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/199.bmp deleted file mode 100644 index 5ae8f10..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/199.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/200.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/200.bmp deleted file mode 100644 index 368719e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/200.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/201.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/201.bmp deleted file mode 100644 index ae8eeee..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/201.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/202.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/202.bmp deleted file mode 100644 index f4a6e07..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/202.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/203.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/203.bmp deleted file mode 100644 index eac704d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/203.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/204.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/204.bmp deleted file mode 100644 index c36a347..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/204.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/205.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/205.bmp deleted file mode 100644 index c80b00a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/205.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/206.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/206.bmp deleted file mode 100644 index 59350d7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/206.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/207.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/207.bmp deleted file mode 100644 index b49957d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/207.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/208.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/208.bmp deleted file mode 100644 index 6441b7a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/208.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/209.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/209.bmp deleted file mode 100644 index 46d22a5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/209.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/210.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/210.bmp deleted file mode 100644 index df22c87..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/210.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/211.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/211.bmp deleted file mode 100644 index 369b838..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/211.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/212.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/212.bmp deleted file mode 100644 index c554ef3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/212.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/213.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/213.bmp deleted file mode 100644 index 840bee6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/213.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/214.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/214.bmp deleted file mode 100644 index 70c0b07..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/214.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/215.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/215.bmp deleted file mode 100644 index 0e38df8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/215.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/216.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/216.bmp deleted file mode 100644 index 59a990e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/216.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/217.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/217.bmp deleted file mode 100644 index ea5faa6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/217.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/218.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/218.bmp deleted file mode 100644 index 8c9713f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/218.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/219.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/219.bmp deleted file mode 100644 index 8daecc1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/219.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/220.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/220.bmp deleted file mode 100644 index 0b5a3f8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/220.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/221.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/221.bmp deleted file mode 100644 index 9a63ba0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/221.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/222.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/222.bmp deleted file mode 100644 index 1fbd468..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/222.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/223.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/223.bmp deleted file mode 100644 index 37f9216..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/223.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/224.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/224.bmp deleted file mode 100644 index 8939ec4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/224.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/225.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/225.bmp deleted file mode 100644 index 62f7cf6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/225.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/226.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/226.bmp deleted file mode 100644 index b288f3a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/226.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/227.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/227.bmp deleted file mode 100644 index 37b4106..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/227.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/228.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/228.bmp deleted file mode 100644 index e95df22..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/228.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/229.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/229.bmp deleted file mode 100644 index 917fa1e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/229.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/230.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/230.bmp deleted file mode 100644 index 1b8396f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/230.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/231.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/231.bmp deleted file mode 100644 index 41a068a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/231.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/232.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/232.bmp deleted file mode 100644 index e86925e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/232.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/233.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/233.bmp deleted file mode 100644 index 28f81cd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/233.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/234.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/234.bmp deleted file mode 100644 index 2f36442..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/234.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/235.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/235.bmp deleted file mode 100644 index 36003d5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/235.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/236.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/236.bmp deleted file mode 100644 index 8215105..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/236.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/237.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/237.bmp deleted file mode 100644 index 4e3fba1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/237.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/238.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/238.bmp deleted file mode 100644 index 36496ba..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/238.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/239.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/239.bmp deleted file mode 100644 index fedb7f1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/239.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/240.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/240.bmp deleted file mode 100644 index a83e793..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/240.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/241.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/241.bmp deleted file mode 100644 index 46739e2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/241.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/242.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/242.bmp deleted file mode 100644 index 9be9d1b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/242.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/243.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/243.bmp deleted file mode 100644 index e32fb96..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/243.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/244.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/244.bmp deleted file mode 100644 index d619932..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/244.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/245.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/245.bmp deleted file mode 100644 index 0356361..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/245.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/246.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/246.bmp deleted file mode 100644 index dacea38..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/246.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/247.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/247.bmp deleted file mode 100644 index 6261d7f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/247.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/248.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/248.bmp deleted file mode 100644 index 6274071..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/248.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/249.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/249.bmp deleted file mode 100644 index 89bcc72..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/249.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/250.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/250.bmp deleted file mode 100644 index db51225..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/250.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/251.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/251.bmp deleted file mode 100644 index 6349554..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/251.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/252.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/252.bmp deleted file mode 100644 index e1df35f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/252.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/253.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/253.bmp deleted file mode 100644 index 531dd5f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/253.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/254.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/254.bmp deleted file mode 100644 index a506623..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/254.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/255.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/255.bmp deleted file mode 100644 index ad4de3d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/255.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/256.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/256.bmp deleted file mode 100644 index a702028..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/256.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/257.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/257.bmp deleted file mode 100644 index d6c56ad..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/257.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/258.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/258.bmp deleted file mode 100644 index 1d260e4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/258.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/259.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/259.bmp deleted file mode 100644 index 8f1df40..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/259.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/260.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/260.bmp deleted file mode 100644 index 34f3bcb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/260.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/261.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/261.bmp deleted file mode 100644 index c7a9c0c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/261.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/262.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/262.bmp deleted file mode 100644 index 05e14c9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/262.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/263.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/263.bmp deleted file mode 100644 index e975776..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/263.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/264.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/264.bmp deleted file mode 100644 index 5f6d85d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/264.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/265.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/265.bmp deleted file mode 100644 index 3cc3a22..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/265.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/266.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/266.bmp deleted file mode 100644 index c19737a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/266.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/267.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/267.bmp deleted file mode 100644 index 9b5bb84..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/267.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/268.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/268.bmp deleted file mode 100644 index db5997e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/268.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/269.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/269.bmp deleted file mode 100644 index 4cccf2c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/269.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/270.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/270.bmp deleted file mode 100644 index 7c7af02..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/270.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/271.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/271.bmp deleted file mode 100644 index ec5cff0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/271.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/272.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/272.bmp deleted file mode 100644 index 1e314b5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/272.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/273.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/273.bmp deleted file mode 100644 index 43ec7c5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/273.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/274.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/274.bmp deleted file mode 100644 index 111db24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/274.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/275.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/275.bmp deleted file mode 100644 index 75586a3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/275.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/276.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/276.bmp deleted file mode 100644 index 47afe78..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/276.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/277.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/277.bmp deleted file mode 100644 index 2f02309..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/277.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/278.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/278.bmp deleted file mode 100644 index 0056a59..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/278.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/279.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/279.bmp deleted file mode 100644 index 9755520..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/279.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/280.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/280.bmp deleted file mode 100644 index c2c0a1b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/280.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/281.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/281.bmp deleted file mode 100644 index 5dbeac4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/281.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/282.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/282.bmp deleted file mode 100644 index d29566d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/282.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/283.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/283.bmp deleted file mode 100644 index efb6d6a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/283.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/284.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/284.bmp deleted file mode 100644 index 1689c6f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/284.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/285.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/285.bmp deleted file mode 100644 index 80d2d33..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/285.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/286.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/286.bmp deleted file mode 100644 index 3839d5f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/286.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/287.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/287.bmp deleted file mode 100644 index 497cfd8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/287.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/288.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/288.bmp deleted file mode 100644 index 40c8cbd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/288.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/289.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/289.bmp deleted file mode 100644 index 2788fd6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/289.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/290.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/290.bmp deleted file mode 100644 index e45c5f1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/290.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/291.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/291.bmp deleted file mode 100644 index f7e2d5f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/291.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/292.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/292.bmp deleted file mode 100644 index 430a3f9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/292.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/293.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/293.bmp deleted file mode 100644 index 918eeb6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/293.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/294.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/294.bmp deleted file mode 100644 index f615c26..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/294.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/295.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/295.bmp deleted file mode 100644 index 382ce5f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/295.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/296.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/296.bmp deleted file mode 100644 index 89ad5b3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/296.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/297.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/297.bmp deleted file mode 100644 index 2837ec5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/297.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/298.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/298.bmp deleted file mode 100644 index 74ad192..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/298.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/299.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/299.bmp deleted file mode 100644 index 0f63485..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/299.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/300.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/300.bmp deleted file mode 100644 index 8ae39eb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/300.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/301.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/301.bmp deleted file mode 100644 index f2210b3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/301.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/302.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/302.bmp deleted file mode 100644 index f9b1c19..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/302.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/303.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/303.bmp deleted file mode 100644 index 63df8db..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/303.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/304.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/304.bmp deleted file mode 100644 index d9af115..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/304.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/305.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/305.bmp deleted file mode 100644 index ac5c9c4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/305.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/306.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/306.bmp deleted file mode 100644 index 745ca01..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/306.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/307.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/307.bmp deleted file mode 100644 index d3636a0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/307.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/308.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/308.bmp deleted file mode 100644 index a3d13a1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/308.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/309.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/309.bmp deleted file mode 100644 index 296415e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/309.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/310.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/310.bmp deleted file mode 100644 index fe24779..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/310.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/311.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/311.bmp deleted file mode 100644 index 3b409b3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/311.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/312.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/312.bmp deleted file mode 100644 index f728b9d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/312.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/313.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/313.bmp deleted file mode 100644 index 4463b7c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/313.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/314.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/314.bmp deleted file mode 100644 index 97a07d5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/314.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/315.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/315.bmp deleted file mode 100644 index 094f9a6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/315.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/316.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/316.bmp deleted file mode 100644 index 3ce809f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/316.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/317.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/317.bmp deleted file mode 100644 index 94e4a4b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/317.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/318.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/318.bmp deleted file mode 100644 index ad8f70b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/318.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/319.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/319.bmp deleted file mode 100644 index cf17bc3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/319.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/320.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/320.bmp deleted file mode 100644 index d7a3aef..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/320.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/321.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/321.bmp deleted file mode 100644 index f490682..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/321.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/322.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/322.bmp deleted file mode 100644 index 39569a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/322.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/323.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/323.bmp deleted file mode 100644 index 0996070..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/323.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/324.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/324.bmp deleted file mode 100644 index cf2bce5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/324.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/325.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/325.bmp deleted file mode 100644 index 785bd9d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/325.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/326.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/326.bmp deleted file mode 100644 index aac8a35..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/326.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/327.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/327.bmp deleted file mode 100644 index cb37888..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/327.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/328.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/328.bmp deleted file mode 100644 index baa28fb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/328.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/329.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/329.bmp deleted file mode 100644 index 271d31b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/329.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/330.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/330.bmp deleted file mode 100644 index 9c7e15b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/330.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/331.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/331.bmp deleted file mode 100644 index b0f3506..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/331.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/332.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/332.bmp deleted file mode 100644 index f300fa6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/332.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/333.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/333.bmp deleted file mode 100644 index e04fda8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/333.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/334.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/334.bmp deleted file mode 100644 index c8437c8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/334.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/335.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/335.bmp deleted file mode 100644 index 102c9b3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/335.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/336.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/336.bmp deleted file mode 100644 index 72bf500..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/336.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/337.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/337.bmp deleted file mode 100644 index bdfb313..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/337.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/338.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/338.bmp deleted file mode 100644 index 9e6ae0c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/338.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/339.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/339.bmp deleted file mode 100644 index e7f7e31..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/339.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/340.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/340.bmp deleted file mode 100644 index f3c6cc0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/340.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/341.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/341.bmp deleted file mode 100644 index 369f682..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/341.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/342.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/342.bmp deleted file mode 100644 index 7ab337d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/342.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/343.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/343.bmp deleted file mode 100644 index 0249568..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/343.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/344.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/344.bmp deleted file mode 100644 index 3ad9342..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/344.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/345.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/345.bmp deleted file mode 100644 index 5986d5b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/345.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/346.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/346.bmp deleted file mode 100644 index 373e372..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/346.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/347.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/347.bmp deleted file mode 100644 index 9eb0263..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/347.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/348.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/348.bmp deleted file mode 100644 index 2c1098b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/348.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/349.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/349.bmp deleted file mode 100644 index 703fc48..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/349.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/350.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/350.bmp deleted file mode 100644 index 7024c53..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/350.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/351.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/351.bmp deleted file mode 100644 index 8104f49..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/351.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/352.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/352.bmp deleted file mode 100644 index 0abf398..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/352.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/353.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/353.bmp deleted file mode 100644 index cfd6ecc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/353.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/354.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/354.bmp deleted file mode 100644 index da61ff2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/354.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/355.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/355.bmp deleted file mode 100644 index ebdbc8b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/355.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/356.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/356.bmp deleted file mode 100644 index c6d4d9d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/356.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/357.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/357.bmp deleted file mode 100644 index 9e11084..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/357.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/358.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/358.bmp deleted file mode 100644 index 729f2bd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/358.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/359.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/359.bmp deleted file mode 100644 index 5aa6fc6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/359.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/360.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/360.bmp deleted file mode 100644 index ebec3cd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/360.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/361.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/361.bmp deleted file mode 100644 index 60befd8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/361.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/362.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/362.bmp deleted file mode 100644 index bceda73..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/362.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/363.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/363.bmp deleted file mode 100644 index bbddaff..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/363.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/364.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/364.bmp deleted file mode 100644 index 63aa12d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/364.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/365.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/365.bmp deleted file mode 100644 index c34b9ec..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/365.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/366.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/366.bmp deleted file mode 100644 index b98aa0e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/366.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/367.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/367.bmp deleted file mode 100644 index 5892e18..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/367.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/368.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/368.bmp deleted file mode 100644 index 922b8f8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/368.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/369.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/369.bmp deleted file mode 100644 index c1d6a1a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/369.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/370.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/370.bmp deleted file mode 100644 index 464edf4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/370.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/371.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/371.bmp deleted file mode 100644 index 96101f9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/371.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/372.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/372.bmp deleted file mode 100644 index 1be4ef3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/372.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/373.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/373.bmp deleted file mode 100644 index 696cb0c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/373.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/374.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/374.bmp deleted file mode 100644 index 4cef9d7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/374.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/375.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/375.bmp deleted file mode 100644 index 09316ff..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/375.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/376.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/376.bmp deleted file mode 100644 index 90e4e98..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/376.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/377.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/377.bmp deleted file mode 100644 index cb2f1e7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/377.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/378.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/378.bmp deleted file mode 100644 index 852b962..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/378.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/379.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/379.bmp deleted file mode 100644 index 0fc5f56..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/379.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/380.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/380.bmp deleted file mode 100644 index 0c8a6a0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/380.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/381.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/381.bmp deleted file mode 100644 index ea32529..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/381.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/382.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/382.bmp deleted file mode 100644 index 6d70e05..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/382.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/383.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/383.bmp deleted file mode 100644 index 355a2f2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/383.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/384.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/384.bmp deleted file mode 100644 index 0721dae..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/384.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/385.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/385.bmp deleted file mode 100644 index 3ad2c93..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/385.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/386.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/386.bmp deleted file mode 100644 index a74eb18..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/386.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/387.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/387.bmp deleted file mode 100644 index 9bffe69..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/387.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/388.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/388.bmp deleted file mode 100644 index 90d9171..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/388.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/389.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/389.bmp deleted file mode 100644 index 0920963..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/389.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/390.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/390.bmp deleted file mode 100644 index f9ac93a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/390.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/391.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/391.bmp deleted file mode 100644 index 96a3d99..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/391.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/392.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/392.bmp deleted file mode 100644 index 42dddc0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/392.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/393.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/393.bmp deleted file mode 100644 index b4161f1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/393.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/394.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/394.bmp deleted file mode 100644 index d9873fe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/394.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/395.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/395.bmp deleted file mode 100644 index 07e8d13..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/395.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/396.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/396.bmp deleted file mode 100644 index 03804b1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/396.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/397.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/397.bmp deleted file mode 100644 index 4d01457..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/397.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/398.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/398.bmp deleted file mode 100644 index ed3837e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/398.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/399.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/399.bmp deleted file mode 100644 index 3248050..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/399.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/400.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/400.bmp deleted file mode 100644 index 51d306c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/400.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/401.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/401.bmp deleted file mode 100644 index 9d72e4b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/401.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/402.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/402.bmp deleted file mode 100644 index e9aab52..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/402.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/403.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/403.bmp deleted file mode 100644 index 7f0d8b4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/403.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/404.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/404.bmp deleted file mode 100644 index 8f7c1a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/404.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/405.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/405.bmp deleted file mode 100644 index 92d3047..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/405.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/406.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/406.bmp deleted file mode 100644 index 2bde06a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/406.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/407.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/407.bmp deleted file mode 100644 index 9d08f3e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/407.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/408.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/408.bmp deleted file mode 100644 index f97bac5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/408.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/409.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/409.bmp deleted file mode 100644 index 373cafe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/409.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/410.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/410.bmp deleted file mode 100644 index 6c0cf5d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/410.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/411.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/411.bmp deleted file mode 100644 index ad20b47..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/411.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/412.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/412.bmp deleted file mode 100644 index fa0240e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/412.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/413.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/413.bmp deleted file mode 100644 index 30fbb73..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/413.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/414.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/414.bmp deleted file mode 100644 index bfe6399..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/414.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/415.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/415.bmp deleted file mode 100644 index f7fe114..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/415.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/416.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/416.bmp deleted file mode 100644 index 540a031..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/416.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/417.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/417.bmp deleted file mode 100644 index aceb430..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/417.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/418.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/418.bmp deleted file mode 100644 index 850e4c5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/418.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/419.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/419.bmp deleted file mode 100644 index 3b00176..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/419.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/420.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/420.bmp deleted file mode 100644 index 5f8ae11..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/420.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/421.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/421.bmp deleted file mode 100644 index a0ea284..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/421.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/422.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/422.bmp deleted file mode 100644 index c4e9870..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/422.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/423.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/423.bmp deleted file mode 100644 index 32efe4f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/423.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/424.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/424.bmp deleted file mode 100644 index 28d3769..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/424.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/425.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/425.bmp deleted file mode 100644 index 3d7d3a2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/425.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/426.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/426.bmp deleted file mode 100644 index ada48d5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/426.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/427.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/427.bmp deleted file mode 100644 index 26d985f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/427.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/428.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/428.bmp deleted file mode 100644 index 82f122a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/428.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/429.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/429.bmp deleted file mode 100644 index fefeadf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/429.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/430.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/430.bmp deleted file mode 100644 index e6d4cfb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/430.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/431.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/431.bmp deleted file mode 100644 index 333df28..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/431.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/432.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/432.bmp deleted file mode 100644 index 50030a7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/432.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/433.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/433.bmp deleted file mode 100644 index 3853fcc..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/433.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/434.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/434.bmp deleted file mode 100644 index 6cf7734..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/434.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/435.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/435.bmp deleted file mode 100644 index b2dfaf3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/435.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/436.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/436.bmp deleted file mode 100644 index f61672a..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/436.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/437.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/437.bmp deleted file mode 100644 index 376caae..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/437.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/438.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/438.bmp deleted file mode 100644 index 3988308..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/438.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/439.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/439.bmp deleted file mode 100644 index f52ff77..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/439.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/440.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/440.bmp deleted file mode 100644 index 00913a1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/440.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/441.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/441.bmp deleted file mode 100644 index 0467ae4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/441.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/442.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/442.bmp deleted file mode 100644 index b6268c6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/442.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/443.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/443.bmp deleted file mode 100644 index a0652a6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/443.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/444.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/444.bmp deleted file mode 100644 index b9ab09e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/444.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/445.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/445.bmp deleted file mode 100644 index c66a870..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/445.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/446.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/446.bmp deleted file mode 100644 index 30d2232..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/446.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/447.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/447.bmp deleted file mode 100644 index 692f960..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/447.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/448.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/448.bmp deleted file mode 100644 index 8950b1e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/448.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/449.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/449.bmp deleted file mode 100644 index 299c61e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/449.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/450.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/450.bmp deleted file mode 100644 index e5151e8..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/450.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/451.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/451.bmp deleted file mode 100644 index bcc6bc0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/451.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/452.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/452.bmp deleted file mode 100644 index bcfc47f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/452.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/453.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/453.bmp deleted file mode 100644 index fe0a5bd..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/453.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/454.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/454.bmp deleted file mode 100644 index 708fbe4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/454.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/455.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/455.bmp deleted file mode 100644 index 881fd06..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/455.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/456.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/456.bmp deleted file mode 100644 index 78d5401..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/456.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/457.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/457.bmp deleted file mode 100644 index 50131d3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/457.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/458.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/458.bmp deleted file mode 100644 index 2e5bfe1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/458.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/459.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/459.bmp deleted file mode 100644 index 2868359..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/459.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/460.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/460.bmp deleted file mode 100644 index 65d1ece..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/460.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/461.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/461.bmp deleted file mode 100644 index 694f9da..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/461.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/462.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/462.bmp deleted file mode 100644 index 72715a3..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/462.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/463.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/463.bmp deleted file mode 100644 index 1e1444b..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/463.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/464.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/464.bmp deleted file mode 100644 index 75eaefb..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/464.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/465.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/465.bmp deleted file mode 100644 index a6b1fcf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/465.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/466.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/466.bmp deleted file mode 100644 index d51e4e5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/466.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/467.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/467.bmp deleted file mode 100644 index 2689d97..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/467.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/468.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/468.bmp deleted file mode 100644 index 8f1a1af..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/468.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/469.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/469.bmp deleted file mode 100644 index 055efa7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/469.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/470.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/470.bmp deleted file mode 100644 index f212d0f..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/470.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/471.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/471.bmp deleted file mode 100644 index 7112ebf..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/471.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/472.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/472.bmp deleted file mode 100644 index e049fce..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/472.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/473.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/473.bmp deleted file mode 100644 index e024f08..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/473.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/474.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/474.bmp deleted file mode 100644 index bd60b03..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/474.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/475.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/475.bmp deleted file mode 100644 index 25215ba..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/475.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/476.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/476.bmp deleted file mode 100644 index ee079f4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/476.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/477.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/477.bmp deleted file mode 100644 index e21b99d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/477.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/478.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/478.bmp deleted file mode 100644 index 454c7e5..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/478.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/479.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/479.bmp deleted file mode 100644 index 61c3c6e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/479.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/480.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/480.bmp deleted file mode 100644 index 529bae4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/480.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/481.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/481.bmp deleted file mode 100644 index ea0b96e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/481.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/482.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/482.bmp deleted file mode 100644 index fbb5dc0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/482.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/483.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/483.bmp deleted file mode 100644 index 958c15d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/483.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/484.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/484.bmp deleted file mode 100644 index 38721a7..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/484.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/485.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/485.bmp deleted file mode 100644 index 89a81ae..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/485.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/486.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/486.bmp deleted file mode 100644 index 5f549a9..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/486.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/487.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/487.bmp deleted file mode 100644 index 553d193..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/487.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/488.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/488.bmp deleted file mode 100644 index 9ba0048..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/488.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/489.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/489.bmp deleted file mode 100644 index d42f3a4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/489.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/490.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/490.bmp deleted file mode 100644 index 33a2e04..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/490.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/491.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/491.bmp deleted file mode 100644 index bc2ddfe..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/491.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/492.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/492.bmp deleted file mode 100644 index 6c7be7c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/492.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/493.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/493.bmp deleted file mode 100644 index ef40e96..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/493.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/494.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/494.bmp deleted file mode 100644 index 9ea9eda..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/494.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/495.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/495.bmp deleted file mode 100644 index c81ab24..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/495.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/496.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/496.bmp deleted file mode 100644 index 3aecde2..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/496.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/497.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/497.bmp deleted file mode 100644 index ca8ca9c..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/497.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/498.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/498.bmp deleted file mode 100644 index 00ffa0e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/498.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/499.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/499.bmp deleted file mode 100644 index 58595d1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/499.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/500.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/500.bmp deleted file mode 100644 index 15b0608..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/500.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/501.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/501.bmp deleted file mode 100644 index 0ae055e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/501.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/502.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/502.bmp deleted file mode 100644 index 0a6a60d..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/502.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/503.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/503.bmp deleted file mode 100644 index fd84f49..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/503.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/504.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/504.bmp deleted file mode 100644 index 2913d74..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/504.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/505.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/505.bmp deleted file mode 100644 index 48ee9c4..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/505.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/506.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/506.bmp deleted file mode 100644 index ef0a2b6..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/506.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/507.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/507.bmp deleted file mode 100644 index 3b093ea..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/507.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/508.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/508.bmp deleted file mode 100644 index 896357e..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/508.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/509.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/509.bmp deleted file mode 100644 index d2158f1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/509.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/510.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/510.bmp deleted file mode 100644 index 14a1cb1..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/510.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/511.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/511.bmp deleted file mode 100644 index 92bba35..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/511.bmp and /dev/null differ diff --git a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/512.bmp b/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/512.bmp deleted file mode 100644 index 53ae8c0..0000000 Binary files a/src/main/webapp/allBmps/efed2711-b150-1b1f-521a-6aa2343236d2/sagittal/512.bmp and /dev/null differ diff --git a/src/main/webapp/css/inputFile.css b/src/main/webapp/css/inputFile.css deleted file mode 100644 index a0150ac..0000000 --- a/src/main/webapp/css/inputFile.css +++ /dev/null @@ -1,26 +0,0 @@ -.file { - position: relative; - display: inline-block; - background: #D0EEFF; - border: 1px solid #99D3F5; - border-radius: 4px; - padding: 4px 12px; - overflow: hidden; - color: #1E88C7; - text-decoration: none; - text-indent: 0; - line-height: 20px; -} -.file input { - position: absolute; - font-size: 100px; - right: 0; - top: 0; - opacity: 0; -} -.file:hover { - background: #AADFFD; - border-color: #78C3F3; - color: #004974; - text-decoration: none; -} \ No newline at end of file diff --git a/src/main/webapp/css/load-bar.css b/src/main/webapp/css/load-bar.css deleted file mode 100644 index 1f0afce..0000000 --- a/src/main/webapp/css/load-bar.css +++ /dev/null @@ -1,161 +0,0 @@ -* { -box-sizing: border-box; -} -html { -height: 100%; -} -body { -background: #efeeea; -background: linear-gradient(#f9f9f9, #cecbc4); -background: -moz-linear-gradient(#f9f9f9, #cecbc4); -background: -webkit-linear-gradient(#f9f9f9, #cecbc4); -background: -o-linear-gradient(#f9f9f9, #cecbc4); -color: #757575; -font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; -text-align: center; -} -h1, p { -padding:0; margin:0; -} -.wrapper { -width: 350px; -margin: 200px auto; -} -.wrapper p a {color:#757575; text-decoration:none;} -.wrapper .load-bar { -width: 100%; -height: 25px; -border-radius: 30px; -background: #dcdbd7; -position: relative; -box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 2px 3px rgba(0, 0, 0, 0.2); -} -.wrapper .load-bar:hover .load-bar-inner, .wrapper .load-bar:hover #counter { -animation-play-state: paused; --moz-animation-play-state: paused; --o-animation-play-state: paused; --webkit-animation-play-state: paused; -} -.wrapper .load-bar-inner { -height: 99%; -width: 0%; -border-radius: inherit; -position: relative; -background: #c2d7ac; -background: linear-gradient(#e0f6c8, #98ad84); -background: -moz-linear-gradient(#e0f6c8, #98ad84); -background: -webkit-linear-gradient(#e0f6c8, #98ad84); -background: -o-linear-gradient(#e0f6c8, #98ad84); -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 5px rgba(0, 0, 0, 0.3); -animation: loader 10s linear infinite; --moz-animation: loader 10s linear infinite; --webkit-animation: loader 10s linear infinite; --o-animation: loader 10s linear infinite; -} -.wrapper #counter { -position: absolute; -background: #eeeff3; -background: linear-gradient(#eeeff3, #cbcbd3); -background: -moz-linear-gradient(#eeeff3, #cbcbd3); -background: -webkit-linear-gradient(#eeeff3, #cbcbd3); -background: -o-linear-gradient(#eeeff3, #cbcbd3); -padding: 5px 10px; -border-radius: 0.4em; -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 2px 4px 1px rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.1); -left: -25px; -top: -50px; -font-size: 12px; -font-weight: bold; -width: 44px; -animation: counter 10s linear infinite; --moz-animation: counter 10s linear infinite; --webkit-animation: counter 10s linear infinite; --o-animation: counter 10s linear infinite; -} -.wrapper #counter:after { -content: ""; -position: absolute; -width: 8px; -height: 8px; -background: #cbcbd3; -transform: rotate(45deg); --moz-transform: rotate(45deg); --webkit-transform: rotate(45deg); --o-transform: rotate(45deg); -left: 50%; -margin-left: -4px; -bottom: -4px; -box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.1); -border-radius: 0 0 3px 0; -} -.wrapper h1 { -font-size: 28px; -padding: 20px 0 8px 0; -} -.wrapper p { -font-size: 13px; -} -@keyframes loader { -from { -width: 0%; -} -to { -width: 100%; -} -} -@-moz-keyframes loader { -from { -width: 0%; -} -to { -width: 100%; -} -} -@-webkit-keyframes loader { -from { -width: 0%; -} -to { -width: 100%; -} -} -@-o-keyframes loader { -from { -width: 0%; -} -to { -width: 100%; -} -} -@keyframes counter { -from { -left: -25px; -} -to { -left: 323px; -} -} -@-moz-keyframes counter { -from { -left: -25px; -} -to { -left: 323px; -} -} -@-webkit-keyframes counter { -from { -left: -25px; -} -to { -left: 323px; -} -} -@-o-keyframes counter { -from { -left: -25px; -} -to { -left: 323px; -} -} \ No newline at end of file diff --git a/src/main/webapp/css/progressBar.css b/src/main/webapp/css/progressBar.css deleted file mode 100644 index 56f4dac..0000000 --- a/src/main/webapp/css/progressBar.css +++ /dev/null @@ -1,160 +0,0 @@ -.process-bar -{ -width:100px; -display:inline-block; -*zoom:1; -} -.pb-wrapper -{ -border:1px solid gray; -border-style:solid none; -position:relative; -background:#cfd0d2; -} -.pb-container -{ -border:1px solid gray; -border-style:none solid; -height:12px; -position:relative; -left:-1px; -margin-right:-2px; -font:1px/0 arial; -padding:1px; -} -.pb-highlight -{ -position:absolute; -left:0; -top:0; -_top:1px; -width:100%; -opacity:0.6; -filter:alpha(opacity=60); -height:6px; -background:white; -font-size:1px; -line-height:0; -z-index:1 -} -.pb-text -{ -width:100%; -position:absolute; -left:0; -top:0; -text-align:center; -font:10px/12px arial; -} -.pb-value -{ -height:100%; -width:50%; -background:#19d73d; -} -.pb-text -{ -color:black; -font:10px/12px arial -} -/* -- 以下是重写的皮肤 -- */ -/* green */ -.skin-green .pb-wrapper -{ -border-color:#666; -border-top-color:#628c2d; -} -.skin-green .pb-container -{ -border-color:#666; -border-left-color:#628c2d; -} -.skin-green .pb-text{ color:black } -/* blue */ -.skin-blue .pb-wrapper -{ -border-color:#0e7c78; -border-top-color:#41beb9; -} -.skin-blue .pb-container -{ -border-color:#0e7c78; -border-left-color:#41beb9; -} -.skin-blue .pb-text -{ -color:white -} -.skin-blue .pb-value -{ -background:#159b96; -} -/* red */ -.skin-red .pb-wrapper -{ -border-color:#8e1411; -border-top-color:#cb3d3a; -} -.skin-red .pb-container -{ -border-color:#8e1411; -border-left-color:#cb3d3a; -} -.skin-red .pb-text -{ -color:#470200; -} -.skin-red .pb-value -{ -background:#d70500 -} -/* orange */ -.skin-orange .pb-wrapper, -.skin-orange .pb-container -{ -border-color:#d55110; -} -.skin-orange .pb-text -{ -color:#250f00; -} -.skin-orange .pb-value -{ -background:#d75a00; -} -/* purple */ -.skin-purple .pb-wrapper, -.skin-purple .pb-container -{ -border-color:#a90561; -} -.skin-purple .pb-text -{ -color:#720040; -} -.skin-purple .pb-value -{ -background:#9d118e -} -/* black */ -.skin-black .pb-wrapper, -.skin-black .pb-container -{ -border-color:black -} -.skin-black .pb-text -{ -color:gray; -} -.skin-black .pb-value -{ -background:#111111; -} -/* 分割线样式 */ -.hua-li-de-fen-ge-xian -{ -border-bottom:2px dashed #eee; -height:1px; -font-size:1px; -margin:5px 0 -} \ No newline at end of file diff --git a/src/main/webapp/css/zoom.css b/src/main/webapp/css/zoom.css new file mode 100644 index 0000000..13520ea --- /dev/null +++ b/src/main/webapp/css/zoom.css @@ -0,0 +1,76 @@ +#zoom { + z-index: 99990; + position: fixed; + top: 0; + left: 0; + display: none; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.8); + filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; + -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; +} +#zoom .content { + z-index: 99991; + position: absolute; + top: 50%; + left: 50%; + width: 200px; + height: 200px; + background: #ffffff no-repeat 50% 50%; + padding: 0; + margin: -100px 0 0 -100px; + box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3); + border-radius: 4px; +} +#zoom .content.loading { + background-image: url('../img/loading.gif'); +} +#zoom img { + display: block; + max-width: none; + background: #ececec; + box-shadow: 0 1px 3px rgba(0,0,0,0.25); + border-radius: 4px; +} +#zoom .close { + z-index: 99993; + position: absolute; + top: 0; + right: 0; + width: 49px; + height: 49px; + cursor: pointer; + background: transparent url('../img/icons/close.png') no-repeat 50% 50%; + opacity: 1; + filter: alpha(opacity=100); + border-radius: 0 0 0 4px; +} +#zoom .previous, +#zoom .next { + z-index: 99992; + position: absolute; + top: 50%; + overflow: hidden; + display: block; + width: 49px; + height: 49px; + margin-top: -25px; +} +#zoom .previous { + left: 0; + background: url('../img/icons/arrows.png') no-repeat 0 0; + border-radius: 0 4px 4px 0; +} +#zoom .next { + right: 0; + background: url('../img/icons/arrows.png') no-repeat 100% 0; + border-radius: 4px 0 0 4px; +} +#zoom .close:hover { + background-color: #da4f49; +} +#zoom .previous:hover, +#zoom .next:hover { + background-color: #0088cc; +} diff --git a/src/main/webapp/downloadZip.html b/src/main/webapp/downloadZip.html deleted file mode 100644 index 5e0afbd..0000000 --- a/src/main/webapp/downloadZip.html +++ /dev/null @@ -1,82 +0,0 @@ - - - -02.html - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - -
receive
 
IDIPPortReceivedFailedSavedFolderSpeedTotalFilesDatedownload
- -
- - diff --git a/src/main/webapp/htmls/Bootstrap.html b/src/main/webapp/htmls/Bootstrap.html deleted file mode 100644 index 6f57860..0000000 --- a/src/main/webapp/htmls/Bootstrap.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - Bootstrap.html - - - - - - - - - - - - - - - - - - - -
- - - - -
-
-
-
- - - -
-
-

-
-
- - - -
-
-
-
0%
-
-
- -
- - - - - - - - - - - - - - - - - -
receive
IDIPPortReceivedFailedSavedFolderSpeedTotalFilesDate
- -
- -
- - - - - - - - - - - - - - - - - -
send
IDIPPortSendFailedSavedFolderSpeedTotalFilesDate
- -
- -
- -
- -
-
- -
-
- -
-
- -
-
- - -
- - - - - - - - - - - - -
complete
IDDateTotalFilesComplete
- -
-
- -
- - - - - - - - diff --git a/src/main/webapp/htmls/SegmentPlatForm.html b/src/main/webapp/htmls/SegmentPlatForm.html new file mode 100644 index 0000000..b94f784 --- /dev/null +++ b/src/main/webapp/htmls/SegmentPlatForm.html @@ -0,0 +1,646 @@ + + + + Segment PlatForm + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+ + +
+ +
+
+
+
+ + +
+ +
+
+
+
0%
+
+
+ + +
+ + + + + + + + + + + + + + + + + + +
receive
AccessionNumberPatientNameStudyDateIPPortReceivedFailedSpeedTotalFilesDate
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + +
send
IDAccessionNumberPatientNameStudyDateIPPortSendFailedSavedFolderSpeedTotalFilesDate
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
complete
IDAccessionNumberPatientNameStudyDateDateCompleteTimeTotalFilesCompleteMorphyJPGAxialCTDownloadDelete
+ +
+ +
+ +
+
+
+
+ +
+ +
+
+
+
+ +
+
+ + + + + diff --git a/src/main/webapp/htmls/UploadFile.html b/src/main/webapp/htmls/UploadFile.html deleted file mode 100644 index 5946118..0000000 --- a/src/main/webapp/htmls/UploadFile.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - UploadFile.html - - - - - - - - - - - This is my HTML page.
- - diff --git a/src/main/webapp/htmls/demo.html b/src/main/webapp/htmls/demo.html new file mode 100644 index 0000000..dd409a9 --- /dev/null +++ b/src/main/webapp/htmls/demo.html @@ -0,0 +1,42 @@ + + + + demo.html + + + + + + + + + + +
+ +
+ + + + + diff --git a/src/main/webapp/htmls/test.html b/src/main/webapp/htmls/test.html new file mode 100644 index 0000000..11181e8 --- /dev/null +++ b/src/main/webapp/htmls/test.html @@ -0,0 +1,35 @@ + + + + jQuery控制图片淡入淡出效果 + + + + +
    +
  • +
  • +
  • +
+ + + \ No newline at end of file diff --git a/src/main/webapp/img/1.jpg b/src/main/webapp/img/1.jpg new file mode 100644 index 0000000..0762ffa Binary files /dev/null and b/src/main/webapp/img/1.jpg differ diff --git a/src/main/webapp/img/2.jpg b/src/main/webapp/img/2.jpg new file mode 100644 index 0000000..57ee572 Binary files /dev/null and b/src/main/webapp/img/2.jpg differ diff --git a/src/main/webapp/img/3.jpg b/src/main/webapp/img/3.jpg new file mode 100644 index 0000000..f74cf46 Binary files /dev/null and b/src/main/webapp/img/3.jpg differ diff --git a/src/main/webapp/img/icons/Thumbs.db b/src/main/webapp/img/icons/Thumbs.db new file mode 100644 index 0000000..1b8b53d Binary files /dev/null and b/src/main/webapp/img/icons/Thumbs.db differ diff --git a/src/main/webapp/img/icons/arrows.png b/src/main/webapp/img/icons/arrows.png new file mode 100644 index 0000000..b9ee23c Binary files /dev/null and b/src/main/webapp/img/icons/arrows.png differ diff --git a/src/main/webapp/img/icons/close.png b/src/main/webapp/img/icons/close.png new file mode 100644 index 0000000..cc9de53 Binary files /dev/null and b/src/main/webapp/img/icons/close.png differ diff --git a/src/main/webapp/img/loading.gif b/src/main/webapp/img/loading.gif new file mode 100644 index 0000000..1652097 Binary files /dev/null and b/src/main/webapp/img/loading.gif differ diff --git a/src/main/webapp/img/spinner.gif b/src/main/webapp/img/spinner.gif new file mode 100644 index 0000000..acd8cd3 Binary files /dev/null and b/src/main/webapp/img/spinner.gif differ diff --git a/src/main/webapp/js/jquery-1.9.1.min.js b/src/main/webapp/js/jquery-1.9.1.min.js new file mode 100644 index 0000000..006e953 --- /dev/null +++ b/src/main/webapp/js/jquery-1.9.1.min.js @@ -0,0 +1,5 @@ +/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license +//@ sourceMappingURL=jquery.min.map +*/(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,b=function(e,t){return new b.fn.init(e,t,r)},x=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^[\],:{}\s]*$/,E=/(?:^|:|,)(?:\s*\[)+/g,S=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,A=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,j=/^-ms-/,D=/-([\da-z])/gi,L=function(e,t){return t.toUpperCase()},H=function(e){(o.addEventListener||"load"===e.type||"complete"===o.readyState)&&(q(),b.ready())},q=function(){o.addEventListener?(o.removeEventListener("DOMContentLoaded",H,!1),e.removeEventListener("load",H,!1)):(o.detachEvent("onreadystatechange",H),e.detachEvent("onload",H))};b.fn=b.prototype={jquery:p,constructor:b,init:function(e,n,r){var i,a;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof b?n[0]:n,b.merge(this,b.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:o,!0)),C.test(i[1])&&b.isPlainObject(n))for(i in n)b.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(a=o.getElementById(i[2]),a&&a.parentNode){if(a.id!==i[2])return r.find(e);this.length=1,this[0]=a}return this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):b.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),b.makeArray(e,this))},selector:"",length:0,size:function(){return this.length},toArray:function(){return h.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return b.each(this,e,t)},ready:function(e){return b.ready.promise().done(e),this},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(b.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:d,sort:[].sort,splice:[].splice},b.fn.init.prototype=b.fn,b.extend=b.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},u=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},u=2),"object"==typeof s||b.isFunction(s)||(s={}),l===u&&(s=this,--u);l>u;u++)if(null!=(o=arguments[u]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(b.isPlainObject(r)||(n=b.isArray(r)))?(n?(n=!1,a=e&&b.isArray(e)?e:[]):a=e&&b.isPlainObject(e)?e:{},s[i]=b.extend(c,a,r)):r!==t&&(s[i]=r));return s},b.extend({noConflict:function(t){return e.$===b&&(e.$=u),t&&e.jQuery===b&&(e.jQuery=s),b},isReady:!1,readyWait:1,holdReady:function(e){e?b.readyWait++:b.ready(!0)},ready:function(e){if(e===!0?!--b.readyWait:!b.isReady){if(!o.body)return setTimeout(b.ready);b.isReady=!0,e!==!0&&--b.readyWait>0||(n.resolveWith(o,[b]),b.fn.trigger&&b(o).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===b.type(e)},isArray:Array.isArray||function(e){return"array"===b.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if(!e||"object"!==b.type(e)||e.nodeType||b.isWindow(e))return!1;try{if(e.constructor&&!y.call(e,"constructor")&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||y.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=b.buildFragment([e],t,i),i&&b(i).remove(),b.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=b.trim(n),n&&k.test(n.replace(S,"@").replace(A,"]").replace(E,"")))?Function("return "+n)():(b.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||b.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&b.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(j,"ms-").replace(D,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:v&&!v.call("\ufeff\u00a0")?function(e){return null==e?"":v.call(e)}:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?b.merge(n,"string"==typeof e?[e]:e):d.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(g)return g.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return f.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),b.isFunction(e)?(r=h.call(arguments,2),i=function(){return e.apply(n||this,r.concat(h.call(arguments)))},i.guid=e.guid=e.guid||b.guid++,i):t},access:function(e,n,r,i,o,a,s){var u=0,l=e.length,c=null==r;if("object"===b.type(r)){o=!0;for(u in r)b.access(e,n,u,r[u],!0,a,s)}else if(i!==t&&(o=!0,b.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(b(e),n)})),n))for(;l>u;u++)n(e[u],r,s?i:i.call(e[u],u,n(e[u],r)));return o?e:c?n.call(e):l?n(e[0],r):a},now:function(){return(new Date).getTime()}}),b.ready.promise=function(t){if(!n)if(n=b.Deferred(),"complete"===o.readyState)setTimeout(b.ready);else if(o.addEventListener)o.addEventListener("DOMContentLoaded",H,!1),e.addEventListener("load",H,!1);else{o.attachEvent("onreadystatechange",H),e.attachEvent("onload",H);var r=!1;try{r=null==e.frameElement&&o.documentElement}catch(i){}r&&r.doScroll&&function a(){if(!b.isReady){try{r.doScroll("left")}catch(e){return setTimeout(a,50)}q(),b.ready()}}()}return n.promise(t)},b.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=b.type(e);return b.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=b(o);var _={};function F(e){var t=_[e]={};return b.each(e.match(w)||[],function(e,n){t[n]=!0}),t}b.Callbacks=function(e){e="string"==typeof e?_[e]||F(e):b.extend({},e);var n,r,i,o,a,s,u=[],l=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=u.length,n=!0;u&&o>a;a++)if(u[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,u&&(l?l.length&&c(l.shift()):r?u=[]:p.disable())},p={add:function(){if(u){var t=u.length;(function i(t){b.each(t,function(t,n){var r=b.type(n);"function"===r?e.unique&&p.has(n)||u.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=u.length:r&&(s=t,c(r))}return this},remove:function(){return u&&b.each(arguments,function(e,t){var r;while((r=b.inArray(t,u,r))>-1)u.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?b.inArray(e,u)>-1:!(!u||!u.length)},empty:function(){return u=[],this},disable:function(){return u=l=r=t,this},disabled:function(){return!u},lock:function(){return l=t,r||p.disable(),this},locked:function(){return!l},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!u||i&&!l||(n?l.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},b.extend({Deferred:function(e){var t=[["resolve","done",b.Callbacks("once memory"),"resolved"],["reject","fail",b.Callbacks("once memory"),"rejected"],["notify","progress",b.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return b.Deferred(function(n){b.each(t,function(t,o){var a=o[0],s=b.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&b.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?b.extend(e,r):r}},i={};return r.pipe=r.then,b.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=h.call(arguments),r=n.length,i=1!==r||e&&b.isFunction(e.promise)?r:0,o=1===i?e:b.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?h.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,u,l;if(r>1)for(s=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&b.isFunction(n[t].promise)?n[t].promise().done(a(t,l,n)).fail(o.reject).progress(a(t,u,s)):--i;return i||o.resolveWith(l,n),o.promise()}}),b.support=function(){var t,n,r,a,s,u,l,c,p,f,d=o.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="
a",n=d.getElementsByTagName("*"),r=d.getElementsByTagName("a")[0],!n||!r||!n.length)return{};s=o.createElement("select"),l=s.appendChild(o.createElement("option")),a=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={getSetAttribute:"t"!==d.className,leadingWhitespace:3===d.firstChild.nodeType,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:"/a"===r.getAttribute("href"),opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:!!a.value,optSelected:l.selected,enctype:!!o.createElement("form").enctype,html5Clone:"<:nav>"!==o.createElement("nav").cloneNode(!0).outerHTML,boxModel:"CSS1Compat"===o.compatMode,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},a.checked=!0,t.noCloneChecked=a.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!l.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}a=o.createElement("input"),a.setAttribute("value",""),t.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),t.radioValue="t"===a.value,a.setAttribute("checked","t"),a.setAttribute("name","t"),u=o.createDocumentFragment(),u.appendChild(a),t.appendChecked=a.checked,t.checkClone=u.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;return d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip,b(function(){var n,r,a,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",u=o.getElementsByTagName("body")[0];u&&(n=o.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",u.appendChild(n).appendChild(d),d.innerHTML="
t
",a=d.getElementsByTagName("td"),a[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===a[0].offsetHeight,a[0].style.display="",a[1].style.display="none",t.reliableHiddenOffsets=p&&0===a[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=4===d.offsetWidth,t.doesNotIncludeMarginInBodyOffset=1!==u.offsetTop,e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(o.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(u.style.zoom=1)),u.removeChild(n),n=d=a=r=null)}),n=s=u=l=r=a=null,t}();var O=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,B=/([A-Z])/g;function P(e,n,r,i){if(b.acceptData(e)){var o,a,s=b.expando,u="string"==typeof n,l=e.nodeType,p=l?b.cache:e,f=l?e[s]:e[s]&&s;if(f&&p[f]&&(i||p[f].data)||!u||r!==t)return f||(l?e[s]=f=c.pop()||b.guid++:f=s),p[f]||(p[f]={},l||(p[f].toJSON=b.noop)),("object"==typeof n||"function"==typeof n)&&(i?p[f]=b.extend(p[f],n):p[f].data=b.extend(p[f].data,n)),o=p[f],i||(o.data||(o.data={}),o=o.data),r!==t&&(o[b.camelCase(n)]=r),u?(a=o[n],null==a&&(a=o[b.camelCase(n)])):a=o,a}}function R(e,t,n){if(b.acceptData(e)){var r,i,o,a=e.nodeType,s=a?b.cache:e,u=a?e[b.expando]:b.expando;if(s[u]){if(t&&(o=n?s[u]:s[u].data)){b.isArray(t)?t=t.concat(b.map(t,b.camelCase)):t in o?t=[t]:(t=b.camelCase(t),t=t in o?[t]:t.split(" "));for(r=0,i=t.length;i>r;r++)delete o[t[r]];if(!(n?$:b.isEmptyObject)(o))return}(n||(delete s[u].data,$(s[u])))&&(a?b.cleanData([e],!0):b.support.deleteExpando||s!=s.window?delete s[u]:s[u]=null)}}}b.extend({cache:{},expando:"jQuery"+(p+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?b.cache[e[b.expando]]:e[b.expando],!!e&&!$(e)},data:function(e,t,n){return P(e,t,n)},removeData:function(e,t){return R(e,t)},_data:function(e,t,n){return P(e,t,n,!0)},_removeData:function(e,t){return R(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&b.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),b.fn.extend({data:function(e,n){var r,i,o=this[0],a=0,s=null;if(e===t){if(this.length&&(s=b.data(o),1===o.nodeType&&!b._data(o,"parsedAttrs"))){for(r=o.attributes;r.length>a;a++)i=r[a].name,i.indexOf("data-")||(i=b.camelCase(i.slice(5)),W(o,i,s[i]));b._data(o,"parsedAttrs",!0)}return s}return"object"==typeof e?this.each(function(){b.data(this,e)}):b.access(this,function(n){return n===t?o?W(o,e,b.data(o,e)):null:(this.each(function(){b.data(this,e,n)}),t)},null,n,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){b.removeData(this,e)})}});function W(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(B,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:O.test(r)?b.parseJSON(r):r}catch(o){}b.data(e,n,r)}else r=t}return r}function $(e){var t;for(t in e)if(("data"!==t||!b.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}b.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=b._data(e,n),r&&(!i||b.isArray(r)?i=b._data(e,n,b.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=b.queue(e,t),r=n.length,i=n.shift(),o=b._queueHooks(e,t),a=function(){b.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),o.cur=i,i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return b._data(e,n)||b._data(e,n,{empty:b.Callbacks("once memory").add(function(){b._removeData(e,t+"queue"),b._removeData(e,n)})})}}),b.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?b.queue(this[0],e):n===t?this:this.each(function(){var t=b.queue(this,e,n);b._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&b.dequeue(this,e)})},dequeue:function(e){return this.each(function(){b.dequeue(this,e)})},delay:function(e,t){return e=b.fx?b.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=b.Deferred(),a=this,s=this.length,u=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=b._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(u));return u(),o.promise(n)}});var I,z,X=/[\t\r\n]/g,U=/\r/g,V=/^(?:input|select|textarea|button|object)$/i,Y=/^(?:a|area)$/i,J=/^(?:checked|selected|autofocus|autoplay|async|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped)$/i,G=/^(?:checked|selected)$/i,Q=b.support.getSetAttribute,K=b.support.input;b.fn.extend({attr:function(e,t){return b.access(this,b.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){b.removeAttr(this,e)})},prop:function(e,t){return b.access(this,b.prop,e,t,arguments.length>1)},removeProp:function(e){return e=b.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,u="string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=b.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,u=0===arguments.length||"string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?b.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e,r="boolean"==typeof t;return b.isFunction(e)?this.each(function(n){b(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var o,a=0,s=b(this),u=t,l=e.match(w)||[];while(o=l[a++])u=r?u:!s.hasClass(o),s[u?"addClass":"removeClass"](o)}else(n===i||"boolean"===n)&&(this.className&&b._data(this,"__className__",this.className),this.className=this.className||e===!1?"":b._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(X," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=b.isFunction(e),this.each(function(n){var o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o="":"number"==typeof o?o+="":b.isArray(o)&&(o=b.map(o,function(e){return null==e?"":e+""})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(U,""):null==n?"":n)}}}),b.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,u=0>i?s:o?i:0;for(;s>u;u++)if(n=r[u],!(!n.selected&&u!==i||(b.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&b.nodeName(n.parentNode,"optgroup"))){if(t=b(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n=b.makeArray(t);return b(e).find("option").each(function(){this.selected=b.inArray(b(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attr:function(e,n,r){var o,a,s,u=e.nodeType;if(e&&3!==u&&8!==u&&2!==u)return typeof e.getAttribute===i?b.prop(e,n,r):(a=1!==u||!b.isXMLDoc(e),a&&(n=n.toLowerCase(),o=b.attrHooks[n]||(J.test(n)?z:I)),r===t?o&&a&&"get"in o&&null!==(s=o.get(e,n))?s:(typeof e.getAttribute!==i&&(s=e.getAttribute(n)),null==s?t:s):null!==r?o&&a&&"set"in o&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r):(b.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodeType)while(n=o[i++])r=b.propFix[n]||n,J.test(n)?!Q&&G.test(n)?e[b.camelCase("default-"+n)]=e[r]=!1:e[r]=!1:b.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!b.support.radioValue&&"radio"===t&&b.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!b.isXMLDoc(e),a&&(n=b.propFix[n]||n,o=b.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):V.test(e.nodeName)||Y.test(e.nodeName)&&e.href?0:t}}}}),z={get:function(e,n){var r=b.prop(e,n),i="boolean"==typeof r&&e.getAttribute(n),o="boolean"==typeof r?K&&Q?null!=i:G.test(n)?e[b.camelCase("default-"+n)]:!!i:e.getAttributeNode(n);return o&&o.value!==!1?n.toLowerCase():t},set:function(e,t,n){return t===!1?b.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&b.propFix[n]||n,n):e[b.camelCase("default-"+n)]=e[n]=!0,n}},K&&Q||(b.attrHooks.value={get:function(e,n){var r=e.getAttributeNode(n);return b.nodeName(e,"input")?e.defaultValue:r&&r.specified?r.value:t},set:function(e,n,r){return b.nodeName(e,"input")?(e.defaultValue=n,t):I&&I.set(e,n,r)}}),Q||(I=b.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&("id"===n||"name"===n||"coords"===n?""!==r.value:r.specified)?r.value:t},set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},b.attrHooks.contenteditable={get:I.get,set:function(e,t,n){I.set(e,""===t?!1:t,n)}},b.each(["width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}})})),b.support.hrefNormalized||(b.each(["href","src","width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return null==r?t:r}})}),b.each(["href","src"],function(e,t){b.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}})),b.support.style||(b.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),b.support.optSelected||(b.propHooks.selected=b.extend(b.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),b.support.enctype||(b.propFix.enctype="encoding"),b.support.checkOn||b.each(["radio","checkbox"],function(){b.valHooks[this]={get:function(e){return null===e.getAttribute("value")?"on":e.value}}}),b.each(["radio","checkbox"],function(){b.valHooks[this]=b.extend(b.valHooks[this],{set:function(e,n){return b.isArray(n)?e.checked=b.inArray(b(e).val(),n)>=0:t}})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}b.event={global:{},add:function(e,n,r,o,a){var s,u,l,c,p,f,d,h,g,m,y,v=b._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=b.guid++),(u=v.events)||(u=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof b===i||e&&b.event.triggered===e.type?t:b.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(w)||[""],l=n.length;while(l--)s=rt.exec(n[l])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),p=b.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=b.event.special[g]||{},d=b.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&b.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=u[g])||(h=u[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),b.event.global[g]=!0;e=null}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,p,f,d,h,g,m=b.hasData(e)&&b._data(e);if(m&&(c=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(s=rt.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=b.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));u&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||b.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)b.event.remove(e,d+t[l],n,r,!0);b.isEmptyObject(c)&&(delete m.handle,b._removeData(e,"events"))}},trigger:function(n,r,i,a){var s,u,l,c,p,f,d,h=[i||o],g=y.call(n,"type")?n.type:n,m=y.call(n,"namespace")?n.namespace.split("."):[];if(l=f=i=i||o,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+b.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),u=0>g.indexOf(":")&&"on"+g,n=n[b.expando]?n:new b.Event(g,"object"==typeof n&&n),n.isTrigger=!0,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:b.makeArray(r,[n]),p=b.event.special[g]||{},a||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!a&&!p.noBubble&&!b.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(l=l.parentNode);l;l=l.parentNode)h.push(l),f=l;f===(i.ownerDocument||o)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((l=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(b._data(l,"events")||{})[n.type]&&b._data(l,"handle"),s&&s.apply(l,r),s=u&&l[u],s&&b.acceptData(l)&&s.apply&&s.apply(l,r)===!1&&n.preventDefault();if(n.type=g,!(a||n.isDefaultPrevented()||p._default&&p._default.apply(i.ownerDocument,r)!==!1||"click"===g&&b.nodeName(i,"a")||!b.acceptData(i)||!u||!i[g]||b.isWindow(i))){f=i[u],f&&(i[u]=null),b.event.triggered=g;try{i[g]()}catch(v){}b.event.triggered=t,f&&(i[u]=f)}return n.result}},dispatch:function(e){e=b.event.fix(e);var n,r,i,o,a,s=[],u=h.call(arguments),l=(b._data(this,"events")||{})[e.type]||[],c=b.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=b.event.handlers.call(this,e,l),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((b.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,u),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],u=n.delegateCount,l=e.target;if(u&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!=this;l=l.parentNode||this)if(1===l.nodeType&&(l.disabled!==!0||"click"!==e.type)){for(o=[],a=0;u>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?b(r,this).index(l)>=0:b.find(r,this,null,[l]).length),o[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return n.length>u&&s.push({elem:this,handlers:n.slice(u)}),s},fix:function(e){if(e[b.expando])return e;var t,n,r,i=e.type,a=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new b.Event(a),t=r.length;while(t--)n=r[t],e[n]=a[n];return e.target||(e.target=a.srcElement||o),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,a):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,a,s=n.button,u=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||o,a=i.documentElement,r=i.body,e.pageX=n.clientX+(a&&a.scrollLeft||r&&r.scrollLeft||0)-(a&&a.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(a&&a.scrollTop||r&&r.scrollTop||0)-(a&&a.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&u&&(e.relatedTarget=u===e.target?n.toElement:u),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},click:{trigger:function(){return b.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t}},focus:{trigger:function(){if(this!==o.activeElement&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===o.activeElement&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=b.extend(new b.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?b.event.trigger(i,null,t):b.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},b.removeEvent=o.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},b.Event=function(e,n){return this instanceof b.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&b.extend(this,n),this.timeStamp=e&&e.timeStamp||b.now(),this[b.expando]=!0,t):new b.Event(e,n)},b.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},b.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){b.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj; +return(!i||i!==r&&!b.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),b.support.submitBubbles||(b.event.special.submit={setup:function(){return b.nodeName(this,"form")?!1:(b.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=b.nodeName(n,"input")||b.nodeName(n,"button")?n.form:t;r&&!b._data(r,"submitBubbles")&&(b.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),b._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&b.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return b.nodeName(this,"form")?!1:(b.event.remove(this,"._submit"),t)}}),b.support.changeBubbles||(b.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(b.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),b.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),b.event.simulate("change",this,e,!0)})),!1):(b.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!b._data(t,"changeBubbles")&&(b.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||b.event.simulate("change",this.parentNode,e,!0)}),b._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return b.event.remove(this,"._change"),!Z.test(this.nodeName)}}),b.support.focusinBubbles||b.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){b.event.simulate(t,e.target,b.event.fix(e),!0)};b.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),b.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return b().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=b.guid++)),this.each(function(){b.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,b(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){b.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){b.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?b.event.trigger(e,n,r,!0):t}}),function(e,t){var n,r,i,o,a,s,u,l,c,p,f,d,h,g,m,y,v,x="sizzle"+-new Date,w=e.document,T={},N=0,C=0,k=it(),E=it(),S=it(),A=typeof t,j=1<<31,D=[],L=D.pop,H=D.push,q=D.slice,M=D.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},_="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=F.replace("w","w#"),B="([*^$|!~]?=)",P="\\["+_+"*("+F+")"+_+"*(?:"+B+_+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+O+")|)|)"+_+"*\\]",R=":("+F+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+P.replace(3,8)+")*)|.*)\\)|)",W=RegExp("^"+_+"+|((?:^|[^\\\\])(?:\\\\.)*)"+_+"+$","g"),$=RegExp("^"+_+"*,"+_+"*"),I=RegExp("^"+_+"*([\\x20\\t\\r\\n\\f>+~])"+_+"*"),z=RegExp(R),X=RegExp("^"+O+"$"),U={ID:RegExp("^#("+F+")"),CLASS:RegExp("^\\.("+F+")"),NAME:RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:RegExp("^("+F.replace("w","w*")+")"),ATTR:RegExp("^"+P),PSEUDO:RegExp("^"+R),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+_+"*(even|odd|(([+-]|)(\\d*)n|)"+_+"*(?:([+-]|)"+_+"*(\\d+)|))"+_+"*\\)|)","i"),needsContext:RegExp("^"+_+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+_+"*((?:-\\d)?\\d*)"+_+"*\\)|)(?=[^-]|$)","i")},V=/[\x20\t\r\n\f]*[+~]/,Y=/^[^{]+\{\s*\[native code/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,G=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,K=/'|\\/g,Z=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,et=/\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g,tt=function(e,t){var n="0x"+t-65536;return n!==n?t:0>n?String.fromCharCode(n+65536):String.fromCharCode(55296|n>>10,56320|1023&n)};try{q.call(w.documentElement.childNodes,0)[0].nodeType}catch(nt){q=function(e){var t,n=[];while(t=this[e++])n.push(t);return n}}function rt(e){return Y.test(e+"")}function it(){var e,t=[];return e=function(n,r){return t.push(n+=" ")>i.cacheLength&&delete e[t.shift()],e[n]=r}}function ot(e){return e[x]=!0,e}function at(e){var t=p.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}}function st(e,t,n,r){var i,o,a,s,u,l,f,g,m,v;if((t?t.ownerDocument||t:w)!==p&&c(t),t=t||p,n=n||[],!e||"string"!=typeof e)return n;if(1!==(s=t.nodeType)&&9!==s)return[];if(!d&&!r){if(i=J.exec(e))if(a=i[1]){if(9===s){if(o=t.getElementById(a),!o||!o.parentNode)return n;if(o.id===a)return n.push(o),n}else if(t.ownerDocument&&(o=t.ownerDocument.getElementById(a))&&y(t,o)&&o.id===a)return n.push(o),n}else{if(i[2])return H.apply(n,q.call(t.getElementsByTagName(e),0)),n;if((a=i[3])&&T.getByClassName&&t.getElementsByClassName)return H.apply(n,q.call(t.getElementsByClassName(a),0)),n}if(T.qsa&&!h.test(e)){if(f=!0,g=x,m=t,v=9===s&&e,1===s&&"object"!==t.nodeName.toLowerCase()){l=ft(e),(f=t.getAttribute("id"))?g=f.replace(K,"\\$&"):t.setAttribute("id",g),g="[id='"+g+"'] ",u=l.length;while(u--)l[u]=g+dt(l[u]);m=V.test(e)&&t.parentNode||t,v=l.join(",")}if(v)try{return H.apply(n,q.call(m.querySelectorAll(v),0)),n}catch(b){}finally{f||t.removeAttribute("id")}}}return wt(e.replace(W,"$1"),t,n,r)}a=st.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},c=st.setDocument=function(e){var n=e?e.ownerDocument||e:w;return n!==p&&9===n.nodeType&&n.documentElement?(p=n,f=n.documentElement,d=a(n),T.tagNameNoComments=at(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),T.attributes=at(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return"boolean"!==t&&"string"!==t}),T.getByClassName=at(function(e){return e.innerHTML="",e.getElementsByClassName&&e.getElementsByClassName("e").length?(e.lastChild.className="e",2===e.getElementsByClassName("e").length):!1}),T.getByName=at(function(e){e.id=x+0,e.innerHTML="
",f.insertBefore(e,f.firstChild);var t=n.getElementsByName&&n.getElementsByName(x).length===2+n.getElementsByName(x+0).length;return T.getIdNotName=!n.getElementById(x),f.removeChild(e),t}),i.attrHandle=at(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==A&&"#"===e.firstChild.getAttribute("href")})?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},T.getIdNotName?(i.find.ID=function(e,t){if(typeof t.getElementById!==A&&!d){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){return e.getAttribute("id")===t}}):(i.find.ID=function(e,n){if(typeof n.getElementById!==A&&!d){var r=n.getElementById(e);return r?r.id===e||typeof r.getAttributeNode!==A&&r.getAttributeNode("id").value===e?[r]:t:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){var n=typeof e.getAttributeNode!==A&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=T.tagNameNoComments?function(e,n){return typeof n.getElementsByTagName!==A?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},i.find.NAME=T.getByName&&function(e,n){return typeof n.getElementsByName!==A?n.getElementsByName(name):t},i.find.CLASS=T.getByClassName&&function(e,n){return typeof n.getElementsByClassName===A||d?t:n.getElementsByClassName(e)},g=[],h=[":focus"],(T.qsa=rt(n.querySelectorAll))&&(at(function(e){e.innerHTML="",e.querySelectorAll("[selected]").length||h.push("\\["+_+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||h.push(":checked")}),at(function(e){e.innerHTML="",e.querySelectorAll("[i^='']").length&&h.push("[*^$]="+_+"*(?:\"\"|'')"),e.querySelectorAll(":enabled").length||h.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),h.push(",.*:")})),(T.matchesSelector=rt(m=f.matchesSelector||f.mozMatchesSelector||f.webkitMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&at(function(e){T.disconnectedMatch=m.call(e,"div"),m.call(e,"[s!='']:x"),g.push("!=",R)}),h=RegExp(h.join("|")),g=RegExp(g.join("|")),y=rt(f.contains)||f.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},v=f.compareDocumentPosition?function(e,t){var r;return e===t?(u=!0,0):(r=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t))?1&r||e.parentNode&&11===e.parentNode.nodeType?e===n||y(w,e)?-1:t===n||y(w,t)?1:0:4&r?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return u=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:0;if(o===a)return ut(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?ut(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},u=!1,[0,0].sort(v),T.detectDuplicates=u,p):p},st.matches=function(e,t){return st(e,null,null,t)},st.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&c(e),t=t.replace(Z,"='$1']"),!(!T.matchesSelector||d||g&&g.test(t)||h.test(t)))try{var n=m.call(e,t);if(n||T.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(r){}return st(t,p,null,[e]).length>0},st.contains=function(e,t){return(e.ownerDocument||e)!==p&&c(e),y(e,t)},st.attr=function(e,t){var n;return(e.ownerDocument||e)!==p&&c(e),d||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):d||T.attributes?e.getAttribute(t):((n=e.getAttributeNode(t))||e.getAttribute(t))&&e[t]===!0?t:n&&n.specified?n.value:null},st.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},st.uniqueSort=function(e){var t,n=[],r=1,i=0;if(u=!T.detectDuplicates,e.sort(v),u){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e};function ut(e,t){var n=t&&e,r=n&&(~t.sourceIndex||j)-(~e.sourceIndex||j);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function lt(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function ct(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pt(e){return ot(function(t){return t=+t,ot(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}o=st.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=o(t);return n},i=st.selectors={cacheLength:50,createPseudo:ot,match:U,find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(et,tt),e[3]=(e[4]||e[5]||"").replace(et,tt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||st.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&st.error(e[0]),e},PSEUDO:function(e){var t,n=!e[5]&&e[2];return U.CHILD.test(e[0])?null:(e[4]?e[2]=e[4]:n&&z.test(n)&&(t=ft(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){return"*"===e?function(){return!0}:(e=e.replace(et,tt).toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[e+" "];return t||(t=RegExp("(^|"+_+")"+e+"("+_+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==A&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=st.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[x]||(m[x]={}),l=c[e]||[],d=l[0]===N&&l[1],f=l[0]===N&&l[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[N,d,f];break}}else if(v&&(l=(t[x]||(t[x]={}))[e])&&l[0]===N)f=l[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[x]||(p[x]={}))[e]=[N,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||st.error("unsupported pseudo: "+e);return r[x]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ot(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=M.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:ot(function(e){var t=[],n=[],r=s(e.replace(W,"$1"));return r[x]?ot(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:ot(function(e){return function(t){return st(e,t).length>0}}),contains:ot(function(e){return function(t){return(t.textContent||t.innerText||o(t)).indexOf(e)>-1}}),lang:ot(function(e){return X.test(e||"")||st.error("unsupported lang: "+e),e=e.replace(et,tt).toLowerCase(),function(t){var n;do if(n=d?t.getAttribute("xml:lang")||t.getAttribute("lang"):t.lang)return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:pt(function(){return[0]}),last:pt(function(e,t){return[t-1]}),eq:pt(function(e,t,n){return[0>n?n+t:n]}),even:pt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:pt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:pt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:pt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[n]=lt(n);for(n in{submit:!0,reset:!0})i.pseudos[n]=ct(n);function ft(e,t){var n,r,o,a,s,u,l,c=E[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=i.preFilter;while(s){(!n||(r=$.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),u.push(o=[])),n=!1,(r=I.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(W," ")}),s=s.slice(n.length));for(a in i.filter)!(r=U[a].exec(s))||l[a]&&!(r=l[a](r))||(n=r.shift(),o.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?st.error(e):E(e,u).slice(0)}function dt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function ht(e,t,n){var i=t.dir,o=n&&"parentNode"===i,a=C++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,s){var u,l,c,p=N+" "+a;if(s){while(t=t[i])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[i])if(1===t.nodeType||o)if(c=t[x]||(t[x]={}),(l=c[i])&&l[0]===p){if((u=l[1])===!0||u===r)return u===!0}else if(l=c[i]=[p],l[1]=e(t,n,s)||r,l[1]===!0)return!0}}function gt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function mt(e,t,n,r,i){var o,a=[],s=0,u=e.length,l=null!=t;for(;u>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),l&&t.push(s));return a}function yt(e,t,n,r,i,o){return r&&!r[x]&&(r=yt(r)),i&&!i[x]&&(i=yt(i,o)),ot(function(o,a,s,u){var l,c,p,f=[],d=[],h=a.length,g=o||xt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:mt(g,f,e,s,u),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,u),r){l=mt(y,d),r(l,[],s,u),c=l.length;while(c--)(p=l[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(p=y[c])&&l.push(m[c]=p);i(null,y=[],l,u)}c=y.length;while(c--)(p=y[c])&&(l=i?M.call(o,p):f[c])>-1&&(o[l]=!(a[l]=p))}}else y=mt(y===a?y.splice(h,y.length):y),i?i(null,a,y,u):H.apply(a,y)})}function vt(e){var t,n,r,o=e.length,a=i.relative[e[0].type],s=a||i.relative[" "],u=a?1:0,c=ht(function(e){return e===t},s,!0),p=ht(function(e){return M.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;o>u;u++)if(n=i.relative[e[u].type])f=[ht(gt(f),n)];else{if(n=i.filter[e[u].type].apply(null,e[u].matches),n[x]){for(r=++u;o>r;r++)if(i.relative[e[r].type])break;return yt(u>1&>(f),u>1&&dt(e.slice(0,u-1)).replace(W,"$1"),n,r>u&&vt(e.slice(u,r)),o>r&&vt(e=e.slice(r)),o>r&&dt(e))}f.push(n)}return gt(f)}function bt(e,t){var n=0,o=t.length>0,a=e.length>0,s=function(s,u,c,f,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,T=l,C=s||a&&i.find.TAG("*",d&&u.parentNode||u),k=N+=null==T?1:Math.random()||.1;for(w&&(l=u!==p&&u,r=n);null!=(h=C[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,u,c)){f.push(h);break}w&&(N=k,r=++n)}o&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,o&&b!==v){g=0;while(m=t[g++])m(x,y,u,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=L.call(f));y=mt(y)}H.apply(f,y),w&&!s&&y.length>0&&v+t.length>1&&st.uniqueSort(f)}return w&&(N=k,l=T),x};return o?ot(s):s}s=st.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=ft(e)),n=t.length;while(n--)o=vt(t[n]),o[x]?r.push(o):i.push(o);o=S(e,bt(i,r))}return o};function xt(e,t,n){var r=0,i=t.length;for(;i>r;r++)st(e,t[r],n);return n}function wt(e,t,n,r){var o,a,u,l,c,p=ft(e);if(!r&&1===p.length){if(a=p[0]=p[0].slice(0),a.length>2&&"ID"===(u=a[0]).type&&9===t.nodeType&&!d&&i.relative[a[1].type]){if(t=i.find.ID(u.matches[0].replace(et,tt),t)[0],!t)return n;e=e.slice(a.shift().value.length)}o=U.needsContext.test(e)?0:a.length;while(o--){if(u=a[o],i.relative[l=u.type])break;if((c=i.find[l])&&(r=c(u.matches[0].replace(et,tt),V.test(a[0].type)&&t.parentNode||t))){if(a.splice(o,1),e=r.length&&dt(a),!e)return H.apply(n,q.call(r,0)),n;break}}}return s(e,p)(r,t,d,n,V.test(e)),n}i.pseudos.nth=i.pseudos.eq;function Tt(){}i.filters=Tt.prototype=i.pseudos,i.setFilters=new Tt,c(),st.attr=b.attr,b.find=st,b.expr=st.selectors,b.expr[":"]=b.expr.pseudos,b.unique=st.uniqueSort,b.text=st.getText,b.isXMLDoc=st.isXML,b.contains=st.contains}(e);var at=/Until$/,st=/^(?:parents|prev(?:Until|All))/,ut=/^.[^:#\[\.,]*$/,lt=b.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};b.fn.extend({find:function(e){var t,n,r,i=this.length;if("string"!=typeof e)return r=this,this.pushStack(b(e).filter(function(){for(t=0;i>t;t++)if(b.contains(r[t],this))return!0}));for(n=[],t=0;i>t;t++)b.find(e,this[t],n);return n=this.pushStack(i>1?b.unique(n):n),n.selector=(this.selector?this.selector+" ":"")+e,n},has:function(e){var t,n=b(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(b.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1))},filter:function(e){return this.pushStack(ft(this,e,!0))},is:function(e){return!!e&&("string"==typeof e?lt.test(e)?b(e,this.context).index(this[0])>=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,o=[],a=lt.test(e)||"string"!=typeof e?b(e,t||this.context):0;for(;i>r;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&11!==n.nodeType){if(a?a.index(n)>-1:b.find.matchesSelector(n,e)){o.push(n);break}n=n.parentNode}}return this.pushStack(o.length>1?b.unique(o):o)},index:function(e){return e?"string"==typeof e?b.inArray(this[0],b(e)):b.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?b(e,t):b.makeArray(e&&e.nodeType?[e]:e),r=b.merge(this.get(),n);return this.pushStack(b.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),b.fn.andSelf=b.fn.addBack;function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}b.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(e,t,n){return b.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(e,t,n){return b.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return b.dir(e,"previousSibling",n)},siblings:function(e){return b.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.merge([],e.childNodes)}},function(e,t){b.fn[e]=function(n,r){var i=b.map(this,t,n);return at.test(e)||(r=n),r&&"string"==typeof r&&(i=b.filter(r,i)),i=this.length>1&&!ct[e]?b.unique(i):i,this.length>1&&st.test(e)&&(i=i.reverse()),this.pushStack(i)}}),b.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),1===t.length?b.find.matchesSelector(t[0],e)?[t[0]]:[]:b.find.matches(e,t)},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!b(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(t=t||0,b.isFunction(t))return b.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return b.grep(e,function(e){return e===t===n});if("string"==typeof t){var r=b.grep(e,function(e){return 1===e.nodeType});if(ut.test(t))return b.filter(t,r,!n);t=b.filter(t,r)}return b.grep(e,function(e){return b.inArray(e,t)>=0===n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/\s*$/g,At={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:b.support.htmlSerialize?[0,"",""]:[1,"X
","
"]},jt=dt(o),Dt=jt.appendChild(o.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,b.fn.extend({text:function(e){return b.access(this,function(e){return e===t?b.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(b.isFunction(e))return this.each(function(t){b(this).wrapAll(e.call(this,t))});if(this[0]){var t=b(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return b.isFunction(e)?this.each(function(t){b(this).wrapInner(e.call(this,t))}):this.each(function(){var t=b(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=b.isFunction(e);return this.each(function(n){b(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){b.nodeName(this,"body")||b(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.insertBefore(e,this.firstChild)})},before:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=0;for(;null!=(n=this[r]);r++)(!e||b.filter(e,[n]).length>0)&&(t||1!==n.nodeType||b.cleanData(Ot(n)),n.parentNode&&(t&&b.contains(n.ownerDocument,n)&&Mt(Ot(n,"script")),n.parentNode.removeChild(n)));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&b.cleanData(Ot(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&b.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return b.clone(this,e,t)})},html:function(e){return b.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!b.support.htmlSerialize&&mt.test(e)||!b.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(b.cleanData(Ot(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){var t=b.isFunction(e);return t||"string"==typeof e||(e=b(e).not(this).detach()),this.domManip([e],!0,function(e){var t=this.nextSibling,n=this.parentNode;n&&(b(this).remove(),n.insertBefore(e,t))})},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=f.apply([],e);var i,o,a,s,u,l,c=0,p=this.length,d=this,h=p-1,g=e[0],m=b.isFunction(g);if(m||!(1>=p||"string"!=typeof g||b.support.checkClone)&&Ct.test(g))return this.each(function(i){var o=d.eq(i);m&&(e[0]=g.call(this,i,n?o.html():t)),o.domManip(e,n,r)});if(p&&(l=b.buildFragment(e,this[0].ownerDocument,!1,this),i=l.firstChild,1===l.childNodes.length&&(l=i),i)){for(n=n&&b.nodeName(i,"tr"),s=b.map(Ot(l,"script"),Ht),a=s.length;p>c;c++)o=l,c!==h&&(o=b.clone(o,!0,!0),a&&b.merge(s,Ot(o,"script"))),r.call(n&&b.nodeName(this[c],"table")?Lt(this[c],"tbody"):this[c],o,c);if(a)for(u=s[s.length-1].ownerDocument,b.map(s,qt),c=0;a>c;c++)o=s[c],kt.test(o.type||"")&&!b._data(o,"globalEval")&&b.contains(u,o)&&(o.src?b.ajax({url:o.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):b.globalEval((o.text||o.textContent||o.innerHTML||"").replace(St,"")));l=i=null}return this}});function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function Ht(e){var t=e.getAttributeNode("type");return e.type=(t&&t.specified)+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function Mt(e,t){var n,r=0;for(;null!=(n=e[r]);r++)b._data(n,"globalEval",!t||b._data(t[r],"globalEval"))}function _t(e,t){if(1===t.nodeType&&b.hasData(e)){var n,r,i,o=b._data(e),a=b._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)b.event.add(t,n,s[n][r])}a.data&&(a.data=b.extend({},a.data))}}function Ft(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!b.support.noCloneEvent&&t[b.expando]){i=b._data(t);for(r in i.events)b.removeEvent(t,r,i.handle);t.removeAttribute(b.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),b.support.html5Clone&&e.innerHTML&&!b.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Nt.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){b.fn[e]=function(e){var n,r=0,i=[],o=b(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),b(o[r])[t](n),d.apply(i,n.get());return this.pushStack(i)}});function Ot(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||b.nodeName(o,n)?s.push(o):b.merge(s,Ot(o,n));return n===t||n&&b.nodeName(e,n)?b.merge([e],s):s}function Bt(e){Nt.test(e.type)&&(e.defaultChecked=e.checked)}b.extend({clone:function(e,t,n){var r,i,o,a,s,u=b.contains(e.ownerDocument,e);if(b.support.html5Clone||b.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(b.support.noCloneEvent&&b.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||b.isXMLDoc(e)))for(r=Ot(o),s=Ot(e),a=0;null!=(i=s[a]);++a)r[a]&&Ft(i,r[a]);if(t)if(n)for(s=s||Ot(e),r=r||Ot(o),a=0;null!=(i=s[a]);a++)_t(i,r[a]);else _t(e,o);return r=Ot(o,"script"),r.length>0&&Mt(r,!u&&Ot(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,u,l,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===b.type(o))b.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),u=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[u]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!b.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!b.support.tbody){o="table"!==u||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)b.nodeName(l=o.childNodes[i],"tbody")&&!l.childNodes.length&&o.removeChild(l) +}b.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),b.support.appendChecked||b.grep(Ot(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===b.inArray(o,r))&&(a=b.contains(o.ownerDocument,o),s=Ot(f.appendChild(o),"script"),a&&Mt(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,u=b.expando,l=b.cache,p=b.support.deleteExpando,f=b.event.special;for(;null!=(n=e[s]);s++)if((t||b.acceptData(n))&&(o=n[u],a=o&&l[o])){if(a.events)for(r in a.events)f[r]?b.event.remove(n,r):b.removeEvent(n,r,a.handle);l[o]&&(delete l[o],p?delete n[u]:typeof n.removeAttribute!==i?n.removeAttribute(u):n[u]=null,c.push(o))}}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+x+")(.*)$","i"),Yt=RegExp("^("+x+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+x+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===b.css(e,"display")||!b.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=b._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=b._data(r,"olddisplay",un(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&b._data(r,"olddisplay",i?n:b.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}b.fn.extend({css:function(e,n){return b.access(this,function(e,n,r){var i,o,a={},s=0;if(b.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=b.css(e,n[s],!1,o);return a}return r!==t?b.style(e,n,r):b.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:nn(this))?b(this).show():b(this).hide()})}}),b.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":b.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,u=b.camelCase(n),l=e.style;if(n=b.cssProps[u]||(b.cssProps[u]=tn(l,u)),s=b.cssHooks[n]||b.cssHooks[u],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:l[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(b.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||b.cssNumber[u]||(r+="px"),b.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(l[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{l[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,u=b.camelCase(n);return n=b.cssProps[u]||(b.cssProps[u]=tn(e.style,u)),s=b.cssHooks[n]||b.cssHooks[u],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||b.isNumeric(o)?o||0:a):a},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s.getPropertyValue(n)||s[n]:t,l=e.style;return s&&(""!==u||b.contains(e.ownerDocument,e)||(u=b.style(e,n)),Yt.test(u)&&Ut.test(n)&&(i=l.width,o=l.minWidth,a=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=s.width,l.width=i,l.minWidth=o,l.maxWidth=a)),u}):o.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s[n]:t,l=e.style;return null==u&&l&&l[n]&&(u=l[n]),Yt.test(u)&&!zt.test(n)&&(i=l.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),l.left="fontSize"===n?"1em":u,u=l.pixelLeft+"px",l.left=i,a&&(o.left=a)),""===u?"auto":u});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=b.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=b.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=b.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=b.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=b.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=b.support.boxSizing&&"border-box"===b.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(b.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function un(e){var t=o,n=Gt[e];return n||(n=ln(e,t),"none"!==n&&n||(Pt=(Pt||b("